SM_Wall_Thick_Ruined_016.fbx 909 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100
  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: 9
  12. Day: 28
  13. Hour: 18
  14. Minute: 9
  15. Second: 4
  16. Millisecond: 504
  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_Wall_Thick_Ruined_016.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\SM_Wall_Thick_Ruined_016.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", "", "", "28/09/2020 15:09:04.504"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\SM_Wall_Thick_Ruined_016.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", "", "", "28/09/2020 15:09:04.504"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Unity\UPDATE FBX 01"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_08.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: 2330976297056, "", "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: 39
  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: 10
  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: 8
  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: 4
  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: 6
  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: 6
  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: 2328201242336, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. NodeAttribute: 2330852407616, "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: "Thresholds|Level2", "Distance", "", "",100, "cm"
  318. P: "DisplayLevels|Level0", "enum", "", "",1
  319. P: "DisplayLevels|Level1", "enum", "", "",1
  320. P: "DisplayLevels|Level2", "enum", "", "",1
  321. P: "DisplayLevels|Level3", "enum", "", "",1
  322. }
  323. }
  324. Geometry: 2333008465072, "Geometry::", "Mesh" {
  325. Vertices: *1515 {
  326. a: -200,0,62.5,-100,0,62.5,0,0,62.5,-100,80.6673583984375,62.5,-200,80.6673583984375,62.5,-200,80.6673583984375,29.334716796875,-100,25.807861328125,62.5,-200,43.67822265625,62.5,-200,53.7648315429688,29.334716796875,-100,80.6673583984375,29.4443359375,-77.48046875,79.76611328125,62.5,-77.48046875,79.76611328125,29.4443359375,-73.6640625,52.2789306640625,62.5,-73.6640625,52.2789306640625,29.4443359375,-54.15234375,50.736083984375,62.5,-54.15234375,49.8381958007813,29.4443359375,42.052734375,49.1206665039063,29.4443359375,42.052734375,50.7454833984375,62.5,-200,0,-62.5,-100,0,-62.5,0,0,-62.5,-100,53.144287109375,-29.005615234375,-160.8984375,52.3067626953125,-29.005615234375,-160.8984375,52.3067626953125,-62.5,-100,53.144287109375,-62.5,0,52.1920166015625,-62.5,0,52.3280639648438,-29.005615234375,-200,26.4284057617188,-62.5,-203.265625,25.009033203125,-29.115234375,-160.8984375,28.839111328125,-62.5,-160.8984375,28.839111328125,-29.005615234375,-180.078125,74.9496459960938,29.7716979980469,-124.03125,79.7144165039063,29.8803405761719,-117.7265625,44.95068359375,-29.4531860351563,0,47.055419921875,29.22509765625,-69.1953125,43.6793212890625,-29.22509765625,0,43.3200073242188,-29.115234375,-74.8984375,47.374267578125,29.22509765625,-152.0546875,68.8641357421875,-5.46435546875,-200,52.5345458984375,15.803955078125,-81.96875,73.0274047851563,29.9822998046875,0,43.566162109375,-4.030517578125,-56.296875,58.0885620117188,-2.1884765625,-180.6953125,69.1632690429688,-2.535888671875,0,47.7724609375,11.348388671875,-77.2734375,67.8556442260742,12.7026977539063,-73.65234375,28.0750732421875,28.781494140625,-17.328125,53.928466796875,28.622314453125,-73.599609375,53.8331909179688,28.62158203125,-16.73828125,53.794189453125,64.11328125,-73.599609375,53.7006225585938,64.55419921875,-16.79296875,27.3717041015625,64.210205078125,-66.54296875,27.2900390625,64.825927734375,-73.6328125,34.6780395507813,64.3095703125,-73.65625,27.45849609375,56.2001953125,-19.087890625,29.2028198242188,28.781494140625,-17.357421875,45.1085815429688,28.55224609375,
  327. -16.791015625,28.8572998046875,35.707763671875,-70.935546875,85.1402435302734,65.16259765625,-137.70703125,82.9654388427734,64.731201171875,-68.18359375,53.1165657043457,26.675048828125,-136.5,53.9063606262207,26.918212890625,-118.05078125,52.6954231262207,65.140625,-136.66796875,56.6046028137207,65.159423828125,-136.51953125,52.8065071105957,54.464111328125,-123.61328125,82.7706146240234,26.767333984375,-137.39453125,75.0584564208984,26.897705078125,-137.748046875,82.2215423583984,34.001708984375,-74.8203125,81.8526458740234,26.6962890625,-68.515625,64.0059661865234,26.667724609375,-69.61328125,83.6485443115234,32.655517578125,-74.884765625,53.7593879699707,65.115234375,-69.94140625,59.6443977355957,65.121826171875,-69.51171875,54.3106575012207,58.880615234375,-209.779296875,81.801513671875,66.32373046875,-138.109375,51.67236328125,65.883544921875,-209.31640625,51.177490234375,65.883544921875,-137.41796875,51.816162109375,28.235107421875,-209.318359375,51.311279296875,27.233642578125,-137.8671875,82.473876953125,27.58447265625,-201.375,82.15234375,27.5908203125,-209.6484375,73.2685546875,27.4873046875,-209.78125,81.880126953125,37.83837890625,-171.02734375,51.56298828125,27.233642578125,-167.2890625,83.12890625,27.5908203125,-140.57421875,81.803466796875,66.32470703125,-138.2734375,62.185546875,66.159912109375,-137.8671875,82.447509765625,60.697265625,-137.765625,83.5657806396484,49.3662109375,-70.330078125,85.8196868896484,48.909423828125,-45.671875,55.0755615234375,-66.11669921875,-109.306640625,29.0682983398438,-64.2255859375,-46.0859375,28.0899658203125,-65.18212890625,-109.142578125,29.2037963867188,-26.9482421875,-45.203125,28.2110595703125,-27.54443359375,-108.6796875,54.80322265625,-27.32177734375,-52.740234375,54.7035522460938,-27.53369140625,-44.880859375,46.8641967773438,-27.80859375,-44.955078125,54.3954467773438,-36.55322265625,-77.14453125,28.7068481445313,-26.6865234375,-80.693359375,55.0584106445313,-26.86767578125,-106.9921875,55.1748046875,-65.252197265625,-109.162109375,39.80322265625,-64.30078125,
  328. -109.396484375,55.5755615234375,-57.659912109375,-113.513671875,34.1881103515625,-27.04931640625,-176.37890625,59.344482421875,-27.47509765625,-113.982421875,56.9581298828125,-27.47509765625,-177.03125,59.22314453125,-63.8896484375,-114.03125,59.398193359375,-64.8583984375,-176.49609375,33.2150268554688,-64.518310546875,-121.376953125,33.3682861328125,-64.5126953125,-113.65234375,40.9996337890625,-64.613037109375,-113.5,33.5704345703125,-54.60107421875,-145.53125,59.3111572265625,-64.8583984375,-148.9375,33.2922973632813,-64.5126953125,-173.98828125,35.0889282226563,-27.048583984375,-176.193359375,50.2745971679688,-27.20751953125,-176.52734375,34.7271118164063,-32.49169921875,-203.9921875,31.6531372070313,-26.767333984375,-118.66796875,-3.8792724609375,-27.204345703125,-204.15234375,-3.37158203125,-27.204345703125,-117.83203125,-3.72515869140625,-64.6025390625,-204.15234375,-3.21856689453125,-65.59814453125,-117.65625,31.3381958007813,-65.248291015625,-193.892578125,31.9276123046875,-65.242431640625,-204.033203125,21.89404296875,-65.34521484375,-203.9921875,31.7431640625,-55.062744140625,-158.18359375,-3.5079345703125,-65.59814453125,-152.95703125,32.5306396484375,-65.242431640625,-120.921875,30.6123657226563,-26.7666015625,-118.6171875,8.1448974609375,-26.9296875,-117.65625,31.3080444335938,-32.356201171875,-135.24609375,59.4559936523438,-27.47509765625,-114.033203125,59.4376831054688,-52.031005859375,-113.64453125,54.3515014648438,-27.2060546875,-98.76171875,74.2252197265625,22.69580078125,-112.708984375,79.94482421875,-24.4521484375,-131.279296875,74.2551879882813,32.48046875,-144.51171875,80.0494995117188,-15.556396484375,-131.89453125,49.4238891601563,29.6904296875,-143.744140625,54.0139770507813,-12.333251953125,-144.94921875,62.4837036132813,-17.52978515625,-139.25390625,54.8270874023438,-19.619140625,-138.9140625,77.1658325195313,8.689453125,-138.84375,51.490966796875,8.880126953125,-100.08984375,49.5872802734375,18.5947265625,-99.080078125,65.5667724609375,21.75146484375,-103.20703125,49.0490112304688,21.384521484375,
  329. -141.46484375,53.8365478515625,20.16650390625,-194.6796875,82.3079833984375,26.112548828125,-141.482421875,82.14697265625,20.60498046875,-198.53125,83.67529296875,-5.50048828125,-144.6484375,83.623046875,-9.952392578125,-198.4765625,54.626708984375,-5.56494140625,-151.6875,54.594482421875,-10.137939453125,-144.66796875,63.073974609375,-10.596923828125,-143.97265625,54.4077758789063,-4.07373046875,-171.35546875,83.702880859375,-8.38916015625,-174.8203125,54.6641845703125,-8.23486328125,-192.97265625,55.181396484375,25.548828125,-194.69140625,72.1802978515625,25.751708984375,-195.9921875,55.1101684570313,18.47509765625,-46.693359375,34.6256103515625,5.301513671875,-101.1484375,71.0479736328125,13.499755859375,-43.828125,65.1901245117188,4.7421875,-106.40625,71.551513671875,-17.128173828125,-48.953125,61.6942749023438,-26.58642578125,-109.26953125,40.59130859375,-16.30810546875,-58.69140625,35.4141845703125,-24.721923828125,-50.625,43.5420532226563,-26.065673828125,-50.501953125,34.8997802734375,-19.78369140625,-77.453125,67.7006225585938,-22.2392578125,-84.03125,38.0020751953125,-20.8505859375,-102.2109375,41.020263671875,13.782470703125,-102.13671875,60.4783935546875,13.734130859375,-105.48046875,40.832275390625,8.367919921875,-103.640625,72.7717895507813,-1.837890625,-46.09765625,66.5584106445313,-10.97216796875,-212.18359375,28.4824829101563,-14.12548828125,-161.1640625,54.6115112304688,-9.6025390625,-212.041015625,54.7257690429688,-13.4140625,-162.9609375,54.531005859375,21.6982421875,-214.30078125,54.7960815429688,16.75341796875,-163.076171875,27.6198120117188,20.589111328125,-207.77734375,27.8329467773438,16.978759765625,-214.4296875,35.7337036132813,16.557861328125,-213.98046875,27.9828491210938,9.7802734375,-188.962890625,54.6879272460938,19.83056640625,-185.73828125,27.7625122070313,19.11181640625,-162.91015625,29.475341796875,-10.435302734375,-161.23046875,45.2146606445313,-9.656494140625,-161.2890625,29.0880126953125,-3.076904296875,-160.88671875,53.0457153320313,-21.494140625,-200,28.0910034179688,-10.5224609375,
  330. -216.41796875,1.4217529296875,64.51513671875,-155.3671875,1.2763671875,64.53662109375,-218.029296875,30.8740234375,25.89990234375,-155.57421875,30.7271728515625,26.66943359375,-172.451171875,30.9827270507813,65.65478515625,-155.556640625,26.5394287109375,65.49365234375,-155.58984375,31.0975341796875,56.33837890625,-168.23046875,1.06414794921875,27.00439453125,-155.40625,8.430908203125,27.04052734375,-155.3515625,0.93115234375,33.36376953125,-212.748046875,1.1690673828125,26.45751953125,-217.96875,22.56982421875,26.03857421875,-217.609375,1.095458984375,31.63427734375,-211.916015625,31.07666015625,65.64111328125,-216.59765625,25.434814453125,65.42431640625,-216.837890625,31.1766357421875,60.20361328125,200,0,62.5,100,0,62.5,200,24.7526245117188,29.4443359375,200,24.7526245117188,62.5,100,69.5657501220703,62.5,100,26.4215698242188,62.5,45.09765625,78.6695709228516,62.5,100,69.5657501220703,29.4443359375,45.09765625,77.2156524658203,29.4443359375,152.478515625,70.583122253418,62.5,152.478515625,70.583122253418,29.4443359375,158.44140625,26.4215698242188,62.5,158.44140625,26.4215698242188,29.4443359375,200,0,-62.5,100,0,-62.5,200,49.43798828125,-62.5,200,49.43798828125,-29.005615234375,84.267578125,52.4019775390625,-29.005615234375,84.267578125,52.4019775390625,-62.5,79.9609375,75.9952697753906,-29.005615234375,79.9609375,75.9272766113281,-62.5,-0.134765625,76.0213928222656,-29.005615234375,-0.134765625,75.9359436035156,-62.5,141.650390625,59.7580986022949,29.8836669921875,101.49609375,27.34765625,-29.22509765625,48.6796875,66.0869369506836,29.8956298828125,42.650390625,46.7365112304688,29.8904113769531,59.1953125,26.6862182617188,-29.570556640625,153.5625,38.19482421875,29.8648376464844,200,50.3222045898438,-0.914794921875,45.30859375,50.086669921875,-29.6033935546875,140.5078125,55.2112197875977,7.088623046875,104,70.9395980834961,-5.576416015625,58.806640625,68.6979370117188,-6.86767578125,51.0390625,50.4122924804688,-8.991455078125,151.251953125,47.7327880859375,-29.22509765625,200,33.3989448547363,15.314697265625,
  331. 155.97265625,24.9100341796875,29.7591247558594,100,41.5275268554688,29.4443359375,152.119140625,10.7634887695313,29.4443359375,115.265625,23.0676879882813,-28.996826171875,105.92578125,47.9759521484375,-29.4723510742188,93.7734375,66.3013381958008,30.0205383300781,-6.98828125,1.77447509765625,29.252197265625,44.62890625,26.36572265625,29.093017578125,-6.939453125,26.2750854492188,29.09228515625,45.171875,26.2379760742188,64.583984375,-6.939453125,26.1489868164063,65.02490234375,45.12109375,1.10546875,64.680908203125,-0.47265625,1.0277099609375,65.296630859375,-6.96875,8.0550537109375,64.7802734375,-6.990234375,1.18798828125,56.6708984375,43.01953125,2.84716796875,29.252197265625,44.60546875,17.9764404296875,29.02294921875,45.123046875,2.5185546875,36.178466796875,158.71875,45.141227722168,64.36279296875,99.263671875,71.7365036010742,63.96240234375,158.287109375,69.9159851074219,63.96240234375,98.8046875,71.6011352539063,29.719482421875,158.240234375,72.4920654296875,28.80859375,99.140625,44.1416206359863,29.128662109375,151.28125,45.3363990783691,29.1337890625,158.58984375,53.0669212341309,29.0400390625,158.73046875,45.3593978881836,38.454345703125,128.4453125,72.0473175048828,28.80859375,125.2109375,44.5321807861328,29.1337890625,101.12890625,45.0347785949707,64.363525390625,99.05078125,61.7807922363281,64.214111328125,98.7265625,44.6242485046387,59.245361328125,202.41015625,-1.3001708984375,64.517333984375,202.1953125,24.988525390625,64.692626953125,202.19140625,24.9628295898438,26.502685546875,149.30859375,-2.03887939453125,26.67724609375,148.37109375,26.80419921875,64.79052734375,154.1328125,27.2757568359375,26.502685546875,148.625,19.349609375,26.55078125,148.3671875,27.2074584960938,30.550537109375,198.787109375,-1.4788818359375,26.67724609375,202.375,3.40753173828125,26.64794921875,202.4140625,-1.43505859375,31.9140625,149.306640625,-1.71795654296875,56.751953125,155.212890625,-1.59698486328125,64.603759765625,149.1328125,3.610595703125,64.64697265625,202.19140625,27.39453125,42.01806640625,180.39453125,27.933349609375,26.502685546875,
  332. 178.9140625,27.4562377929688,64.735107421875,138.173828125,72.3155746459961,63.96240234375,158.23828125,72.5338134765625,40.871337890625,42.80078125,53.9833068847656,26.52880859375,42.80078125,80.4184875488281,27.32861328125,42.80078125,79.8814392089844,65.46142578125,98.47265625,52.6653137207031,64.2822265625,99.21875,80.9579162597656,27.251953125,93.17578125,80.3879699707031,65.48095703125,99.01171875,73.3706970214844,65.1572265625,99.21875,80.4596252441406,61.440673828125,46.6015625,52.8966979980469,64.289794921875,42.80078125,57.2222595214844,64.490234375,42.80078125,53.0473327636719,59.065185546875,98.47265625,53.7035217285156,34.275390625,92.27734375,53.9758605957031,26.44140625,98.609375,58.6407165527344,26.581787109375,42.80078125,81.0026550292969,46.39501953125,99.21875,81.5616760253906,44.345947265625,150.392578125,57.4302978515625,-64.049560546875,202.6484375,57.5711669921875,-64.07080078125,149.013671875,28.9041748046875,-26.20068359375,202.470703125,29.0465087890625,-26.954833984375,188.025390625,28.7989501953125,-65.166748046875,202.484375,33.1024169921875,-65.00927734375,202.458984375,28.6876220703125,-56.035400390625,191.640625,57.7764892578125,-27.283447265625,202.61328125,50.6417236328125,-27.3193359375,202.66015625,57.9053955078125,-33.5166015625,153.533203125,57.6749267578125,-26.746826171875,149.06640625,36.9471435546875,-26.336669921875,149.375,57.7462158203125,-31.820556640625,154.24609375,28.7078857421875,-65.153564453125,150.23828125,34.1722412109375,-64.94091796875,150.03125,28.6109619140625,-59.8232421875,-6.046875,51.9176406860352,-64.91796875,-6.046875,77.4539566040039,-64.133544921875,-6.046875,76.8999404907227,-26.757568359375,38.92578125,50.5576553344727,-27.913818359375,39.52734375,78.0106582641602,-64.20947265625,34.646484375,77.4227066040039,-26.738037109375,39.361328125,70.1825332641602,-27.055908203125,39.52734375,77.4966201782227,-30.698486328125,-2.97265625,50.7966690063477,-27.905517578125,-6.046875,55.2593154907227,-27.709228515625,-6.046875,50.9519424438477,-33.02734375,38.92578125,51.6289443969727,-57.32470703125,
  333. 33.923828125,51.9097061157227,-65.003662109375,39.037109375,56.7227554321289,-64.86572265625,148.1171875,54.4796142578125,-27.15380859375,93.03125,53.5690307617188,-27.56640625,149.8984375,28.2852783203125,-63.9345703125,93.537109375,27.3565673828125,-63.702880859375,108.7265625,25.97509765625,-27.175048828125,93.443359375,29.7914428710938,-27.157958984375,93.50390625,26.3654174804688,-37.37841796875,104.64453125,53.1717529296875,-63.846435546875,93.15625,46.4368896484375,-63.72265625,92.984375,52.8989868164063,-56.933349609375,144.859375,51.5772705078125,-63.9150390625,149.7578125,35.3915405273438,-63.94189453125,149.18359375,53.1141967773438,-58.219970703125,144.3359375,26.46435546875,-27.199462890625,148.51171875,31.69140625,-27.19384765625,148.775390625,26.8770141601563,-33.15771484375,85.58984375,50.1822280883789,-27.783203125,85.9140625,74.0696182250977,-27.611328125,85.91015625,74.0453872680664,-65.04345703125,41.02734375,50.4883804321289,-64.87158203125,40.8359375,77.6308975219727,-27.515869140625,45.6796875,77.9659194946289,-65.04345703125,40.896484375,70.6155776977539,-64.996337890625,40.83984375,78.0102310180664,-61.07568359375,82.546875,50.0823745727539,-64.87158203125,85.65625,54.6102066040039,-64.90087890625,85.587890625,50.0552749633789,-59.7392578125,41.03125,50.7902603149414,-35.393798828125,45.98828125,50.7927017211914,-27.69775390625,40.99609375,55.8046646118164,-27.656005859375,-6.04296875,78.0568008422852,-45.445556640625,39.52734375,78.6335220336914,-47.453857421875,92.9921875,54.1109619140625,-42.249755859375,148.626953125,55.0825805664063,-42.68701171875,85.9609375,76.3324966430664,-49.835693359375,67.70703125,78.1831436157227,-65.04345703125,66.455078125,77.7623672485352,-27.569580078125,1.759765625,54.6119384765625,3.01272583007813,-38.818359375,60.752197265625,-1.51348876953125,2.228515625,29.1986083984375,-23.13330078125,-39.345703125,35.4666748046875,-27.2354736328125,-31.09765625,33.6954956054688,0.433197021484375,-41.787109375,39.1552734375,-0.920318603515625,-41.564453125,35.409912109375,-7.41152954101563,
  334. -27.416015625,59.5322265625,-25.9408569335938,-36.826171875,54.5078735351563,-26.8987426757813,-36.48046875,60.8119506835938,-22.4014282226563,2.21875,55.0640869140625,-23.0167236328125,3.166015625,36.2904052734375,-23.0081787109375,5.037109375,54.5643920898438,-18.9946899414063,-4.869140625,29.7261962890625,3.35848999023438,-1.0625,34.083740234375,3.57659912109375,-1.1640625,29.2434692382813,-0.12060546875,92.234375,55.3348731994629,20.85302734375,105.923828125,79.0001754760742,-24.4490356445313,96.77734375,80.7893600463867,20.6498718261719,133.021484375,73.886100769043,-19.2446899414063,124.119140625,75.6353073120117,26.3966979980469,128.291015625,47.6879005432129,-19.0439453125,120.677734375,49.1865577697754,20.9248046875,120.671875,57.8667335510254,26.4833984375,112.98828125,50.8186378479004,25.244384765625,128.740234375,74.7297897338867,3.61105346679688,124.515625,48.4307594299316,0.94775390625,101.31640625,54.7729225158691,-22.8837890625,104.25,70.1393661499023,-24.9368896484375,106.892578125,53.3396339416504,-23.61474609375,130.375,32.2532119750977,24.978515625,173.025390625,36.9422988891602,23.374755859375,125.1796875,58.4169692993164,-0.246337890625,168.833984375,63.2094497680664,-1.349853515625,158.158203125,61.0579605102539,25.9208984375,170.396484375,58.5817031860352,25.166259765625,169.662109375,62.5668106079102,18.78173828125,162.96875,36.7735977172852,-2.06396484375,171.189453125,44.1010513305664,-2.056640625,172.15234375,37.6195449829102,2.162353515625,131.8515625,33.3572158813477,-1.27734375,126.05859375,51.3003311157227,-0.509765625,128.609375,32.8662490844727,2.5703125,130.587890625,58.0263442993164,26.957763671875,127.87890625,52.8216934204102,26.680908203125,126.98828125,57.7711563110352,23.18310546875,38.83984375,52.1700782775879,0.00244140625,87.876953125,81.8043518066406,0.574462890625,35.951171875,74.9844055175781,0.05126953125,87.185546875,82.7892150878906,26.6416015625,34.6328125,75.9143371582031,26.957275390625,90.193359375,58.8804054260254,27.022705078125,44.203125,52.8702125549316,27.520751953125,
  335. 36.76171875,59.0009498596191,27.227294921875,37.91015625,52.0426368713379,21.159423828125,60.8671875,79.3709411621094,27.685302734375,67.15625,55.8944435119629,28.157958984375,89.068359375,59.7609596252441,0.4560546875,88.8671875,73.9432067871094,0.7353515625,90.9765625,59.8331031799316,6.14794921875,172.78125,53.0066528320313,-28.689208984375,172.640625,24.905029296875,-28.689208984375,203.30859375,24.429931640625,-28.689208984375,203.16796875,53.4278564453125,16.213134765625,172.5625,24.2954711914063,16.816650390625,203.30859375,23.8545532226563,11.9404296875,203.26953125,31.8246459960938,16.648681640625,200.05859375,23.8882446289063,16.816650390625,203.16796875,53.1650390625,-25.623291015625,203.19140625,48.2520751953125,-28.689208984375,198.962890625,53.1429443359375,-28.689208984375,179.015625,53.1036987304688,16.213134765625,172.7109375,53.0177001953125,11.219482421875,172.67578125,47.721435546875,16.322509765625,61.05859375,24.217041015625,-29.0009765625,80.78515625,51.1200294494629,-25.539306640625,42.462890625,46.1150245666504,-25.102783203125,79.158203125,74.3952941894531,-0.855712890625,39.94921875,69.2812805175781,-0.9208984375,50.380859375,70.4270324707031,-26.623291015625,40.19140625,65.6413879394531,-26.294921875,39.8359375,69.1039123535156,-20.11767578125,50.6953125,47.3959083557129,-0.614990234375,41.947265625,52.0560646057129,-0.700927734375,42.583984375,46.3024024963379,-4.874755859375,78.642578125,51.0408058166504,-0.568115234375,79.90234375,67.9796447753906,-0.773681640625,81.671875,51.4073829650879,-4.150146484375,75.154296875,73.6623840332031,-26.906005859375,78.625,69.6798400878906,-26.67236328125,78.267578125,74.0986633300781,-23.21875,-23.66015625,1.7093505859375,-64.775634765625,-22.93359375,25.5880126953125,-64.947509765625,-22.9296875,25.5635986328125,-27.515869140625,20.873046875,0.055908203125,-27.687744140625,22.2578125,27.1636962890625,-65.043212890625,17.43359375,27.71142578125,-27.515869140625,21.888671875,20.1578369140625,-27.562744140625,22.26953125,27.5428466796875,-31.483642578125,
  336. -20.625,1.475830078125,-27.687744140625,-23.53125,6.135986328125,-27.658447265625,-23.6640625,1.58251953125,-32.819580078125,20.8828125,0.357666015625,-57.165283203125,15.9296875,0.5780029296875,-64.861572265625,21.13671875,5.36572265625,-64.903564453125,-22.87890625,27.8507080078125,-42.723876953125,-4.5625,28.89697265625,-27.515869140625,-3.33203125,28.4215087890625,-64.989501953125,41.44921875,55.6518325805664,64.36279296875,-15.70703125,27.4774894714355,63.962646484375,41.03515625,29.4060821533203,63.962890625,-16.1484375,27.6208648681641,29.71923828125,40.990234375,26.6770668029785,28.80859375,-15.82421875,56.7107849121094,29.128662109375,34.298828125,55.445068359375,29.133544921875,41.326171875,47.2555732727051,29.0400390625,41.4609375,55.4207077026367,38.4541015625,12.34765625,27.1482124328613,28.80810546875,9.23828125,56.2970390319824,29.133544921875,-13.912109375,55.7646026611328,64.363037109375,-15.91015625,38.0242958068848,64.214111328125,-16.22265625,56.1994972229004,59.244873046875,21.69921875,26.8640213012695,63.962646484375,40.98828125,26.6328392028809,40.87109375
  337. }
  338. PolygonVertexIndex: *2005 {
  339. a: 0,1,6,-8,14,6,1,-3,14,12,-7,3,6,12,-11,7,6,3,-5,28,27,18,-1,28,0,-194,39,193,0,-9,8,0,7,-5,8,4,-6,15,16,34,-38,13,15,37,-9,8,5,9,-14,11,13,-10,9,5,4,-4,11,9,3,-11,12,13,11,-11,13,12,14,-16,14,2,-18,15,14,17,-17,23,29,30,-23,23,24,19,-30,29,19,18,-28,24,23,22,-22,26,25,24,-22,19,24,25,-21,27,28,30,-30,39,8,31,-44,44,42,37,-35,42,44,41,-37,38,43,31,-33,38,33,192,-44,45,42,38,-33,33,38,42,-36,30,28,192,-34,36,35,-43,37,45,-41,30,35,21,-23,19,1,0,-19,20,2,1,-20,40,45,-33,37,42,-46,47,48,50,-50,51,49,50,-54,52,51,-54,57,51,52,-56,54,46,55,-53,50,48,-54,54,53,48,-47,49,51,57,-57,56,47,-50,54,52,-54,55,46,48,-57,56,48,-48,57,55,-57,58,59,63,-63,58,62,71,-73,60,61,-70,68,69,61,-66,66,65,-62,63,59,88,-65,61,64,88,-68,67,66,-62,64,62,-64,67,65,-67,70,68,65,-90,73,60,69,-71,73,70,89,-73,89,58,-73,70,69,-69,60,73,-62,64,61,73,-63,73,71,-63,73,72,-72,76,78,83,-76,75,83,-78,77,83,84,-80,79,84,-88,82,74,85,-81,80,85,87,-85,74,82,-77,81,78,76,-83,77,79,87,-87,86,75,-78,82,80,-82,80,84,83,-82,83,78,-82,85,74,76,-87,86,76,-76,87,85,-87,58,89,88,-60,67,88,89,-66,93,91,92,-100,92,94,-100,93,99,100,-96,90,101,-99,96,98,101,-101,100,101,103,-96,90,98,-93,97,94,92,-99,91,93,95,-103,95,103,-103,98,96,-98,100,99,-97,97,96,99,-95,101,90,92,-103,102,92,-92,103,101,-103,133,108,113,-133,105,132,113,-108,107,113,114,-110,109,114,-118,112,104,115,-111,110,115,117,-115,111,108,133,-113,106,104,112,-134,107,109,117,-117,116,105,-108,112,110,-112,110,114,113,-112,113,108,-112,115,104,106,-133,116,115,132,-106,117,115,-117,120,122,127,-120,119,127,-122,121,127,128,-124,123,128,-132,126,118,129,-125,124,129,131,-129,120,118,126,-126,125,122,-121,121,123,131,-131,130,119,-122,126,124,-126,124,128,127,-126,122,125,-128,129,118,120,-131,130,120,-120,131,129,-131,133,132,-107,137,135,136,-144,136,138,-144,137,143,144,-140,134,145,-143,140,142,145,-145,144,145,147,-140,134,142,-137,136,142,141,-139,146,135,137,-140,139,147,-147,142,140,-142,140,144,143,-142,143,138,-142,145,134,136,-147,146,136,-136,147,145,-147,149,150,152,-158,149,157,
  340. -152,151,157,158,-154,153,158,-162,156,148,159,-155,154,159,161,-159,150,148,156,-156,155,152,-151,149,151,153,-161,153,161,-161,156,154,-156,154,158,157,-156,157,152,-156,159,148,150,-161,160,150,-150,161,159,-161,166,171,-178,176,177,171,-166,165,171,172,-168,162,173,-171,168,170,173,-173,172,173,175,-168,164,162,170,-178,177,170,169,-167,167,175,-166,165,175,174,-177,174,163,-177,170,168,-170,168,172,171,-170,171,166,-170,173,162,164,-175,174,164,-164,175,173,-175,163,164,177,-177,179,180,182,-188,179,187,-182,181,187,188,-184,183,188,-192,186,178,189,-185,184,189,191,-189,180,178,186,-186,185,182,-181,179,181,183,-191,183,191,-191,186,184,-186,184,188,187,-186,187,182,-186,189,178,180,-191,190,180,-180,191,189,-191,26,21,35,-37,43,28,193,-40,28,43,-193,194,195,199,-199,194,198,207,-209,205,196,197,-203,205,202,201,-205,197,200,-203,203,202,200,-200,195,203,-200,200,198,-200,203,201,-203,203,195,194,-202,204,201,194,-207,209,196,205,-207,208,209,206,-195,206,205,-205,197,196,209,-201,198,200,209,-208,209,208,-208,215,221,219,-215,216,17,215,-215,221,215,211,-211,210,213,-222,221,213,212,-223,220,219,221,-223,214,219,220,-218,218,216,214,-218,218,16,17,-217,250,226,227,-456,455,227,231,-27,210,223,225,-227,213,210,-213,212,210,226,-247,226,239,-247,224,228,225,-224,227,226,225,-229,228,224,20,-26,230,228,25,-233,227,228,230,-230,231,229,230,-233,26,231,232,-26,238,246,239,-242,235,243,244,-237,242,252,233,-242,234,237,-252,251,237,243,-243,237,244,-244,240,244,-238,236,244,44,-35,245,239,-227,238,241,-234,241,239,245,-252,240,36,41,-245,238,247,-247,246,247,-213,34,16,-249,217,248,16,-219,249,248,-223,220,222,248,-218,211,2,224,-211,224,2,-21,223,210,-225,222,212,-250,241,251,-243,243,235,252,-243,254,255,257,-257,258,256,257,-261,259,258,-261,258,259,-265,253,262,-262,261,262,264,-260,257,255,-261,261,260,255,-254,258,264,-257,256,264,263,-255,261,259,-261,262,253,255,-264,263,255,-255,264,262,-264,297,269,274,-297,266,296,274,-269,268,274,275,-271,270,275,-279,273,265,276,-272,271,276,278,-276,267,265,273,-298,
  341. 297,273,272,-270,270,278,-269,268,278,277,-267,273,271,-273,271,275,274,-273,274,269,-273,276,265,267,-297,277,276,296,-267,278,276,-278,290,282,287,-292,291,287,289,-280,280,279,289,-294,293,289,288,-282,282,290,-286,283,286,-293,290,292,286,-286,294,284,295,-294,295,284,286,-284,295,283,292,-292,295,291,279,-281,287,282,285,-285,287,284,294,-289,294,281,-289,286,284,-286,288,289,-288,292,290,-292,294,293,-282,293,295,-281,297,296,-268,309,301,306,-311,310,306,308,-299,299,298,308,-313,312,308,307,-301,301,309,-305,311,302,313,-310,305,304,309,-314,313,302,299,-313,302,311,-300,299,311,310,-299,300,307,-304,303,307,306,-305,301,304,-307,305,303,-305,307,308,-307,311,309,-311,305,313,312,-304,312,300,-304,314,315,319,-319,314,318,327,-329,325,316,317,-323,325,322,321,-325,317,320,-323,323,322,320,-320,315,323,-320,320,318,-320,323,321,-323,323,315,314,-322,324,321,314,-327,316,325,-330,329,325,326,-329,326,314,-329,326,325,-325,317,316,329,-321,318,320,329,-328,329,328,-328,333,338,-342,341,338,340,-343,340,330,-343,331,330,340,-375,374,340,339,-333,333,341,-337,343,334,375,-342,337,336,341,-376,375,334,331,-375,334,343,-332,331,343,342,-331,332,339,-336,335,339,338,-337,336,338,-334,337,335,-337,339,340,-339,343,341,-343,344,345,349,-349,344,348,357,-359,346,347,-356,354,355,347,-352,352,351,-348,349,345,376,-351,347,350,376,-354,353,352,-348,350,348,-350,353,351,-353,356,354,351,-378,344,358,-378,359,346,355,-357,359,356,377,-359,356,355,-355,347,346,359,-351,348,350,359,-358,359,358,-358,363,368,-372,371,368,370,-373,370,360,-373,361,360,370,-379,378,370,369,-363,363,371,-367,364,367,-374,371,373,367,-367,379,365,380,-379,380,365,367,-365,364,373,-381,380,373,372,-361,361,380,-361,368,363,366,-366,368,365,379,-370,379,362,-370,367,365,-367,369,370,-369,373,371,-373,337,375,374,-336,374,332,-336,344,377,376,-346,353,376,377,-352,379,378,-363,378,380,-362,381,382,386,-386,381,385,394,-396,392,383,384,-390,392,389,388,-392,384,387,-390,382,390,-387,387,386,390,-390,387,385,-387,390,388,-390,390,382,381,-389,391,388,
  342. 381,-394,383,392,-397,381,395,-394,393,395,396,-393,393,392,-392,384,383,396,-388,385,387,396,-395,396,395,-395,398,399,401,-407,398,406,-401,400,406,407,-403,402,407,-411,405,397,408,-404,403,408,410,-408,401,399,-405,405,404,399,-398,400,402,410,-410,409,398,-401,405,403,-405,403,407,406,-405,406,401,-405,408,397,399,-410,409,399,-399,410,408,-410,411,412,416,-416,411,415,424,-426,422,413,414,-420,422,419,418,-422,414,417,-420,412,420,-417,417,416,420,-420,417,415,-417,420,418,-420,420,412,411,-419,421,418,411,-424,413,422,-427,411,425,-424,423,425,426,-423,423,422,-422,414,413,426,-418,415,417,426,-425,426,425,-425,430,428,429,-437,429,431,-437,430,436,437,-433,435,427,438,-434,437,433,438,-441,432,437,-441,429,427,435,-435,434,431,-430,430,432,440,-440,439,428,-431,435,433,-435,433,437,436,-435,436,431,-435,438,427,429,-440,439,429,-429,440,438,-440,452,444,449,-454,453,449,451,-442,443,442,-451,451,450,442,-442,447,444,452,-455,454,445,448,-448,448,445,442,-447,442,443,-447,445,454,-443,442,454,453,-442,443,450,-447,447,446,450,-450,447,449,-445,448,446,-448,450,451,-450,454,452,-454,26,36,-456,456,457,461,-461,456,460,469,-471,467,458,459,-465,467,464,463,-467,459,462,-465,457,465,-462,462,461,465,-465,462,460,-462,465,463,-465,465,457,456,-464,466,463,456,-469,458,467,-472,456,470,-469,468,470,471,-468,468,467,-467,459,458,471,-463,460,462,471,-470,471,470,-470,475,480,-484,483,480,482,-485,482,472,-485,473,472,482,-487,486,482,481,-475,475,483,-479,476,479,-486,483,485,479,-479,487,477,488,-487,488,477,479,-477,476,485,-489,488,485,484,-473,473,488,-473,480,475,478,-478,480,477,487,-482,487,474,-482,479,477,-479,481,482,-481,485,483,-485,487,486,-475,486,488,-474,498,493,504,-504,498,503,490,-493,492,494,499,-499,494,502,-500,500,489,497,-496,502,500,495,-500,497,489,491,-505,496,497,504,-494,494,492,-503,501,502,492,-491,497,496,-496,498,499,495,-497,496,493,-499,491,489,500,-504,503,500,501,-491,502,501,-501,504,491,-504,231,227,-230,17,2,211,-216,44,244,-42
  343. }
  344. Edges: *1016 {
  345. a: 0,3,6,11,36,17,18,1,2,35,46,51,43,14,49,13,41,8,37,4,55,59,60,66,7,70,73,69,84,98,142,75,89,78,79,92,90,94,91,97,100,19,80,86,77,76,117,105,104,29,130,118,135,39,129,119,134,113,155,26,140,107,108,124,121,115,106,112,110,114,139,21,38,20,141,145,149,123,138,159,167,183,162,160,163,165,170,174,169,177,181,161,175,189,198,173,187,205,213,212,206,215,222,227,207,234,226,229,220,237,231,219,243,216,240,246,210,244,211,265,251,274,276,280,295,277,271,281,296,284,285,308,288,299,272,292,279,286,304,320,290,302,224,252,328,336,338,344,359,335,339,345,360,355,348,372,349,363,340,352,343,346,367,384,354,369,395,397,401,418,398,421,402,414,405,406,430,409,417,392,413,400,407,426,443,411,424,453,455,459,456,450,460,476,463,464,487,467,474,451,471,458,465,483,499,469,481,441,391,394,510,512,518,533,509,513,519,536,529,522,546,523,535,514,526,517,520,538,558,528,543,565,570,574,587,571,566,575,591,578,579,602,582,589,567,586,573,580,597,614,584,599,676,626,630,643,659,646,631,649,641,634,662,635,648,621,638,629,632,658,674,640,655,627,623,624,685,690,694,707,691,686,695,711,698,699,722,702,709,687,706,693,700,717,734,704,719,472,744,745,132,120,25,752,761,759,753,760,762,768,754,778,773,775,765,781,771,766,790,767,791,794,757,792,758,809,796,826,962,824,817,827,821,823,830,844,951,839,818,816,836,815,831,814,832,833,840,841,845,874,890,859,872,850,878,880,891,883,889,855,886,894,885,867,857,933,913,979,906,911,938,927,905,942,868,923,903,902,915,918,901,910,916,904,925,930,928,909,869,899,946,950,955,858,871,1795,973,957,849,921,936,917,908,907,982,990,1008,985,983,986,988,995,998,992,1002,1006,984,996,1015,1023,1000,1014,1034,1036,1040,1053,1037,1056,1041,1059,1044,1045,1069,1048,1058,1031,1052,1039,1046,1066,1082,1050,1065,1090,1097,1100,1103,1089,1108,1130,1096,1115,1107,1133,1113,1120,1095,1094,1102,1138,1110,1092,1111,1125,1104,1139,1118,1122,1080,1030,1033,1161,1168,1171,1174,1160,1180,1188,1167,1200,1178,1204,1183,1208,1166,1165,1173,1202,1179,1163,1182,1195,1175,1186,1190,1224,1233,1231,1225,1232,1234,
  346. 1240,1226,1250,1245,1247,1237,1253,1243,1238,1262,1239,1263,1268,1229,1266,1230,1283,1270,1288,1298,1301,1304,1290,1310,1318,1296,1330,1308,1334,1313,1338,1295,1292,1303,1332,1309,1294,1312,1325,1347,1355,1354,1348,1357,1364,1369,1349,1376,1368,1371,1362,1379,1373,1361,1385,1358,1382,1391,1352,1389,1353,1406,1396,1411,1421,1424,1427,1413,1432,1454,1419,1439,1431,1459,1437,1444,1418,1415,1426,1464,1434,1417,1435,1451,1305,1316,1320,1366,1388,1485,1428,1465,1442,1446,1498,1507,1505,1499,1506,1508,1514,1500,1524,1520,1517,1511,1527,1522,1512,1536,1513,1537,1547,1503,1540,1504,1557,1545,1562,1567,1571,1589,1568,1563,1572,1586,1575,1576,1599,1579,1587,1564,1583,1570,1577,1595,1611,1581,1593,1618,1627,1625,1619,1626,1628,1634,1620,1644,1640,1637,1631,1647,1642,1632,1656,1633,1657,1667,1623,1660,1624,1677,1665,1683,1685,1691,1704,1682,1686,1692,1708,1703,1693,1719,1696,1706,1687,1697,1690,1694,1715,1731,1699,1713,1739,1751,1746,1748,1738,1758,1762,1745,1766,1753,1778,1759,1764,1744,1743,1749,1780,1757,1741,1755,1772,852,1797,1806,1804,1798,1805,1807,1813,1799,1823,1819,1816,1810,1826,1821,1811,1835,1812,1836,1846,1802,1839,1803,1856,1844,1861,1871,1874,1877,1863,1882,1904,1869,1889,1881,1909,1887,1894,1868,1865,1876,1914,1884,1867,1885,1901,1878,1915,1892,1896,1938,1940,1942,1957,1939,1958,1941,1963,1945,1949,1972,1950,1960,1933,1954,1943,1948,1970,1986,1952,1967,1984,1934,1935,854,819,940,9,22,24,28,33,40,47,44,81,126,166,172,179,188,197,208,214,218,225,230,247,250,259,263,273,283,287,294,303,312,319,242,337,347,351,358,366,375,383,393,404,408,416,425,434,442,452,462,466,475,482,491,498,511,521,525,532,541,550,557,568,577,581,590,596,606,613,622,633,637,645,652,656,666,673,688,697,701,710,716,726,733,755,763,769,774,786,795,805,825,851,860,862,866,882,912,943,949,956,963,964,937,989,994,997,1004,1011,1022,1032,1043,1047,1055,1062,1073,1081,1091,1099,1106,1109,1116,1126,1134,1137,1117,1162,1170,1177,1181,1192,1199,1203,1219,1227,1235,1241,1246,1258,1265,1269,1279,1289,1293,1300,1307,1311,1322,1329,1333,1350,1356,1360,1367,
  347. 1372,1387,1392,1402,1412,1416,1423,1430,1433,1440,1448,1453,1460,1463,1479,1384,1441,1501,1509,1515,1518,1532,1539,1542,1553,1565,1574,1578,1585,1594,1603,1610,1621,1629,1635,1638,1652,1659,1662,1673,1684,1695,1700,1707,1714,1723,1730,1740,1747,1756,1763,1769,1776,1781,856,1800,1808,1814,1817,1831,1838,1841,1852,1862,1866,1873,1880,1883,1890,1898,1903,1910,1913,1891,1936,1946,1951,1959,1965,1977,1983
  348. }
  349. GeometryVersion: 124
  350. LayerElementNormal: 0 {
  351. Version: 102
  352. Name: ""
  353. MappingInformationType: "ByPolygonVertex"
  354. ReferenceInformationType: "Direct"
  355. Normals: *6015 {
  356. a: 0,0,1,0,0,1,9.93203830290668e-009,0,1,3.31549294685374e-008,0,1,5.8072342490334e-009,0,1,9.93203830290668e-009,0,1,0,0,1,1.03050945554628e-008,0,1,5.8072342490334e-009,0,1,-1.39191087100699e-007,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,9.93203830290668e-009,0,1,-1.39191087100699e-007,0,1,-1.77743373797057e-007,0,1,3.31549294685374e-008,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,5.31615178545053e-008,0,1,-0.995829224586487,-0.0895656868815422,-0.0173807665705681,-0.994626522064209,-0.101288810372353,-0.0214152149856091,-0.994626522064209,-0.101288802921772,-0.0214152149856091,-0.999840497970581,-0.0176357198506594,-0.00280845328234136,-0.995829224586487,-0.0895656868815422,-0.0173807665705681,-0.999840497970581,-0.0176357198506594,-0.00280845328234136,-0.993127226829529,0.109236173331738,0.042022243142128,-1,0,0,-0.993127226829529,0.109236173331738,0.042022243142128,-0.999840497970581,-0.0176357198506594,-0.00280845328234136,-1,0,0,-1,0,0,-0.999840497970581,-0.0176357198506594,-0.00280845328234136,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00077163870446384,0.00620573991909623,-0.999980509281158,0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000971693254541606,0.000462825759314001,-0.999999463558197,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00120154430624098,0.0129687450826168,-0.999915242195129,1.23942580643188e-008,0,-1,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00734160840511322,0.999973058700562,0,0,1,0,0,0.999999940395355,0,0.00734579144045711,0.999973058700562,0,
  357. 0.733112037181854,0.680107891559601,0,0.00734160840511322,0.999973058700562,0,0.00734579144045711,0.999973058700562,0,0.733112037181854,0.680107891559601,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.733112037181854,0.680107891559601,0,0.733112037181854,0.680107891559601,0,0.101544760167599,0.994739294052124,-0.0135100614279509,0.101544760167599,0.994739294052124,-0.0135100614279509,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.0202251598238945,0.99921727180481,-0.0339956097304821,5.8072342490334e-009,0,1,1.03050945554628e-008,0,1,4.43915215697643e-009,0,1,0.0202251598238945,0.99921727180481,-0.0339956097304821,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.00367761356756091,0.999265909194946,-0.0381304621696472,0.00367761356756091,0.999265968799591,-0.0381304658949375,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-5.23283993913992e-008,0,-0.999999940395355,1.61196709314027e-008,0,-1,2.20212754697968e-008,0,-1,-1.67542850704194e-008,0,-1,-1.67542850704194e-008,0,-1,2.20212754697968e-008,0,-1,1.55809125601536e-008,0,-1,1.55809125601536e-008,0,-1,0.000290385069092736,0.999999225139618,-0.00126220018137246,-0.0137515040114522,0.999905467033386,0,-0.0137515040114522,0.999905467033386,0,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.00884210597723722,0.99995893239975,-0.00203077844344079,0.00884210504591465,0.999958872795105,-0.00203077821061015,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.000290385069092736,0.999999225139618,-0.00126220018137246,2.20212754697968e-008,0,-1,1.61196709314027e-008,0,-1,4.63545006823551e-008,0,-1,4.63545006823551e-008,0,-1,-0.0763913542032242,0.996925592422485,0.01742759719491,-0.0763913467526436,0.996925592422485,0.0174275953322649,-0.0763913467526436,0.996925532817841,0.0174275953322649,-0.0763913467526436,0.996925592422485,0.01742759719491,-0.800850093364716,0.578008890151978,-0.156667932868004,-0.713284969329834,0.694177269935608,-0.09665647149086,-0.254211664199829,0.947815775871277,-0.192410543560982,-0.354451239109039,0.850698471069336,-0.388170748949051,
  358. 0.0616025924682617,0.994447290897369,0.0853213295340538,0.10135667771101,0.969846606254578,-0.221640139818192,0.208694085478783,0.92989307641983,0.302895575761795,0.0267277341336012,0.984580218791962,0.172879993915558,0.10135667771101,0.969846606254578,-0.221640139818192,0.0616025924682617,0.994447290897369,0.0853213295340538,0.0895556658506393,0.991524636745453,-0.0941209569573402,0.0239815767854452,0.993820250034332,-0.10838021337986,0.0120523273944855,0.893649935722351,-0.448602795600891,-0.354451239109039,0.850698471069336,-0.388170748949051,-0.254211664199829,0.947815775871277,-0.192410543560982,0.0650785490870476,0.937322378158569,-0.342332720756531,0.0120523273944855,0.893649935722351,-0.448602795600891,0.0612370707094669,0.772322654724121,-0.632271885871887,-0.0918970182538033,0.526462078094482,-0.845217525959015,-0.354451239109039,0.850698471069336,-0.388170748949051,0.204420194029808,0.930263042449951,-0.304668694734573,0.10135667771101,0.969846606254578,-0.221640139818192,0.0120523273944855,0.893649935722351,-0.448602795600891,0.0650785490870476,0.937322378158569,-0.342332720756531,0.0612370707094669,0.772322654724121,-0.632271885871887,0.0120523273944855,0.893649935722351,-0.448602795600891,0.10135667771101,0.969846606254578,-0.221640139818192,0.065373957157135,0.829463541507721,-0.55472195148468,-0.0726796984672546,0.295614331960678,-0.9525386095047,-0.539321005344391,0.507960021495819,-0.6716468334198,-0.0918970182538033,0.526462078094482,-0.845217525959015,0.0612370707094669,0.772322654724121,-0.632271885871887,0.0239815767854452,0.993820250034332,-0.10838021337986,0.065373957157135,0.829463541507721,-0.55472195148468,0.10135667771101,0.969846606254578,-0.221640139818192,0.208694085478783,0.92989307641983,0.302895575761795,0.204420194029808,0.930263042449951,-0.304668694734573,0.440068930387497,0.886077463626862,-0.145623281598091,0.00193682697135955,-0.00485283136367798,0.999986350536346,-0.000175779001438059,-0.0159357730299234,0.999873042106628,0.00178902526386082,-0.0056282770819962,0.999982595443726,
  359. 0.00193682697135955,-0.00485283136367798,0.999986350536346,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.440068930387497,0.886077463626862,-0.145623281598091,0.204420194029808,0.930263042449951,-0.304668694734573,0.0650785490870476,0.937322378158569,-0.342332720756531,0.208694085478783,0.92989307641983,0.302895575761795,0.10135667771101,0.969846606254578,-0.221640139818192,0.204420194029808,0.930263042449951,-0.304668694734573,-0.00165460957214236,0.999991536140442,0.00374965695664287,-0.00165460968855768,0.999991655349731,0.00374965718947351,-0.00165460957214236,0.999991655349731,0.00374965718947351,-0.00165460968855768,0.999991655349731,0.00374965718947351,0.00464234361425042,-0.00218524597585201,0.999986827373505,0.00454498734325171,-0.00325892842374742,0.999984323978424,0.00454498780891299,-0.00325892865657806,0.999984443187714,0.00496063334867358,0.00132542464416474,0.999986827373505,0.0122007736936212,0.0813628435134888,0.99660986661911,0.00464234361425042,-0.00218524597585201,0.999986827373505,0.00496063334867358,0.00132542464416474,0.999986827373505,0.00120490230619907,-0.998662352561951,-0.0516934655606747,0.00120490207336843,-0.998662352561951,-0.0516934581100941,0.0146188652142882,-0.999377310276031,-0.0321122221648693,0.00804876908659935,-0.999097466468811,-0.0417067818343639,0.0191170331090689,-0.999491035938263,-0.0255392082035542,0.0191170312464237,-0.999490976333618,-0.0255392044782639,0.00804876908659935,-0.999097466468811,-0.0417067818343639,0.0146188652142882,-0.999377310276031,-0.0321122221648693,-0.999998450279236,0.0017446776619181,6.4393070715596e-006,-0.999997675418854,0.00216309749521315,0.000100035809737165,-0.999997854232788,0.00209066970273852,8.38344058138318e-005,-0.999997437000275,0.00227965787053108,0.000126109342090786,-0.999997854232788,0.00209066970273852,8.38344058138318e-005,-0.999997675418854,0.00216309749521315,0.000100035809737165,-0.999997317790985,0.00227965763770044,0.000126109342090786,0.999893069267273,0.00963377393782139,-0.0110050952062011,0.999890387058258,0.0101589411497116,-0.0107746915891767,
  360. 0.999890327453613,0.0101589392870665,-0.0107746906578541,0.999899923801422,0.00781386811286211,-0.0118034975603223,0.999899923801422,0.00781386811286211,-0.0118034975603223,0.99985671043396,-0.00318899773992598,-0.0166292246431112,0.999893069267273,0.00963377393782139,-0.0110050952062011,-0.636655628681183,-0.575053572654724,0.513792872428894,-0.636655569076538,-0.575053572654724,0.513792872428894,-0.636655569076538,-0.575053513050079,0.513792872428894,-0.00126233429182321,-0.00928603112697601,-0.999956011772156,-0.00126233429182321,-0.00928603205829859,-0.999956130981445,-0.00123335386160761,-0.00889032427221537,-0.999959766864777,-0.00106232182588428,-0.00655501894652843,-0.999977946281433,-0.00106232182588428,-0.00655501894652843,-0.999977946281433,-0.00123335386160761,-0.00889032427221537,-0.999959766864777,-3.68925725524605e-007,0.00794411543756723,-0.999968469142914,0.942105531692505,-0.107076413929462,-0.317760735750198,0.942105531692505,-0.107076413929462,-0.317760705947876,0.942105531692505,-0.107076413929462,-0.317760705947876,-0.00196618330664933,0.00439358269795775,0.999988436698914,-0.00461789546534419,0.0105261504650116,0.999933898448944,-0.00461789639666677,0.0105261523276567,0.999933958053589,-0.00395798962563276,0.00899999774992466,0.999951601028442,-0.00196618330664933,0.00439358269795775,0.999988436698914,-0.00395798962563276,0.00899999774992466,0.999951601028442,0.000619957107119262,-0.00158733187709004,0.999998569488525,0.000619957048911601,-0.00158733164425939,0.999998509883881,-0.00356837897561491,-0.000781401002313942,-0.999993324279785,-0.00290123326703906,-0.00215396820567548,-0.99999338388443,-0.00279953167773783,-0.00192348705604672,-0.999994218349457,-0.00257599540054798,-0.00225553661584854,-0.999994039535522,-0.00279953167773783,-0.00192348705604672,-0.999994218349457,-0.00290123326703906,-0.00215396820567548,-0.99999338388443,-0.0027888857293874,-0.00222369586117566,-0.999993622303009,-0.00871105119585991,-0.00133789994288236,-0.999961197376251,-0.0027888857293874,-0.00222369586117566,-0.999993622303009,
  361. -0.00290123326703906,-0.00215396820567548,-0.99999338388443,-0.99920517206192,-0.0398350581526756,0.00144316756632179,-0.999205231666565,-0.0398350581526756,0.00144316779915243,-0.999142944812775,-0.0413932353258133,5.8842731959885e-005,-0.999147415161133,-0.0412839762866497,0.000155915971845388,-0.999110400676727,-0.0421637147665024,-0.000759577378630638,-0.999147415161133,-0.0412839762866497,0.000155915971845388,-0.999142944812775,-0.0413932353258133,5.8842731959885e-005,-0.999110341072083,-0.0421648286283016,-0.000833585625514388,-0.999110341072083,-0.0421648286283016,-0.000833585625514388,-0.999081432819366,-0.0422580316662788,-0.00710722943767905,-0.999110400676727,-0.0421637147665024,-0.000759577378630638,-0.193961277604103,-0.925294756889343,0.325896710157394,-0.193961292505264,-0.925294816493988,0.325896739959717,-0.193961292505264,-0.925294756889343,0.325896739959717,-0.3676438331604,0.645646154880524,-0.669312477111816,-0.367643773555756,0.645646035671234,-0.669312477111816,-0.367643773555756,0.645646095275879,-0.669312417507172,0.00323642347939312,0.984305799007416,-0.17644114792347,0.00323642394505441,0.984305858612061,-0.176441177725792,-0.0353082716464996,0.996727645397186,-0.0727136135101318,-0.024220947176218,0.99921178817749,-0.0314520299434662,0.998469352722168,0.0381990782916546,0.039997860789299,0.998359441757202,0.03843629732728,0.0424398258328438,0.998359382152557,0.03843629732728,0.0424398258328438,0.99843955039978,0.0382648855447769,0.0406750179827213,0.998469352722168,0.0381990782916546,0.039997860789299,0.99843955039978,0.0382648855447769,0.0406750179827213,0.998534679412842,0.0381990596652031,0.0383324474096298,0.998538017272949,0.0381483361124992,0.0382955856621265,0.998534679412842,0.0381990596652031,0.0383324474096298,0.998489856719971,0.0388714112341404,0.0388210453093052,0.998538017272949,0.0381483361124992,0.0382955856621265,0.692094266414642,0.245581924915314,-0.678745210170746,0.692094266414642,0.245581924915314,-0.678745150566101,0.692094206809998,0.245581910014153,-0.678745210170746,
  362. -0.0114221461117268,-0.999265432357788,0.0365788005292416,0.00276233768090606,-0.999986708164215,0.00435825670138001,0.0157315973192453,-0.999614596366882,-0.0228749234229326,0.0253092143684626,-0.998717188835144,-0.0438571386039257,0.0157315973192453,-0.999614596366882,-0.0228749234229326,0.00276233768090606,-0.999986708164215,0.00435825670138001,0.0253050103783607,-0.998711585998535,-0.0439858995378017,0.00276233768090606,-0.999986708164215,0.00435825670138001,0.0245459210127592,-0.997448265552521,-0.0670402348041534,0.0253050103783607,-0.998711585998535,-0.0439858995378017,0.655521750450134,-0.551210403442383,0.516195952892303,0.655521750450134,-0.551210463047028,0.516195952892303,0.655521750450134,-0.551210463047028,0.516196012496948,0.00681802909821272,-0.999971508979797,-0.00321935885585845,0.00681802909821272,-0.999971508979797,-0.00321935885585845,0.00689957477152348,-0.999970853328705,-0.0032648325432092,0.00698299426585436,-0.999970138072968,-0.00331135070882738,0.00698299426585436,-0.999970138072968,-0.00331135070882738,0.00689957477152348,-0.999970853328705,-0.0032648325432092,0.0076421913690865,-0.9999640583992,-0.00367895024828613,0.0157501380890608,-0.00554803805425763,-0.99986058473587,0.00858696270734072,0.00209908210672438,-0.999960899353027,0.00920200441032648,0.00142299896106124,-0.999956607818604,0.0157501380890608,-0.00554803805425763,-0.99986058473587,0.0222579762339592,0.99975198507309,0.000795694417320192,-0.0244454387575388,0.998563170433044,0.047687616199255,-0.0244012326002121,0.998566269874573,0.0476432777941227,-0.00240558804944158,0.999960660934448,0.00853539723902941,-0.00240558851510286,0.999960720539093,0.00853539910167456,-0.0213552545756102,0.999070465564728,0.0374440141022205,-0.0074245329014957,0.999841272830963,0.01619260199368,-0.0074245329014957,0.999841272830963,0.01619260199368,-0.0213552545756102,0.999070465564728,0.0374440141022205,-0.0244012326002121,0.998566269874573,0.0476432777941227,-0.0244454387575388,0.998563170433044,0.047687616199255,-0.999885737895966,-0.0151146901771426,2.68458916252712e-005,
  363. -0.999885618686676,-0.0151206338778138,-3.44718609994743e-005,-0.999885678291321,-0.0151196913793683,-2.47596981353126e-005,-0.999885678291321,-0.0151225170120597,-5.39238862984348e-005,-0.999885618686676,-0.0151225179433823,-5.39238862984348e-005,-0.999885678291321,-0.0151196913793683,-2.47596981353126e-005,-0.999885618686676,-0.0151206338778138,-3.44718609994743e-005,0.999924182891846,0.00279177725315094,0.0119963036850095,0.999928832054138,0.00224990956485271,0.0117140002548695,0.999928891658783,0.00224990956485271,0.0117139974609017,0.999910533428192,0.00416298490017653,0.0127106662839651,0.999910533428192,0.00416298490017653,0.0127106662839651,0.999716103076935,0.0151186287403107,0.0184173509478569,0.999924182891846,0.00279177725315094,0.0119963036850095,-0.630289137363434,0.592827796936035,-0.501289129257202,-0.630289137363434,0.592827796936035,-0.501289129257202,-0.630289196968079,0.592827916145325,-0.501289129257202,-0.000222813687287271,0.0114547060802579,-0.999934375286102,0.00920200441032648,0.00142299896106124,-0.999956607818604,0.00858696270734072,0.00209908210672438,-0.999960899353027,-0.000179896480403841,0.0114827277138829,-0.999934077262878,0.00858696270734072,0.00209908210672438,-0.999960899353027,-7.59214453864843e-005,0.0115506201982498,-0.999933362007141,-0.000179896480403841,0.0114827277138829,-0.999934077262878,-0.00102771574165672,-0.0120969889685512,0.999926328659058,-0.0010277156252414,-0.0120969880372286,0.999926328659058,-0.00100201438181102,-0.0123981442302465,0.999922692775726,-0.000835699902381748,-0.0143468687310815,0.999896764755249,-0.000835699902381748,-0.0143468687310815,0.999896764755249,-0.00100201438181102,-0.0123981442302465,0.999922692775726,0.000182546718860976,-0.0262757558375597,0.999654710292816,0.891996026039124,0.100911892950535,0.440635621547699,0.891996085643768,0.100911900401115,0.440635681152344,0.891996085643768,0.100911892950535,0.440635651350021,-0.0329474173486233,0.998662173748016,0.0398521944880486,-0.024220947176218,0.99921178817749,-0.0314520299434662,-0.0361298881471157,0.999334633350372,-0.00500205950811505,
  364. -0.0329474173486233,0.998662173748016,0.0398521944880486,-0.0399405434727669,0.997392594814301,-0.0601068064570427,-0.0361298881471157,0.999334633350372,-0.00500205950811505,-0.024220947176218,0.99921178817749,-0.0314520299434662,-0.0353082716464996,0.996727645397186,-0.0727136135101318,-0.0154652036726475,-0.999873757362366,0.00362258474342525,-0.0154652036726475,-0.999873816967011,0.00362258497625589,-0.0154564427211881,-0.9998739361763,0.00361330644227564,-0.0154604660347104,-0.999873995780945,0.00361756677739322,-0.0154564427211881,-0.9998739361763,0.00361330644227564,-0.0154237514361739,-0.999874651432037,0.00357867986895144,-0.0154604660347104,-0.999873995780945,0.00361756677739322,-0.011891826055944,0.00996945705264807,0.999879598617554,0.00384728237986565,0.00959270168095827,0.999946594238281,-0.00171406916342676,0.0100069930776954,0.999948441982269,-0.011891826055944,0.00996945612132549,0.999879539012909,0.00194159452803433,0.999734580516815,0.022951940074563,0.00871741026639938,0.99994021654129,0.00660352222621441,0.00948851648718119,0.999943137168884,0.00487439567223191,0.0157810766249895,0.999823451042175,-0.0102066146209836,0.00948851648718119,0.999943137168884,0.00487439567223191,0.00871741026639938,0.99994021654129,0.00660352222621441,0.0139476805925369,0.999885380268097,-0.00588130764663219,0.0139476805925369,0.999885380268097,-0.00588130764663219,0.00871741026639938,0.99994021654129,0.00660352222621441,0.0071652471087873,0.999923169612885,0.0101144947111607,0.0071652471087873,0.999923169612885,0.0101144947111607,0.999566197395325,-0.0161895137280226,-0.0246079489588737,0.999570786952972,-0.0172075275331736,-0.0237085800617933,0.999569654464722,-0.0169294066727161,-0.0239542946219444,0.999571919441223,-0.0175283960998058,-0.0234250985085964,0.999571919441223,-0.0175283942371607,-0.0234250985085964,0.999569654464722,-0.0169294066727161,-0.0239542946219444,0.999570786952972,-0.0172075275331736,-0.0237085800617933,-0.999845325946808,0.0167801268398762,0.00528449332341552,-0.999845147132874,0.016780124977231,0.00528449285775423,
  365. -0.999898731708527,0.0122726419940591,0.00721748638898134,-0.999904811382294,0.0115656796842813,0.00752063049003482,-0.999898731708527,0.0122726419940591,0.00721748638898134,-0.999434769153595,-0.0245308149605989,0.0229890793561935,-0.999904811382294,0.0115656796842813,0.00752063049003482,0.615885734558105,0.599535405635834,0.511118471622467,0.61588579416275,0.599535346031189,0.511118412017822,0.61588579416275,0.599535346031189,0.511118412017822,-0.00171406916342676,0.0100069930776954,0.999948441982269,0.00384728237986565,0.00959270168095827,0.999946594238281,0.028387900441885,0.00872348994016647,0.999558866024017,0.0301602128893137,0.00817530881613493,0.999511659145355,0.028387900441885,0.00872348994016647,0.999558866024017,0.00384728237986565,0.00959270168095827,0.999946594238281,0.0301602128893137,0.00817530788481236,0.99951159954071,-0.0181373171508312,-0.0433700829744339,-0.998894453048706,-0.0181373171508312,-0.0433700866997242,-0.998894512653351,-0.0180512703955173,-0.0422828085720539,-0.998942613601685,-0.0176111031323671,-0.0367244780063629,-0.999170184135437,-0.0176111031323671,-0.0367244780063629,-0.999170184135437,-0.0180512703955173,-0.0422828085720539,-0.998942613601685,-0.0152334086596966,-0.00679866084828973,-0.999860882759094,-0.945309042930603,0.114541999995708,-0.305403262376785,-0.945308983325958,0.114541992545128,-0.305403232574463,-0.945308983325958,0.114541992545128,-0.305403232574463,0.0088511798530817,0.999936938285828,0.00691401399672031,-0.00275138253346086,0.999991416931152,-0.00310757709667087,-0.00277889450080693,0.999991178512573,-0.00316932937130332,0.00732383597642183,0.999957740306854,0.00556042278185487,-0.00278958817943931,0.999990999698639,-0.00319333374500275,0.00732383597642183,0.999957740306854,0.00556042278185487,-0.00277889450080693,0.999991178512573,-0.00316932937130332,-0.00278958841226995,0.999991059303284,-0.00319333374500275,-0.0163232013583183,0.00633866293355823,-0.999846696853638,-0.0094362199306488,-0.00191522482782602,-0.999953627586365,-0.0101489508524537,-0.00105513329617679,-0.999947965145111,
  366. -0.0163232032209635,0.00633866339921951,-0.999846637248993,0.00279111368581653,-0.998883306980133,0.0471633113920689,0.00472364854067564,-0.998712420463562,0.0505098253488541,0.00474678818136454,-0.99871027469635,0.0505498945713043,-0.0138096576556563,-0.999597728252411,0.0247730612754822,-0.0138096557930112,-0.999597668647766,0.0247730612754822,-0.00365582713857293,-0.999233603477478,0.038972333073616,-0.0107100764289498,-0.999518871307373,0.0291089899837971,-0.0107100764289498,-0.999518871307373,0.0291089899837971,-0.00365582713857293,-0.999233603477478,0.038972333073616,0.00474678818136454,-0.99871027469635,0.0505498945713043,0.00472364854067564,-0.998712420463562,0.0505098253488541,0.999787867069244,0.0205967053771019,8.07618998805992e-005,0.9997878074646,0.0205967016518116,8.07618926046416e-005,0.9997878074646,0.0205958336591721,3.95131901314016e-005,0.999787926673889,0.0205957721918821,3.66025305993389e-005,0.999787867069244,0.0205955058336258,2.38746742979856e-005,0.999787926673889,0.0205955039709806,2.38746742979856e-005,0.999787926673889,0.0205957721918821,3.66025305993389e-005,0.9997878074646,0.0205958336591721,3.95131901314016e-005,-0.999911904335022,-0.00694117369130254,0.0113167027011514,-0.999918460845947,-0.00641152868047357,0.0110450387001038,-0.999918460845947,-0.00641152914613485,0.0110450396314263,-0.999888002872467,-0.00866529904305935,0.0122010158374906,-0.999888002872467,-0.00866529904305935,0.0122010158374906,-0.999639868736267,-0.0199227128177881,0.0179742835462093,-0.999911904335022,-0.00694117369130254,0.0113167027011514,0.614971995353699,-0.628746807575226,-0.475906401872635,0.614971935749054,-0.628746747970581,-0.475906372070313,0.614971995353699,-0.628746807575226,-0.47590646147728,5.55690785404295e-005,-0.0132725760340691,-0.999911904335022,-0.0101489508524537,-0.00105513329617679,-0.999947965145111,-0.0094362199306488,-0.00191522482782602,-0.999953627586365,5.01317372254562e-005,-0.0132906129583716,-0.999911725521088,-0.0094362199306488,-0.00191522482782602,-0.999953627586365,3.70650996046606e-005,-0.0133339585736394,-0.99991112947464,
  367. 5.01317372254562e-005,-0.0132906129583716,-0.999911725521088,0.00164460460655391,0.0176578406244516,0.999842703342438,0.000735806068405509,0.0174809712916613,0.999846875667572,0.00073580612661317,0.0174809712916613,0.999846875667572,0.000922351842746139,0.0175172798335552,0.999846160411835,0.00253548542968929,0.0178312063217163,0.999837756156921,0.00164460460655391,0.0176578406244516,0.999842703342438,0.000922351842746139,0.0175172798335552,0.999846160411835,0.00253548566251993,0.0178312081843615,0.999837815761566,-0.89584618806839,-0.125622063875198,0.426237940788269,-0.895846247673035,-0.125622063875198,0.426237970590591,-0.89584618806839,-0.12562207877636,0.426237970590591,-0.00606328574940562,-0.999974727630615,-0.00370822311379015,-0.00606328574940562,-0.999974727630615,-0.00370822311379015,-0.00599574064835906,-0.999974966049194,-0.00375389284454286,-0.00587349757552147,-0.999975323677063,-0.00383654446341097,-0.00587349757552147,-0.999975323677063,-0.00383654446341097,-0.00599574064835906,-0.999974966049194,-0.00375389284454286,-0.00527858175337315,-0.999977111816406,-0.00423878384754062,0.0129869543015957,-0.00506557943299413,-0.999902784824371,0.00705541670322418,0.00178947090171278,-0.999973475933075,0.00769125344231725,0.00103680393658578,-0.999969840049744,0.0129869543015957,-0.00506557943299413,-0.999902784824371,0.0337603911757469,0.999429523944855,0.000916226126719266,-0.0119871171191335,0.99833732843399,0.056381456553936,-0.00881680753082037,0.998579621315002,0.0525446943938732,0.010263703763485,0.99989914894104,0.00982731860131025,0.0102637028321624,0.99989902973175,0.00982731766998768,-0.00972123071551323,0.998864531517029,0.0466392673552036,0.00642462959513068,0.999836504459381,0.0169027503579855,0.00642462959513068,0.999836504459381,0.0169027503579855,-0.00972123071551323,0.998864531517029,0.0466392673552036,-0.00881680753082037,0.998579621315002,0.0525446943938732,-0.0119871171191335,0.99833732843399,0.056381456553936,-0.999989628791809,0.00456343730911613,-5.12441401951946e-005,-0.999989926815033,0.00450113834813237,-7.54523789510131e-005,
  368. -0.999989867210388,0.00450113788247108,-7.54523789510131e-005,-0.999989569187164,0.00457505555823445,-4.67293211841024e-005,-0.999989569187164,0.00457505555823445,-4.67293211841024e-005,-0.999988734722137,0.00474396673962474,1.8906965124188e-005,-0.999989628791809,0.00456343730911613,-5.12441401951946e-005,0.999742865562439,-0.0173858907073736,0.0145538151264191,0.999737083911896,-0.0180415883660316,0.0141509221866727,0.999737024307251,-0.0180415883660316,0.0141509212553501,0.999752044677734,-0.0161806233227253,0.015294348821044,0.999752044677734,-0.0161806233227253,0.015294348821044,0.999739587306976,-0.0047303969040513,0.0223270300775766,0.999742865562439,-0.0173858907073736,0.0145538151264191,-0.578344821929932,0.590284585952759,-0.563099801540375,-0.578344881534576,0.590284585952759,-0.563099801540375,-0.578344881534576,0.590284526348114,-0.56309974193573,-6.44398969598114e-005,0.00997273903340101,-0.999950230121613,0.00769125344231725,0.00103680393658578,-0.999969840049744,0.00705541670322418,0.00178947090171278,-0.999973475933075,-2.54340611718362e-005,0.0100026931613684,-0.999949932098389,6.35271571809426e-005,0.0100710075348616,-0.999949276447296,-2.54340611718362e-005,0.0100026931613684,-0.999949932098389,0.00705541670322418,0.00178947090171278,-0.999973475933075,-0.00098249246366322,-0.0104739693924785,0.999944686889648,-0.000982492230832577,-0.0104739684611559,0.999944567680359,-0.000965354382060468,-0.0107241757214069,0.999942004680634,-0.00084775808500126,-0.0124409766867757,0.999922275543213,-0.00084775808500126,-0.0124409766867757,0.999922275543213,-0.000965354382060468,-0.0107241757214069,0.999942004680634,-0.000135643873363733,-0.0228356402367353,0.999739170074463,0.855790019035339,0.0840809494256973,0.510444700717926,0.855790078639984,0.0840809568762779,0.510444700717926,0.855789959430695,0.0840809419751167,0.510444641113281,0.0088511798530817,0.999936938285828,0.00691401399672031,0.00732383597642183,0.999957740306854,0.00556042278185487,0.116089276969433,0.988237619400024,0.0995479822158813,0.0342241935431957,0.993294537067413,0.11042957752943,
  369. 0.0342241898179054,0.993294477462769,0.11042957007885,0.0342044495046139,0.993298411369324,0.110400326550007,0.034211028367281,0.993297100067139,0.110410071909428,0.0342044495046139,0.993298411369324,0.110400326550007,0.0341120883822441,0.993316769599915,0.110263496637344,0.034211028367281,0.993297100067139,0.110410071909428,-0.950650334358215,-0.00570882856845856,0.31021174788475,-0.96133428812027,-0.00374695262871683,0.275358438491821,-0.960702538490295,-0.00386334140785038,0.277553081512451,-0.95065039396286,-0.00570882903411984,0.31021174788475,-0.0451750345528126,-0.994905650615692,-0.0901210680603981,-0.0316576324403286,-0.99410605430603,-0.103686600923538,-0.0305222310125828,-0.994070410728455,-0.104366302490234,-0.0185305550694466,-0.993078291416168,-0.115982756018639,-0.0305222310125828,-0.994070410728455,-0.104366302490234,-0.0316576324403286,-0.99410605430603,-0.103686600923538,-0.0216127671301365,-0.993329405784607,-0.113268546760082,-0.0216127671301365,-0.993329405784607,-0.113268546760082,-0.0316576324403286,-0.99410605430603,-0.103686600923538,-0.0313980020582676,-0.99401468038559,-0.104636691510677,-0.0313980020582676,-0.994014739990234,-0.104636691510677,-0.280312031507492,0.112819358706474,-0.953256011009216,-0.265997022390366,0.10380133241415,-0.958368897438049,-0.269225478172302,0.105833426117897,-0.957244396209717,-0.269225478172302,0.105833426117897,-0.957244396209717,-0.265997022390366,0.10380133241415,-0.958368897438049,-0.260529488325119,0.100362174212933,-0.960235238075256,-0.260529547929764,0.100362189114094,-0.960235297679901,0.284567326307297,-0.110219441354275,0.952298879623413,0.286219000816345,-0.114062152802944,0.951350867748261,0.286219000816345,-0.114062152802944,0.951350867748261,0.284676164388657,-0.110472433269024,0.952236950397491,0.284676164388657,-0.110472433269024,0.952236950397491,0.275887370109558,-0.0901891067624092,0.956949353218079,0.284567326307297,-0.110219441354275,0.952298879623413,-0.751085817813873,-0.419595211744308,-0.509715616703033,-0.751085817813873,-0.419595211744308,-0.509715676307678,
  370. -0.751085758209229,-0.419595211744308,-0.509715676307678,-0.97438633441925,-0.00091536866966635,0.224878519773483,-0.960702538490295,-0.00386334140785038,0.277553081512451,-0.96133428812027,-0.00374695262871683,0.275358438491821,-0.974388539791107,-0.000933657807763666,0.224869474768639,-0.96133428812027,-0.00374695262871683,0.275358438491821,-0.974394857883453,-0.000989946536719799,0.224841490387917,-0.974388539791107,-0.000933657807763666,0.224869474768639,0.958754479885101,-0.00445635383948684,-0.284200549125671,0.958754420280457,-0.00445635383948684,-0.284200549125671,0.95875495672226,-0.00445139175280929,-0.284198999404907,0.958757340908051,-0.00442720111459494,-0.284191519021988,0.958757340908051,-0.00442720111459494,-0.284191519021988,0.95875495672226,-0.00445139175280929,-0.284198999404907,0.958773255348206,-0.00426244316622615,-0.284140408039093,0.672955632209778,-0.18405357003212,0.716418206691742,0.672955632209778,-0.184053555130959,0.716418206691742,0.672955691814423,-0.18405357003212,0.716418206691742,0.0063210423104465,0.998943746089935,0.0455127470195293,0.00710640568286181,0.998903155326843,0.0462821200489998,0.00710640614852309,0.998903214931488,0.0462821237742901,0.00668189814314246,0.998925268650055,0.0458662584424019,0.0063210423104465,0.998943746089935,0.0455127470195293,0.00668189814314246,0.998925268650055,0.0458662584424019,0.00353322620503604,0.999078273773193,0.0427812933921814,-0.108709000051022,0.00484450068324804,-0.994061768054962,-0.0949822440743446,0.00784264039248228,-0.995448112487793,-0.0977910757064819,0.00527910096570849,-0.995193064212799,-0.108708992600441,0.00484450021758676,-0.994061827659607,0.00380872050300241,-0.999798357486725,0.0197131782770157,-0.00160230544861406,-0.999888598918915,0.0148398131132126,-0.00151211058255285,-0.999887526035309,0.0149210533127189,-0.0256608314812183,-0.999537110328674,-0.016342855989933,-0.0256608333438635,-0.999537110328674,-0.016342855989933,-0.0134610002860427,-0.999909341335297,-0.000300413579680026,-0.0219046864658594,-0.999695062637329,-0.0114028761163354,
  371. -0.0219046864658594,-0.999695062637329,-0.0114028761163354,-0.0134610002860427,-0.999909341335297,-0.000300413579680026,-0.00151211058255285,-0.999887526035309,0.0149210533127189,-0.00160230544861406,-0.999888598918915,0.0148398131132126,0.994688332080841,0.00225528422743082,-0.102907784283161,0.994689762592316,0.00224581104703248,-0.102894090116024,0.994689762592316,0.00224581127986312,-0.102894090116024,0.994688212871552,0.00225628796033561,-0.102909244596958,0.994688212871552,0.00225628796033561,-0.102909244596958,0.994684159755707,0.00228293729014695,-0.102947793900967,0.994688332080841,0.00225528422743082,-0.102907784283161,-0.992640137672424,-0.00240316428244114,0.121078163385391,-0.992640018463135,-0.0024031640496105,0.121078141033649,-0.992941498756409,0.00216802163049579,0.118584759533405,-0.992855191230774,0.000815333449281752,0.119322918355465,-0.992941498756409,0.00216802163049579,0.118584759533405,-0.994251489639282,0.0322393774986267,0.102100752294064,-0.992855191230774,0.000815333449281752,0.119322918355465,0.534802436828613,-0.480350703001022,-0.695161521434784,0.534802496433258,-0.480350762605667,-0.695161521434784,0.534802436828613,-0.480350732803345,-0.695161521434784,-0.0797584876418114,0.00599448755383492,-0.996796190738678,-0.0977910757064819,0.00527910096570849,-0.995193064212799,-0.0949822440743446,0.00784264039248228,-0.995448112487793,-0.0746565312147141,0.0120365042239428,-0.997136771678925,-0.0949822440743446,0.00784264039248228,-0.995448112487793,-0.0583104602992535,0.0313521362841129,-0.997806072235107,-0.0746565312147141,0.0120365042239428,-0.997136771678925,0.100870952010155,-0.0102165676653385,0.994847059249878,0.100870952010155,-0.0102165676653385,0.994847118854523,0.100929416716099,-0.010968123562634,0.994833171367645,0.101185195147991,-0.0142650101333857,0.994765281677246,0.101185195147991,-0.0142650101333857,0.994765281677246,0.100929416716099,-0.010968123562634,0.994833171367645,0.102809250354767,-0.035536665469408,0.994065999984741,-0.915004372596741,-0.09719018638134,0.391562253236771,
  372. -0.91500449180603,-0.0971902087330818,0.391562312841415,-0.915004372596741,-0.09719018638134,0.391562312841415,0.148654237389565,0.936093509197235,-0.318795919418335,0.0980938673019409,0.985699057579041,-0.137021988630295,0.118111126124859,0.992982983589172,-0.00588827114552259,0.107478715479374,0.994166493415833,-0.00901995226740837,0.118111126124859,0.992982983589172,-0.00588827114552259,0.0980938673019409,0.985699057579041,-0.137021988630295,0.094462476670742,0.987741768360138,-0.124269396066666,-0.176338016986847,-0.00839404948055744,-0.984293937683105,-0.167239814996719,-0.010065495967865,-0.98586493730545,-0.167281568050385,-0.00992271024733782,-0.985859274864197,-0.176337987184525,-0.00839404854923487,-0.984293878078461,-0.113463513553143,-0.993521690368652,0.00636809319257736,-0.0955537110567093,-0.995029091835022,0.0280443392693996,-0.103877723217011,-0.994344413280487,0.0221057068556547,-0.0933026224374771,-0.994858264923096,0.0393919423222542,-0.103877723217011,-0.994344413280487,0.0221057068556547,-0.0955537110567093,-0.995029091835022,0.0280443392693996,-0.0915696918964386,-0.995061814785004,0.038301020860672,-0.0915696918964386,-0.995061814785004,0.038301020860672,-0.0955537110567093,-0.995029091835022,0.0280443392693996,-0.0849213004112244,-0.995803415775299,0.0341164618730545,-0.0849213004112244,-0.995803356170654,0.0341164618730545,0.984045088291168,-0.0950163602828979,-0.150423422455788,0.984044969081879,-0.0950163602828979,-0.150423422455788,0.984050691127777,-0.0950199514627457,-0.150384649634361,0.984049677848816,-0.0950193479657173,-0.150391116738319,0.984049677848816,-0.0950193479657173,-0.150391116738319,0.984050691127777,-0.0950199514627457,-0.150384649634361,0.984068691730499,-0.0950315967202187,-0.150258988142014,0.984068691730499,-0.0950315967202187,-0.150258973240852,-0.984084784984589,0.0949884206056595,0.150180980563164,-0.980825364589691,0.104718908667564,0.164363861083984,-0.980423867702484,0.105856895446777,0.166022315621376,-0.980423867702484,0.105856895446777,0.166022315621376,-0.980825364589691,0.104718908667564,0.164363861083984,
  373. -0.978236615657806,0.111138135194778,0.175218135118485,-0.978129088878632,0.111762031912804,0.175421327352524,-0.978236615657806,0.111138135194778,0.175218135118485,-0.980790853500366,0.0954777225852013,0.170097872614861,-0.978129088878632,0.111762031912804,0.175421327352524,0.412584841251373,-0.531741619110107,-0.739611208438873,0.412584841251373,-0.531741559505463,-0.739611208438873,0.412584841251373,-0.531741619110107,-0.739611148834229,-0.152213647961617,-0.0124587388709188,-0.988269031047821,-0.167281568050385,-0.00992271024733782,-0.985859274864197,-0.167239814996719,-0.010065495967865,-0.98586493730545,-0.152534902095795,-0.0128338923677802,-0.988214790821075,-0.167239814996719,-0.010065495967865,-0.98586493730545,-0.153694495558739,-0.0141885420307517,-0.988016426563263,-0.152534902095795,-0.0128338923677802,-0.988214790821075,0.151771783828735,0.00308855553157628,0.988410711288452,0.151771783828735,0.00308855506591499,0.988410711288452,0.151772499084473,0.00321365147829056,0.988410174846649,0.151775881648064,0.00379911554045975,0.988407671451569,0.151775881648064,0.00379911554045975,0.988407671451569,0.151772499084473,0.00321365147829056,0.988410174846649,0.151797130703926,0.00772360153496265,0.988381445407867,-0.856099784374237,0.00454849330708385,0.516790568828583,-0.856099784374237,0.00454849284142256,0.516790509223938,-0.856099784374237,0.00454849284142256,0.516790509223938,0.116599373519421,0.989895701408386,0.0806917101144791,0.116599351167679,0.989895582199097,0.0806916952133179,0.118111126124859,0.992982983589172,-0.00588827114552259,0.107478715479374,0.994166493415833,-0.00901995226740837,0.003605353878811,0.999993562698364,-0.00012564126518555,0.00300379795953631,0.999995052814484,-0.000946946325711906,0.00300379795953631,0.999995052814484,-0.000946946267504245,0.00334629695862532,0.999994218349457,-0.000479332113172859,0.003605353878811,0.999993562698364,-0.00012564126518555,0.00334629695862532,0.999994218349457,-0.000479332113172859,0.00582609558477998,0.99997878074646,0.00290638813748956,-0.0687568634748459,-0.0378187708556652,0.996916353702545,
  374. -0.0829677283763886,-0.0346365980803967,0.995950162410736,-0.0800217017531395,-0.0373206250369549,0.996094226837158,-0.0687568709254265,-0.0378187708556652,0.996916353702545,-0.00223734811879694,-0.99806821346283,-0.0620874129235744,0.00209112488664687,-0.998389840126038,-0.0566859394311905,0.00206159730441868,-0.998387932777405,-0.0567228123545647,0.0198358707129955,-0.999522745609283,-0.0236825793981552,0.0198358707129955,-0.999522745609283,-0.0236825775355101,0.0110621089115739,-0.999126613140106,-0.040293212980032,0.0169854015111923,-0.999432682991028,-0.0290815010666847,0.0169854015111923,-0.999432682991028,-0.0290815010666847,0.0110621089115739,-0.999126613140106,-0.040293212980032,0.00206159730441868,-0.998387932777405,-0.0567228123545647,0.00209112488664687,-0.998389840126038,-0.0566859394311905,-0.997174143791199,0.0074825705960393,-0.0747502967715263,-0.997173428535461,0.00747427297756076,-0.0747620761394501,-0.997173428535461,0.00747427344322205,-0.0747620761394501,-0.997174322605133,0.00748440995812416,-0.074747696518898,-0.997174322605133,0.00748440995812416,-0.074747696518898,-0.997176766395569,0.00750865507870913,-0.0747133642435074,-0.997174143791199,0.0074825705960393,-0.0747502967715263,0.998343646526337,-0.00682508898898959,0.057126346975565,0.998343646526337,-0.00682508992031217,0.057126346975565,0.998219609260559,-0.00253738765604794,0.059591468423605,0.998251557350159,-0.00356539711356163,0.0590005740523338,0.998219609260559,-0.00253738765604794,0.059591468423605,0.996644914150238,0.0277888644486666,0.0769843086600304,0.998251557350159,-0.00356539711356163,0.0590005740523338,-0.652411699295044,-0.519949018955231,0.551372766494751,-0.652411758899689,-0.519948959350586,0.551372826099396,-0.652411758899689,-0.519949018955231,0.551372826099396,-0.0986572429537773,-0.0364850461483002,0.99445241689682,-0.0800217017531395,-0.0373206250369549,0.996094226837158,-0.0829677283763886,-0.0346365980803967,0.995950162410736,-0.104028642177582,-0.0298627447336912,0.994125843048096,-0.0829677283763886,-0.0346365980803967,0.995950162410736,
  375. -0.120592929422855,-0.00936800520867109,0.992657780647278,-0.104028642177582,-0.0298627447336912,0.994125843048096,0.0768830999732018,0.0320360101759434,-0.996525287628174,0.0768830999732018,0.0320360101759434,-0.996525287628174,0.07682154327631,0.0312637574970722,-0.996554553508759,0.0765382498502731,0.0277164801955223,-0.996681392192841,0.0765382498502731,0.0277164801955223,-0.996681392192841,0.07682154327631,0.0312637574970722,-0.996554553508759,0.074717752635479,0.00519754644483328,-0.997191190719604,0.971327364444733,-0.0928279533982277,-0.218874767422676,0.971327304840088,-0.0928279533982277,-0.218874752521515,0.971327364444733,-0.0928279608488083,-0.218874752521515,-0.000782064686063677,-0.0191160533577204,0.999816954135895,0.00178902526386082,-0.0056282770819962,0.999982595443726,-0.000175779001438059,-0.0159357730299234,0.999873042106628,-0.000782064802478999,-0.0191160552203655,0.99981701374054,-0.354451239109039,0.850698471069336,-0.388170748949051,-0.539321005344391,0.507960021495819,-0.6716468334198,-0.867889881134033,0.449176281690598,-0.212150111794472,-0.800850093364716,0.578008890151978,-0.156667932868004,-0.539321005344391,0.507960021495819,-0.6716468334198,-0.354451239109039,0.850698471069336,-0.388170748949051,-0.0918970182538033,0.526462078094482,-0.845217525959015,-0.000447885395260528,-0.0378692224621773,0.999282598495483,-0.0004389479290694,-0.0378659404814243,0.999282658100128,-0.00043894795817323,-0.0378659404814243,0.999282717704773,-0.000441323674749583,-0.0378668159246445,0.999282717704773,-0.000447885395260528,-0.0378692224621773,0.999282598495483,-0.000441323674749583,-0.0378668159246445,0.999282717704773,-0.000457274873042479,-0.0378726683557034,0.999282479286194,-0.000457274814834818,-0.0378726683557034,0.999282419681549,0.0122694307938218,-0.0165571868419647,-0.99978768825531,0.0122741321101785,-0.0165635459125042,-0.999787449836731,0.012274133041501,-0.0165635477751493,-0.999787509441376,0.0122697502374649,-0.0165576189756393,-0.999787628650665,0.0122694307938218,-0.0165571868419647,-0.99978768825531,
  376. 0.0122697502374649,-0.0165576189756393,-0.999787628650665,0.0122602814808488,-0.0165448077023029,-0.999787926673889,0.0122602805495262,-0.0165448077023029,-0.999787986278534,0.999971389770508,0.00753962900489569,0.000432501139584929,0.99997079372406,0.00764190312474966,0.000327890535118058,0.99997091293335,0.00762489717453718,0.000345285545336083,0.999970972537994,0.00761391827836633,0.000334774842485785,0.99997091293335,0.00762489717453718,0.000345285545336083,0.99997079372406,0.00764190312474966,0.000327890535118058,0.999971210956573,0.0075876354239881,0.000351643218891695,0.999971985816956,0.00748369516804814,0.000418353243730962,0.999970972537994,0.00761391827836633,0.000334774842485785,0.999971210956573,0.0075876354239881,0.000351643218891695,0.233163386583328,0.87085348367691,0.432722866535187,0.233163371682167,0.870853424072266,0.432722836732864,0.233163371682167,0.870853424072266,0.432722836732864,0.348268330097198,-0.602752327919006,-0.71791285276413,0.348268330097198,-0.602752327919006,-0.717912912368774,0.348268330097198,-0.602752268314362,-0.71791285276413,-0.00438301311805844,-0.999964773654938,0.00715629477053881,-0.00438301404938102,-0.999964773654938,0.00715629570186138,-0.00221043056808412,-0.999973773956299,0.00689885718747973,-0.0035641766153276,-0.999968707561493,0.00705927144736052,-1.16619739856105e-005,-0.999977886676788,0.00663828197866678,-0.0035641766153276,-0.999968707561493,0.00705927144736052,-0.00221043056808412,-0.999973773956299,0.00689885718747973,-1.16619776235893e-005,-0.999978065490723,0.00663828384131193,-0.999323010444641,-0.00834197830408812,0.0358301922678947,-0.999362528324127,-0.00736478762701154,0.0349342599511147,-0.999362528324127,-0.00736478716135025,0.0349342599511147,-0.999335825443268,-0.00803222134709358,0.0355462022125721,-0.999302089214325,-0.00884463731199503,0.0362910367548466,-0.999323010444641,-0.00834197830408812,0.0358301922678947,-0.999335825443268,-0.00803222134709358,0.0355462022125721,-0.99930214881897,-0.00884463638067245,0.0362910367548466,-0.714700162410736,-0.187541797757149,-0.67381876707077,
  377. -0.714700162410736,-0.187541797757149,-0.67381876707077,-0.714700162410736,-0.187541797757149,-0.67381876707077,0.00156250176951289,0.99994307756424,-0.0105478186160326,0.00156250200234354,0.999943137168884,-0.0105478186160326,0.00163770082872361,0.999966859817505,-0.00796196889132261,0.00159930076915771,0.999955713748932,-0.00928247813135386,0.00234715268015862,0.999861896038055,0.016455041244626,0.00159930076915771,0.999955713748932,-0.00928247813135386,0.00163770082872361,0.999966859817505,-0.00796196889132261,0.00234715244732797,0.999861836433411,0.0164550393819809,-0.635363221168518,0.504773199558258,0.584395051002502,-0.635363221168518,0.504773139953613,0.584395051002502,-0.635363221168518,0.504773139953613,0.584395051002502,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,4.43915215697643e-009,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.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.15079627931118,0.988325834274292,-0.021735155954957,0.150796294212341,0.988325834274292,-0.0217351578176022,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.0683716312050819,0.997596859931946,-0.0112171284854412,-0.994130313396454,0.108072154223919,-0.00503278896212578,-0.994130373001099,0.10807216912508,-0.00503278989344835,-0.994130253791809,0.10807216912508,-0.00503278942778707,-0.994130373001099,0.10807216912508,-0.00503278942778707,-1.7624004613026e-005,0.000280996639048681,0.99999988079071,-1.7624004613026e-005,0.000280996639048681,0.999999940395355,-1.06322031570016e-005,0.000194382257177494,1,-3.84322665922809e-005,8.74833567650057e-005,1,-3.84322665922809e-005,8.74833567650057e-005,1,
  378. -1.06322031570016e-005,0.000194382257177494,1,-4.90213984960519e-008,8.19737542769872e-005,1,-0.000378571217879653,-0.000727676844689995,0.999999701976776,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,-0.999999940395355,4.58372761968917e-009,0,-1,0,0,-1,0,0,-1,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,4.58372761968917e-009,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-0.999999940395355,4.58372761968917e-009,0,-1,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-1,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699440956116,0.179820328950882,-0.000182531774044037,0.983699440956116,0.179820328950882,-0.000182531759492122,0.000217177352169529,0.99999737739563,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,0.000217177352169529,0.999997317790985,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983906745911,-0.00568175548687577,1.87864989129594e-005,-0.999983787536621,-0.00568175548687577,1.878649709397e-005,0.282076746225357,0.711525559425354,0.643555700778961,0.176200360059738,0.771985232830048,0.610730886459351,0.119007252156734,0.953397989273071,0.277253568172455,0.185667708516121,0.982606828212738,0.00334817776456475,-0.442996740341187,0.896249830722809,-0.0221411287784576,-0.278047442436218,0.865476787090302,-0.416700750589371,-0.380875498056412,0.91185188293457,-0.153166532516479,-0.362786561250687,0.931747674942017,-0.0152371348813176,0.0741102993488312,0.918464481830597,-0.388497859239578,0.0720316395163536,0.994659423828125,0.0739198252558708,0.369164437055588,0.929299116134644,0.0109965139999986,0.185667708516121,0.982606828212738,0.00334817776456475,
  379. 0.00838122889399529,-0.0137843331322074,-0.999869883060455,-0.0720190703868866,0.55887758731842,-0.826116859912872,-0.0147371040657163,0.713443040847778,-0.700558185577393,-0.0147371040657163,0.713443040847778,-0.700558185577393,-0.0720190703868866,0.55887758731842,-0.826116859912872,-0.278047442436218,0.865476787090302,-0.416700750589371,0.0741102993488312,0.918464481830597,-0.388497859239578,-0.0720190703868866,0.55887758731842,-0.826116859912872,-0.380875498056412,0.91185188293457,-0.153166532516479,-0.278047442436218,0.865476787090302,-0.416700750589371,0.0279441550374031,0.99880576133728,-0.040074847638607,-0.380875498056412,0.91185188293457,-0.153166532516479,-0.0720190703868866,0.55887758731842,-0.826116859912872,-0.362786561250687,0.931747674942017,-0.0152371348813176,-0.380875498056412,0.91185188293457,-0.153166532516479,0.0616025924682617,0.994447290897369,0.0853213295340538,0.0267277341336012,0.984580218791962,0.172879993915558,0.0292427651584148,0.98297643661499,-0.181389406323433,0.119007252156734,0.953397989273071,0.277253568172455,-0.034799799323082,0.998899638652802,-0.0314421877264977,0.282076746225357,0.711525559425354,0.643555700778961,0.185667708516121,0.982606828212738,0.00334817776456475,0.369164437055588,0.929299116134644,0.0109965139999986,0.185667708516121,0.982606828212738,0.00334817776456475,0.119007252156734,0.953397989273071,0.277253568172455,0.0292427651584148,0.98297643661499,-0.181389406323433,-0.0147371040657163,0.713443040847778,-0.700558185577393,0.0279441550374031,0.99880576133728,-0.040074847638607,0.0239815767854452,0.993820250034332,-0.10838021337986,0.0895556658506393,0.991524636745453,-0.0941209569573402,-0.380875498056412,0.91185188293457,-0.153166532516479,0.282076746225357,0.711525559425354,0.643555700778961,0.262039363384247,0.234033957123756,0.936249673366547,0.176200360059738,0.771985232830048,0.610730886459351,0.176200360059738,0.771985232830048,0.610730886459351,0.262039363384247,0.234033957123756,0.936249673366547,0.00678134383633733,0.852951943874359,0.521945297718048,
  380. 0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00077163870446384,0.00620573991909623,-0.999980509281158,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,0.00077163870446384,0.00620573991909623,-0.999980509281158,9.56510426419754e-009,0,-1,4.26636077577314e-008,0,-0.999999940395355,1.02940866781864e-005,7.86045056884177e-005,-1,2.83445406035199e-010,0,-1,-1.82927166747504e-008,0,-1,2.83445406035199e-010,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,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,-1,0,0,-1,0,2.83445406035199e-010,0,-1,0,0,-1,4.26636077577314e-008,0,-0.999999940395355,0.185667708516121,0.982606828212738,0.00334817776456475,-0.0147371040657163,0.713443040847778,-0.700558185577393,0.0741102993488312,0.918464481830597,-0.388497859239578,-0.278047442436218,0.865476787090302,-0.416700750589371,-0.442996740341187,0.896249830722809,-0.0221411287784576,0.0720316395163536,0.994659423828125,0.0739198252558708,0.0741102993488312,0.918464481830597,-0.388497859239578,-0.00171735545154661,0.999992191791534,0.00356713589280844,-0.00171735545154661,0.99999213218689,0.00356713565997779,-0.00171735533513129,0.999992191791534,0.00356713542714715,-0.00171735533513129,0.99999213218689,0.00356713519431651,0.00506984582170844,-0.00225131516344845,0.999984562397003,0.0049592787399888,-0.00342613225802779,0.999981760978699,0.00495927920565009,-0.00342613225802779,0.999981820583344,0.00542042776942253,0.00147429248318076,0.99998414516449,0.0133080566301942,0.0855046957731247,0.99624890089035,0.00506984582170844,-0.00225131516344845,0.999984562397003,0.00542042776942253,0.00147429248318076,0.99998414516449,0.00103468063753098,-0.998772740364075,-0.0495168119668961,0.0078033865429461,-0.999123513698578,-0.0411254242062569,0.00673176441341639,-0.999075710773468,-0.0424543470144272,0.0214406717568636,-0.999541461467743,-0.0213786959648132,0.0144016863778234,-0.999384641647339,-0.0319858714938164,0.0162306185811758,-0.999440848827362,-0.0292306579649448,
  381. 0.0162306185811758,-0.999440848827362,-0.0292306579649448,0.0144016863778234,-0.999384641647339,-0.0319858714938164,0.00673176441341639,-0.999075710773468,-0.0424543470144272,0.0078033865429461,-0.999123513698578,-0.0411254242062569,-0.99999874830246,0.0016191148897633,5.68183395444066e-006,-0.999997854232788,0.00208003632724285,0.000128501298604533,-0.999998033046722,0.00198765844106674,0.000103885817225091,-0.999997556209564,0.00220080278813839,0.000160681418492459,-0.999998033046722,0.00198765844106674,0.000103885817225091,-0.999997854232788,0.00208003632724285,0.000128501298604533,-0.999997496604919,0.00220080278813839,0.000160681418492459,0.999997854232788,-0.00202085473574698,-3.16549339913763e-005,0.99986344575882,0.00968735106289387,-0.0133900791406631,0.999931335449219,0.00649839174002409,-0.00975172407925129,0.999931335449219,0.00649839174002409,-0.00975172407925129,0.99986344575882,0.00968735106289387,-0.0133900791406631,0.999700009822845,0.0149520300328732,-0.0193965528160334,0.999700129032135,0.0149520328268409,-0.0193965546786785,-0.658839285373688,-0.573236763477325,0.487165689468384,-0.658839225769043,-0.573236763477325,0.487165689468384,-0.658839285373688,-0.573236763477325,0.487165659666061,-0.00137740431819111,-0.00976257026195526,-0.999951422214508,-0.00137740420177579,-0.00976257026195526,-0.999951422214508,-0.00134450697805732,-0.00932974740862846,-0.999955594539642,-0.00116108730435371,-0.00691656023263931,-0.999975383281708,-0.00116108730435371,-0.00691656023263931,-0.999975383281708,-0.00134450697805732,-0.00932974740862846,-0.999955594539642,-4.93772574827744e-007,0.00835183914750814,-0.999965190887451,0.950267851352692,-0.104059852659702,-0.293534606695175,0.950267791748047,-0.104059860110283,-0.293534606695175,0.950267851352692,-0.104059860110283,-0.293534576892853,-0.00189572805538774,0.999967694282532,0.0078177060931921,-0.0149131491780281,0.999882698059082,-0.00349282589741051,-0.014977372251451,0.999881505966187,-0.00357945985160768,-0.00370228616520762,0.999973833560944,0.0062203835695982,
  382. -0.0150023391470313,0.999880969524384,-0.00361313973553479,-0.00370228616520762,0.999973833560944,0.0062203835695982,-0.014977372251451,0.999881505966187,-0.00357945985160768,-0.0150023400783539,0.999880969524384,-0.00361313996836543,-0.0163412746042013,0.00569261144846678,-0.999850332736969,-0.00947430543601513,-0.00161710404790938,-0.999953806400299,-0.0101637914776802,-0.000881059851963073,-0.999948024749756,-0.0163412727415562,0.00569261144846678,-0.999850273132324,0.0149741815403104,-0.999756157398224,0.0162274539470673,0.0314190275967121,-0.998926877975464,0.0340304225683212,0.0315419882535934,-0.998918414115906,0.0341635383665562,0.00287097017280757,-0.999976992607117,-0.0061459643766284,0.00287097017280757,-0.999977052211761,-0.0061459643766284,0.0204811543226242,-0.999630153179169,0.0178934913128614,0.00812018569558859,-0.999966561794281,0.00101874279789627,0.00812018569558859,-0.999966561794281,0.00101874279789627,0.0204811543226242,-0.999630153179169,0.0178934913128614,0.0315419882535934,-0.998918414115906,0.0341635383665562,0.0314190275967121,-0.998926877975464,0.0340304225683212,0.99984210729599,0.01776990480721,0.000271269935183227,0.999842047691345,0.01776990480721,0.000271269935183227,0.999840974807739,0.0178303401917219,0.00021338026272133,0.999840676784515,0.0178506430238485,0.000193934116396122,0.999840676784515,0.0178506430238485,0.000193934116396122,0.999840974807739,0.0178303401917219,0.00021338026272133,0.99983686208725,0.0180623643100262,-8.8663664428168e-006,0.99983686208725,0.0180623661726713,-8.8663673523115e-006,-0.999836802482605,-0.0119402119889855,-0.0135550117120147,-0.999972283840179,0.00690132146701217,0.00280224857851863,-0.999994993209839,0.0031464546918869,-0.000457694433862343,-0.999994993209839,0.0031464546918869,-0.000457694433862343,-0.999972283840179,0.00690132146701217,0.00280224857851863,-0.999769508838654,0.0176890585571527,0.0121685098856688,-0.999769508838654,0.0176890585571527,0.0121685098856688,0.626570045948029,-0.598428010940552,-0.499293476343155,0.626570045948029,-0.598428010940552,-0.49929341673851,
  383. 0.626570045948029,-0.598428010940552,-0.49929341673851,0.000249716802500188,-0.0119602726772428,-0.99992847442627,-0.0101637914776802,-0.000881059851963073,-0.999948024749756,-0.00947430543601513,-0.00161710404790938,-0.999953806400299,0.000229751996812411,-0.0119465189054608,-0.999928593635559,-0.00947430543601513,-0.00161710404790938,-0.999953806400299,0.000177739493665285,-0.0119106946513057,-0.999929130077362,0.000229751996812411,-0.0119465189054608,-0.999928593635559,0.00132973294239491,0.0151261733844876,0.999884724617004,0.000454307650215924,0.0150759601965547,0.999886274337769,0.000454307621112093,0.0150759601965547,0.999886274337769,0.000677385018207133,0.015088758431375,0.9998859167099,0.00234420644119382,0.0151843558996916,0.999881982803345,0.00132973294239491,0.0151261733844876,0.999884724617004,0.000677385018207133,0.015088758431375,0.9998859167099,0.00234420620836318,0.015184354968369,0.999881982803345,-0.89665824174881,-0.107440285384655,0.429488629102707,-0.896658301353455,-0.107440300285816,0.429488658905029,-0.896658301353455,-0.107440285384655,0.429488629102707,0.0108824698254466,-0.999891221523285,0.00995591375976801,0.010882468894124,-0.999891221523285,0.00995591189712286,0.00787543505430222,-0.999950170516968,0.00613989820703864,0.00947390217334032,-0.999921858310699,0.00816838629543781,0.00947390217334032,-0.999921858310699,0.00816838629543781,0.00787543505430222,-0.999950170516968,0.00613989820703864,0.00628446973860264,-0.999971747398376,0.00412095338106155,0.00628446973860264,-0.999971747398376,0.00412095338106155,0.999968945980072,0.00787672400474548,0.000323625397868454,0.999968886375427,0.00787672307342291,0.000323625368764624,0.99996817111969,0.00796832609921694,1.40361289595603e-005,0.999968469142914,0.00794042553752661,0.000108335843833629,0.999968469142914,0.00794042553752661,0.000108335843833629,0.99996817111969,0.00796832609921694,1.40361289595603e-005,0.999965608119965,0.00824560783803463,-0.000923086714465171,0.99996554851532,0.00824560783803463,-0.00092308665625751,-0.999489724636078,-0.0319426618516445,0.000275948812486604,
  384. -0.999473631381989,-0.0324407257139683,-4.52838139608502e-005,-0.999476075172424,-0.0323677137494087,1.80735287358402e-006,-0.999461233615875,-0.0328227505087852,-0.000272542500169948,-0.999466300010681,-0.0326646529138088,-0.000183539144927636,-0.99946516752243,-0.0327019803225994,-0.000204551499336958,-0.999473631381989,-0.0324407257139683,-4.52838139608502e-005,-0.99946516752243,-0.0327019803225994,-0.000204551499336958,-0.999466300010681,-0.0326646529138088,-0.000183539144927636,-0.999476075172424,-0.0323677137494087,1.80735287358402e-006,-0.000247961899731308,0.999987840652466,0.0049228398129344,-0.0129721108824015,0.999857783317566,0.0107754012569785,0.000362387392669916,0.999794661998749,0.0202591978013515,0.0218156054615974,0.999732851982117,0.00764402095228434,0.000362387392669916,0.999794661998749,0.0202591978013515,-0.0129721108824015,0.999857783317566,0.0107754012569785,-0.0187624469399452,0.999778866767883,0.00949001777917147,-0.0187624488025904,0.999778985977173,0.00949001964181662,0.00168744171969593,-0.00621406175196171,0.999979317188263,0.00193330214824528,-0.00611023837700486,0.999979496002197,0.00193330238107592,-0.00611023884266615,0.999979496002197,0.00177709152922034,-0.00617620348930359,0.999979376792908,0.00168744171969593,-0.00621406175196171,0.999979317188263,0.00177709152922034,-0.00617620348930359,0.999979376792908,0.00163690373301506,-0.00623540254309773,0.999979197978973,0.0016369039658457,-0.00623540347442031,0.999979257583618,8.53742312756367e-005,-0.00590175483375788,-0.999982595443726,4.54560467915144e-005,-0.00596210453659296,-0.999982237815857,4.54560431535356e-005,-0.00596210407093167,-0.999982237815857,5.72784774703905e-005,-0.00594423105940223,-0.999982297420502,8.53742312756367e-005,-0.00590175483375788,-0.999982595443726,5.72784774703905e-005,-0.00594423105940223,-0.999982297420502,-2.44306011154549e-005,-0.00598072959110141,-0.999982178211212,-5.91512471146416e-005,-0.00601044716313481,-0.999981939792633,-2.44306011154549e-005,-0.00598072959110141,-0.999982178211212,-0.000919486861675978,-0.00674679223448038,-0.999976754188538,
  385. -5.91512471146416e-005,-0.00601044716313481,-0.999981939792633,-0.537060260772705,0.36859393119812,-0.758752107620239,-0.537060260772705,0.368593901395798,-0.758752167224884,-0.537060260772705,0.36859393119812,-0.758752107620239,0.704233229160309,-0.519988238811493,-0.483392030000687,0.704233169555664,-0.519988179206848,-0.483391970396042,0.704233169555664,-0.519988179206848,-0.483391970396042,-0.580113112926483,-0.681016266345978,0.446861952543259,-0.580113172531128,-0.681016266345978,0.446861952543259,-0.580113172531128,-0.681016325950623,0.446861952543259,-0.000247961899731308,0.999987840652466,0.0049228398129344,0.0218156054615974,0.999732851982117,0.00764402095228434,0.133434280753136,0.979105353355408,-0.1534533649683,0.0218156054615974,0.999732851982117,0.00764402095228434,0.000362387392669916,0.999794661998749,0.0202591978013515,0.1050129160285,0.988921046257019,0.104916758835316,-0.00189572805538774,0.999967694282532,0.0078177060931921,-0.00370228616520762,0.999973833560944,0.0062203835695982,0.11772333085537,0.986753404140472,0.111619435250759,-0.00409497739747167,-0.999415397644043,-0.0339424759149551,-0.00409497693181038,-0.999415397644043,-0.0339424759149551,-0.00148638628888875,-0.999534726142883,-0.0304665770381689,-0.00295373937115073,-0.999469876289368,-0.0324218608438969,-0.00295373937115073,-0.999469876289368,-0.0324218608438969,-0.00148638628888875,-0.999534726142883,-0.0304665770381689,-0.000194250751519576,-0.999586820602417,-0.0287446323782206,-0.000194250766071491,-0.999586820602417,-0.0287446305155754,-1,0,0,-1,0,0,-1,-6.76347013950362e-008,0,-1,-3.84740594938648e-008,0,-1,-3.84740594938648e-008,0,-1,-6.76347013950362e-008,0,-1,-1.91430657991987e-007,0,-1,-1.91430686413696e-007,0,0.999661803245544,-0.0259884521365166,-0.000899168022442609,0.999637961387634,-0.0269051864743233,-2.75517595582642e-005,0.999641358852386,-0.0267682708799839,-0.00078600412234664,0.999630570411682,-0.0271678920835257,0.00076395453652367,0.999630630016327,-0.027167895808816,0.00076395453652367,0.999631583690643,-0.0271430369466543,-0.000214162821066566,
  386. 0.999637961387634,-0.0269051864743233,-2.75517595582642e-005,0.999631702899933,-0.0271298289299011,-0.000733536435291171,0.999641358852386,-0.0267682708799839,-0.00078600412234664,0.999637961387634,-0.0269051864743233,-2.75517595582642e-005,0.999631583690643,-0.0271430369466543,-0.000214162821066566,-0.00827619526535273,0.999965667724609,-0.000204925570869818,-0.0103476867079735,0.999407351016998,-0.0328321680426598,-0.0103476867079735,0.999407351016998,-0.0328321717679501,-0.00969656277447939,0.999951899051666,-0.00142962776590139,-0.00164557551033795,0.0300604347139597,-0.999546706676483,-0.00162158161401749,0.0303145330399275,-0.999539136886597,-0.00160870561376214,0.0304508898407221,-0.999535024166107,-0.00160870561376214,0.0304508898407221,-0.999535024166107,-0.00162158161401749,0.0303145330399275,-0.999539136886597,-0.00160004105418921,0.0305426381528378,-0.999532103538513,-0.00160004140343517,0.0305426418781281,-0.999532222747803,4.31050975748803e-005,-0.0428215265274048,0.999082744121552,0.000520972127560526,-0.043866254389286,0.999037265777588,0.000861484790220857,-0.0446106567978859,0.999004065990448,0.000861484790220857,-0.0446106567978859,0.999004065990448,0.000520972127560526,-0.043866254389286,0.999037265777588,0.000885193992871791,-0.0445756129920483,0.999005615711212,0.000475062901386991,-0.0435347594320774,0.999051749706268,-4.26623337261844e-005,-0.0422207601368427,0.999108254909515,0.000475062901386991,-0.0435347594320774,0.999051749706268,0.000885193992871791,-0.0445756129920483,0.999005615711212,0.509095430374146,0.387945234775543,0.768323004245758,0.509095430374146,0.387945204973221,0.768323004245758,0.509095430374146,0.387945234775543,0.768323063850403,-0.656260550022125,-0.597965240478516,0.460173428058624,-0.656260550022125,-0.59796530008316,0.460173428058624,-0.656260550022125,-0.597965240478516,0.460173398256302,0.536399185657501,-0.714590132236481,-0.449039965867996,0.536399126052856,-0.714590132236481,-0.449039965867996,0.536399185657501,-0.714590132236481,-0.449039906263351,-0.00481029180809855,0.998525202274323,0.0540768094360828,
  387. -0.00827619526535273,0.999965667724609,-0.000204925570869818,-0.00969656277447939,0.999951899051666,-0.00142962776590139,-0.00538903661072254,0.998494505882263,0.0545867718756199,-0.00969656277447939,0.999951899051666,-0.00142962776590139,-0.010060116648674,0.998224854469299,0.0587016455829144,-0.00538903661072254,0.998494505882263,0.0545867718756199,-0.000515918538440019,0.0383301302790642,-0.999265015125275,-0.000512641738168895,0.0383229330182076,-0.999265313148499,-0.000512641738168895,0.038322925567627,-0.999265253543854,-0.000513704784680158,0.0383252650499344,-0.999265134334564,-0.000515918538440019,0.0383301302790642,-0.999265015125275,-0.000513704784680158,0.0383252650499344,-0.999265134334564,-0.000519943365361542,0.038338977843523,-0.999264597892761,-0.000519943365361542,0.038338977843523,-0.999264717102051,0.0140564767643809,0.0167636424303055,0.999760627746582,0.0140563100576401,0.0167899206280708,0.999760270118713,0.0140563109889627,0.0167899206280708,0.999760270118713,0.0140564842149615,0.0167629774659872,0.999760687351227,0.0140564767643809,0.0167636424303055,0.999760627746582,0.0140564842149615,0.0167629774659872,0.999760687351227,0.0140568111091852,0.0167116820812225,0.999761581420898,0.0140568129718304,0.0167116820812225,0.999761581420898,0.999978065490723,-0.00660673715174198,-0.000321421452099457,0.999978005886078,-0.00662065437063575,-0.000333506701281294,0.999978065490723,-0.0066182492300868,-0.000331416813423857,0.999977886676788,-0.00664546573534608,-0.000328886701026931,0.999978065490723,-0.0066182492300868,-0.000331416813423857,0.999978005886078,-0.00662065437063575,-0.000333506701281294,0.999977827072144,-0.00665570423007011,-0.000324965920299292,0.999977648258209,-0.00669395085424185,-0.00031031810794957,0.999977886676788,-0.00664546573534608,-0.000328886701026931,0.999977827072144,-0.00665570423007011,-0.000324965920299292,0.262424260377884,-0.866140067577362,-0.425364345312119,0.262424260377884,-0.866140127182007,-0.425364375114441,0.262424230575562,-0.866140007972717,-0.425364315509796,
  388. 0.38996946811676,0.596209704875946,0.701753437519073,0.389969438314438,0.596209645271301,0.701753437519073,0.389969408512115,0.596209585666656,0.701753377914429,-0.0049617663025856,0.999962687492371,-0.00706595648080111,-0.0049617663025856,0.999962687492371,-0.00706595648080111,-0.00271670427173376,0.999972879886627,-0.00683488277718425,-0.00390861602500081,0.9999680519104,-0.00695756450295448,-1.24000225696363e-005,0.999978601932526,-0.00655649974942207,-0.00390861602500081,0.9999680519104,-0.00695756450295448,-0.00271670427173376,0.999972879886627,-0.00683488277718425,-1.24000225696363e-005,0.999978601932526,-0.00655649928376079,-0.99952244758606,0.00604139035567641,-0.0303029529750347,-0.999502897262573,0.00694146938621998,-0.0307537261396647,-0.999499142169952,0.00711084576323628,-0.0308385472744703,-0.999499142169952,0.00711084576323628,-0.0308385472744703,-0.999502897262573,0.00694146938621998,-0.0307537261396647,-0.99949061870575,0.00732765067368746,-0.0310604553669691,-0.999489188194275,0.00736062787473202,-0.0310971233993769,-0.99949061870575,0.00732765067368746,-0.0310604553669691,-0.999468803405762,0.00784297287464142,-0.0316334702074528,-0.999489188194275,0.00736062787473202,-0.0310971233993769,-0.760122835636139,0.17618153989315,0.625438451766968,-0.760122895240784,0.17618153989315,0.625438511371613,-0.760122895240784,0.17618153989315,0.625438511371613,0.00176935433410108,-0.999944031238556,0.0104276333004236,0.00176935421768576,-0.999944031238556,0.0104276333004236,0.0018616906600073,-0.999968945980072,0.00765506364405155,0.00181528320536017,-0.99995744228363,0.0090485941618681,0.00265801791101694,-0.999863922595978,-0.0162765122950077,0.00181528320536017,-0.99995744228363,0.0090485941618681,0.0018616906600073,-0.999968945980072,0.00765506364405155,0.0026580176781863,-0.999863982200623,-0.0162765122950077,-0.683800637722015,-0.48014697432518,-0.549432158470154,-0.683800578117371,-0.480146944522858,-0.549432158470154,-0.683800578117371,-0.480146944522858,-0.549432158470154,-0.0057079354301095,-0.999321043491364,-0.0364001132547855,
  389. -0.00376452947966754,-0.999413967132568,-0.0340218134224415,-0.0040635890327394,-0.999400317668915,-0.0343878120183945,-0.0040635890327394,-0.999400317668915,-0.0343878120183945,-0.00376452947966754,-0.999413967132568,-0.0340218134224415,-0.00145936862099916,-0.999504268169403,-0.0314472131431103,-0.00153649016283453,-0.999501824378967,-0.0315232649445534,-0.00145936862099916,-0.999504268169403,-0.0314472131431103,-0.000263303925748914,-0.999541759490967,-0.0302676744759083,-0.00153649016283453,-0.999501824378967,-0.0315232649445534,-1,9.14162446861155e-005,7.78870962676592e-005,-1,9.14162519620731e-005,7.78870962676592e-005,-1,7.36102374503389e-005,-8.25176630314672e-006,-1,8.12856742413715e-005,2.88791416096501e-005,-1,8.12856742413715e-005,2.88791416096501e-005,-1,7.36102374503389e-005,-8.25176630314672e-006,-1,4.05783066526055e-005,-0.000168048005434684,-1,4.05783066526055e-005,-0.000168048005434684,0.999754250049591,-0.0221529118716717,-0.000806913478299975,0.999748587608337,-0.0224216487258673,-0.000286883092485368,0.999753952026367,-0.0221648719161749,-0.000973244255874306,0.999742448329926,-0.0226907934993505,0.000405455270083621,0.999742448329926,-0.0226907953619957,0.000405455240979791,0.999750077724457,-0.0223478134721518,-0.000552601995877922,0.999748587608337,-0.0224216487258673,-0.000286883092485368,0.999753594398499,-0.0221702791750431,-0.00104849447961897,0.999753952026367,-0.0221648719161749,-0.000973244255874306,0.999748587608337,-0.0224216487258673,-0.000286883092485368,0.999750077724457,-0.0223478134721518,-0.000552601995877922,-0.0105881234630942,0.999943852424622,-0.000432251690654084,-0.0132171548902988,0.99931526184082,-0.0345567166805267,-0.0132171558216214,0.999315321445465,-0.034556720405817,-0.0122502101585269,0.99992436170578,-0.00107343285344541,-0.00204215897247195,0.0308596510440111,-0.999521672725677,-0.00208620261400938,0.0307859499007463,-0.999523818492889,-0.00210086372680962,0.0307614207267761,-0.999524593353271,-0.00210086372680962,0.0307614207267761,-0.999524593353271,-0.00208620261400938,0.0307859499007463,-0.999523818492889,
  390. -0.00211735093034804,0.0307338312268257,-0.999525487422943,-0.0021173506975174,0.0307338275015354,-0.999525368213654,8.48989075166173e-005,-0.0439331904053688,0.999034464359283,6.3325023802463e-005,-0.0438987016677856,0.999035954475403,5.42077941645402e-005,-0.0438841357827187,0.99903666973114,5.42077941645402e-005,-0.0438841357827187,0.99903666973114,6.3325023802463e-005,-0.0438987016677856,0.999035954475403,1.9491779312375e-005,-0.0438182540237904,0.9990394115448,-4.58122758573154e-006,-0.0437686294317245,0.999041676521301,-4.58122758573154e-006,-0.0437686294317245,0.999041676521301,1.9491779312375e-005,-0.0438182540237904,0.9990394115448,-5.11628641106654e-005,-0.0436725951731205,0.99904590845108,0.586985468864441,0.350200951099396,0.729936480522156,0.586985528469086,0.350200951099396,0.729936420917511,0.586985468864441,0.350200951099396,0.729936480522156,-0.736210465431213,-0.525894343852997,0.425945222377777,-0.736210465431213,-0.525894343852997,0.425945222377777,-0.736210465431213,-0.525894343852997,0.425945222377777,0.624698579311371,-0.651321768760681,-0.43073382973671,0.624698579311371,-0.651321768760681,-0.430733799934387,0.624698579311371,-0.651321768760681,-0.430733799934387,-0.00235783238895237,0.00507128052413464,0.999984383583069,-0.0051554967649281,0.0112492060288787,0.999923408031464,-0.00515549723058939,0.0112492060288787,0.999923467636108,-0.00436462461948395,0.00950276758521795,0.999945342540741,-0.00235783238895237,0.00507128052413464,0.999984383583069,-0.00436462461948395,0.00950276758521795,0.999945342540741,0.00072070921305567,-0.00172688323073089,0.999998211860657,0.00072070921305567,-0.00172688323073089,0.999998271465302,-0.00409259693697095,-0.00111163954716176,-0.999990999698639,-0.00336056970991194,-0.00225494895130396,-0.999991774559021,-0.00321355322375894,-0.00212350604124367,-0.999992609024048,-0.0030342317186296,-0.00232992134988308,-0.999992728233337,-0.00321355322375894,-0.00212350604124367,-0.999992609024048,-0.00336056970991194,-0.00225494895130396,-0.999991774559021,-0.00327930808998644,-0.00229173549450934,-0.9999920129776,
  391. -0.0100484723225236,-0.00123695132788271,-0.999948740005493,-0.00327930808998644,-0.00229173549450934,-0.9999920129776,-0.00336056970991194,-0.00225494895130396,-0.999991774559021,-0.99984073638916,-0.0178044755011797,0.00119938550051302,-0.999840795993805,-0.0178044755011797,0.00119938550051302,-0.999814689159393,-0.0192505605518818,4.81563838548027e-005,-0.99981701374054,-0.0191301703453064,0.000143999015563168,-0.999800622463226,-0.0199538581073284,-0.000641259306576103,-0.99981701374054,-0.0191301703453064,0.000143999015563168,-0.999814689159393,-0.0192505605518818,4.81563838548027e-005,-0.999800562858582,-0.0199539549648762,-0.000703312805853784,-0.999800562858582,-0.0199539549648762,-0.000703312805853784,-0.999780833721161,-0.0199625622481108,-0.00630909530445933,-0.999800622463226,-0.0199538581073284,-0.000641259306576103,-0.230161905288696,-0.923101842403412,0.308071911334991,-0.23016194999218,-0.923101902008057,0.308071911334991,-0.230161905288696,-0.923101902008057,0.308071911334991,-0.394202470779419,0.660687208175659,-0.638824462890625,-0.394202530384064,0.660687267780304,-0.63882452249527,-0.394202530384064,0.660687267780304,-0.63882452249527,0.0223372261971235,0.985748291015625,-0.166737020015717,0.0223372261971235,0.98574835062027,-0.166736990213394,-0.0187205523252487,0.997323155403137,-0.0706813633441925,-0.00815009139478207,0.999568521976471,-0.0282197147607803,0.999291241168976,0.0172418542206287,0.0334638394415379,0.999317348003387,0.0165281631052494,0.0330397263169289,0.999316096305847,0.0165626145899296,0.0330602042376995,0.999244809150696,0.0177388340234756,0.0345722138881683,0.99909520149231,0.0201431512832642,0.0374558828771114,0.99909520149231,0.0201431512832642,0.0374558866024017,0.999194145202637,0.0185783840715885,0.0355791673064232,0.999244809150696,0.0177388340234756,0.0345722138881683,0.999194145202637,0.0185783840715885,0.0355791673064232,0.999316096305847,0.0165626145899296,0.0330602042376995,0.999317348003387,0.0165281631052494,0.0330397263169289,0.745295524597168,0.226595059037209,-0.627048075199127,
  392. 0.745295524597168,0.22659507393837,-0.627048075199127,0.745295524597168,0.226595088839531,-0.627048134803772,0.0143792992457747,-0.999027132987976,-0.0416881814599037,0.0143793001770973,-0.999027132987976,-0.0416881814599037,0.0142931696027517,-0.998934864997864,-0.0438722260296345,0.0143353492021561,-0.998980641365051,-0.0428029336035252,0.0137048996984959,-0.998179316520691,-0.0587378963828087,0.0143353492021561,-0.998980641365051,-0.0428029336035252,0.0142931696027517,-0.998934864997864,-0.0438722260296345,0.0137049006298184,-0.998179376125336,-0.0587378926575184,0.687598824501038,-0.549817323684692,0.474245458841324,0.687598824501038,-0.549817323684692,0.474245488643646,0.687598884105682,-0.549817323684692,0.474245518445969,-0.00977769028395414,-0.999899685382843,0.0102414106950164,-0.0117676900699735,-0.999900102615356,0.00783278699964285,-0.0114810662344098,-0.999900579452515,0.00817971955984831,-0.0114810662344098,-0.999900579452515,0.00817971955984831,-0.0117676900699735,-0.999900102615356,0.00783278699964285,-0.0141562419012189,-0.999886214733124,0.00519213452935219,-0.014091526158154,-0.999886870384216,0.00525532010942698,-0.0141562419012189,-0.999886214733124,0.00519213452935219,-0.0154048707336187,-0.999873399734497,0.003973045386374,-0.014091526158154,-0.999886870384216,0.00525532010942698,0.999902606010437,-0.0139542948454618,0.000278927385807037,0.999902546405792,-0.0139542948454618,0.000278927385807037,0.999904036521912,-0.0138563010841608,3.92649817513302e-005,0.999903559684753,-0.0138906175270677,0.000123193443869241,0.999903559684753,-0.0138906175270677,0.000123193443869241,0.999904036521912,-0.0138563010841608,3.92649817513302e-005,0.999907672405243,-0.0135750630870461,-0.00064852210925892,0.999907672405243,-0.0135750630870461,-0.00064852210925892,-0.99997889995575,-0.00650024134665728,0.000199081245227717,-0.999975085258484,-0.00705721927806735,-0.00010738406854216,-0.999975800514221,-0.00696342764422297,-5.57767525606323e-005,-0.999972999095917,-0.00733617320656776,-0.000199317335500382,-0.999973654747009,-0.00725264335051179,-0.000195806453120895,
  393. -0.999973595142365,-0.0072750742547214,-0.00019674924260471,-0.999975085258484,-0.00705721927806735,-0.00010738406854216,-0.999973595142365,-0.0072750742547214,-0.00019674924260471,-0.999973654747009,-0.00725264335051179,-0.000195806453120895,-0.999975800514221,-0.00696342764422297,-5.57767525606323e-005,0.0452742017805576,0.99896514415741,0.00433758832514286,0.017454044893384,0.999791502952576,0.0106021724641323,0.0392693057656288,0.999013364315033,0.0207413155585527,0.0686913654208183,0.997604250907898,0.00819531548768282,0.0392693057656288,0.999013364315033,0.0207413155585527,0.017454044893384,0.999791502952576,0.0106021724641323,-0.00171192781999707,0.999960660934448,0.00870579481124878,-0.00171192781999707,0.999960660934448,0.00870579481124878,0.00212922692298889,-0.0064047914929688,0.999977171421051,0.00207071588374674,-0.00633103167638183,0.999977886676788,0.00189498346298933,-0.00644662603735924,0.99997740983963,0.00189498346298933,-0.00644662603735924,0.99997740983963,0.00207071588374674,-0.00633103167638183,0.999977886676788,0.00205636513419449,-0.00631294073536992,0.999978005886078,0.00181641115341336,-0.00648052291944623,0.99997740983963,0.000778207206167281,-0.00720558688044548,0.999973714351654,0.00189498346298933,-0.00644662603735924,0.99997740983963,0.00181641115341336,-0.00648052291944623,0.99997740983963,-3.85530438506976e-005,-0.00616941181942821,-0.999980926513672,-8.17082254798152e-005,-0.00624117255210876,-0.999980509281158,-8.17082327557728e-005,-0.00624117301777005,-0.999980509281158,-6.62073070998304e-005,-0.00621539773419499,-0.999980747699738,-3.85530438506976e-005,-0.00616941181942821,-0.999980926513672,-6.62073070998304e-005,-0.00621539773419499,-0.999980747699738,-0.00021766206191387,-0.00627150200307369,-0.999980270862579,-0.00023841712391004,-0.00628647580742836,-0.999980270862579,-0.00021766206191387,-0.00627150200307369,-0.999980270862579,-0.00166296190582216,-0.00731415953487158,-0.999971866607666,-0.00023841712391004,-0.00628647580742836,-0.999980270862579,-0.585330724716187,0.376297771930695,-0.718183755874634,
  394. -0.585330724716187,0.376297742128372,-0.718183755874634,-0.585330724716187,0.376297801733017,-0.718183815479279,0.738753020763397,-0.510169625282288,-0.44042119383812,0.738753020763397,-0.510169625282288,-0.440421164035797,0.738753020763397,-0.510169684886932,-0.440421164035797,-0.643074095249176,-0.643988192081451,0.414409071207047,-0.643074095249176,-0.643988192081451,0.414409071207047,-0.643074035644531,-0.643988192081451,0.414409071207047,-0.00614281371235847,0.998360633850098,0.0569056160748005,-0.0105881234630942,0.999943852424622,-0.000432251690654084,-0.0122502101585269,0.99992436170578,-0.00107343285344541,-0.00706397322937846,0.998316168785095,0.0575749687850475,-0.0122502101585269,0.99992436170578,-0.00107343285344541,-0.0128505164757371,0.998007118701935,0.0617781803011894,-0.00706397322937846,0.998316168785095,0.0575749687850475,-0.0169767066836357,0.999148905277252,0.0375930480659008,-0.00815009139478207,0.999568521976471,-0.0282197147607803,-0.0204387903213501,0.999780118465424,-0.00468102330341935,-0.016976710408926,0.999148964881897,0.0375930517911911,-0.0246497895568609,0.998086631298065,-0.0567049831151962,-0.0204387903213501,0.999780118465424,-0.00468102330341935,-0.00815009139478207,0.999568521976471,-0.0282197147607803,-0.0187205523252487,0.997323155403137,-0.0706813633441925,0.0452742017805576,0.99896514415741,0.00433758832514286,0.0686913654208183,0.997604250907898,0.00819531548768282,0.219286814332008,0.964702785015106,-0.145814299583435,0.0686913654208183,0.997604250907898,0.00819531548768282,0.0392693057656288,0.999013364315033,0.0207413155585527,0.185717210173607,0.977509498596191,0.0999210625886917,-0.104531563818455,0.0416576974093914,0.993648767471313,-0.104531839489937,0.0416629649698734,0.993648409843445,-0.104531846940517,0.0416629612445831,0.993648409843445,-0.104531720280647,0.0416608713567257,0.993648588657379,-0.104531563818455,0.0416576974093914,0.993648767471313,-0.104531720280647,0.0416608713567257,0.993648588657379,-0.10453113168478,0.0416501611471176,0.993649065494537,-0.10453113168478,0.0416501648724079,0.993649184703827,
  395. 0.0988657251000404,0.00451724976301193,-0.995090484619141,0.09886284917593,0.00450823036953807,-0.995090842247009,0.0988628566265106,0.00450823083519936,-0.995090901851654,0.0988661199808121,0.00451847957447171,-0.995090484619141,0.0988657251000404,0.00451724976301193,-0.995090484619141,0.0988661199808121,0.00451847957447171,-0.995090484619141,0.0988715961575508,0.00453565455973148,-0.995089888572693,0.0988715961575508,0.0045356540940702,-0.995089828968048,-0.985102117061615,0.132291540503502,-0.109876558184624,-0.985097706317902,0.13228265941143,-0.109925776720047,-0.985097885131836,0.132282942533493,-0.109924301505089,-0.985088229179382,0.132393941283226,-0.109877668321133,-0.985093235969543,0.132321789860725,-0.109919339418411,-0.985093235969543,0.1323222219944,-0.109919086098671,-0.985097706317902,0.13228265941143,-0.109925776720047,-0.985093235969543,0.1323222219944,-0.109919086098671,-0.985093235969543,0.132321789860725,-0.109919339418411,-0.985097885131836,0.132282942533493,-0.109924301505089,-0.452785193920136,-0.778920769691467,0.433898389339447,-0.452785223722458,-0.778920829296112,0.433898448944092,-0.452785193920136,-0.778920829296112,0.433898389339447,-0.226298958063126,0.573887050151825,-0.787046611309052,-0.226298943161964,0.57388699054718,-0.787046611309052,-0.226298943161964,0.573887050151825,-0.787046611309052,0.147420346736908,0.988883197307587,0.0194260440766811,0.147420346736908,0.988883197307587,0.019426042214036,0.147285655140877,0.988899767398834,0.0195979326963425,0.147368639707565,0.988889575004578,0.0194920375943184,0.14714851975441,0.988916754722595,0.0197729524224997,0.147368639707565,0.988889575004578,0.0194920375943184,0.147285655140877,0.988899767398834,0.0195979326963425,0.14714851975441,0.988916754722595,0.0197729542851448,0.980589210987091,-0.132184013724327,0.144818007946014,0.980579853057861,-0.132079645991325,0.144975885748863,0.980578601360321,-0.132063955068588,0.144999697804451,0.980555057525635,-0.130790263414383,0.146306723356247,0.980572462081909,-0.131734356284142,0.145339757204056,
  396. 0.980570793151855,-0.131635710597038,0.145440801978111,0.980570793151855,-0.131635710597038,0.145440801978111,0.980572462081909,-0.131734356284142,0.145339757204056,0.980578601360321,-0.132063955068588,0.144999697804451,0.980579853057861,-0.132079645991325,0.144975885748863,0.820652902126312,0.0411483384668827,-0.56994354724884,0.820652842521667,0.0411483347415924,-0.569943487644196,0.820652842521667,0.0411483384668827,-0.56994354724884,-0.14728407561779,-0.988900661468506,-0.0195680279284716,-0.147284090518951,-0.988900661468506,-0.0195680297911167,-0.147299915552139,-0.98889833688736,-0.0195633172988892,-0.147291898727417,-0.98889946937561,-0.0195656977593899,-0.147437199950218,-0.988878726959229,-0.0195224974304438,-0.147291898727417,-0.98889946937561,-0.0195656977593899,-0.147299915552139,-0.98889833688736,-0.0195633172988892,-0.147437199950218,-0.988878786563873,-0.0195224974304438,0.550657570362091,-0.51396244764328,0.657737731933594,0.550657510757446,-0.513962388038635,0.657737672328949,0.550657570362091,-0.51396244764328,0.657737731933594,0.185591787099838,0.982625961303711,-0.0013955746544525,0.185556769371033,0.982632577419281,-0.00137355027254671,0.185556784272194,0.982632577419281,-0.00137355003971606,0.185576468706131,0.98262882232666,-0.00138593686278909,0.185591787099838,0.982625961303711,-0.0013955746544525,0.185576468706131,0.98262882232666,-0.00138593686278909,0.185728192329407,0.982600092887878,-0.00148133910261095,0.966646254062653,-0.173720449209213,0.188191756606102,0.965571403503418,-0.172181442379951,0.195000842213631,0.965882003307343,-0.170245796442032,0.195162385702133,0.966646254062653,-0.173720449209213,0.188191756606102,-0.252981841564178,-0.967398703098297,-0.0118279680609703,-0.252145528793335,-0.967612862586975,-0.0121702253818512,-0.252140909433365,-0.967613995075226,-0.0121721168980002,-0.211120888590813,-0.977027475833893,-0.0290736965835094,-0.211120888590813,-0.977027475833893,-0.0290736965835094,-0.23200435936451,-0.972498714923859,-0.0204983167350292,-0.217886790633202,-0.975619494915009,-0.0263021178543568,
  397. -0.217886790633202,-0.975619494915009,-0.0263021178543568,-0.23200435936451,-0.972498714923859,-0.0204983167350292,-0.252140909433365,-0.967613995075226,-0.0121721168980002,-0.252145528793335,-0.967612862586975,-0.0121702253818512,-0.197705134749413,0.043135080486536,0.979312002658844,-0.19772931933403,0.0431636124849319,0.979305922985077,-0.197728291153908,0.0431624129414558,0.979306161403656,-0.197737097740173,0.0431728288531303,0.979303896427155,-0.197728291153908,0.0431624129414558,0.979306161403656,-0.19772931933403,0.0431636124849319,0.979305922985077,-0.197737112641335,0.0431728325784206,0.979303956031799,0.198261067271233,-0.0410247109830379,-0.979290306568146,0.198601901531219,-0.0443204194307327,-0.979077577590942,0.198601916432381,-0.044320423156023,-0.979077696800232,0.197581708431244,-0.0345163531601429,-0.979678571224213,0.197581708431244,-0.0345163531601429,-0.979678571224213,0.191819354891777,0.0177912451326847,-0.98126894235611,0.198261067271233,-0.0410247109830379,-0.979290306568146,0.337639808654785,-0.507449626922607,0.79277640581131,0.33763974905014,-0.507449507713318,0.792776346206665,0.33763974905014,-0.507449507713318,0.792776346206665,0.964563250541687,-0.164771765470505,0.206077694892883,0.965882003307343,-0.170245796442032,0.195162385702133,0.965571403503418,-0.172181442379951,0.195000842213631,0.963950753211975,-0.169281929731369,0.205286145210266,0.965571403503418,-0.172181442379951,0.195000842213631,0.961563944816589,-0.185565695166588,0.202386632561684,0.963950753211975,-0.169281929731369,0.205286145210266,-0.965703427791595,0.16583040356636,-0.199792742729187,-0.965703427791595,0.165830418467522,-0.199792712926865,-0.965552270412445,0.166615039110184,-0.199870556592941,-0.964921414852142,0.169853776693344,-0.200190678238869,-0.964921414852142,0.169853776693344,-0.200190678238869,-0.965552270412445,0.166615039110184,-0.199870556592941,-0.960196852684021,0.192526191473007,-0.202374845743179,-0.154958203434944,-0.101711124181747,-0.98267126083374,-0.154958188533783,-0.101711116731167,-0.982671201229095,
  398. -0.154958188533783,-0.101711116731167,-0.982671201229095,0.0458992049098015,-0.076864555478096,0.995984494686127,0.0458931140601635,-0.076863668859005,0.99598491191864,0.0458931028842926,-0.0768636539578438,0.995984852313995,0.0458953864872456,-0.0768639892339706,0.995984733104706,0.0458992049098015,-0.076864555478096,0.995984494686127,0.0458953864872456,-0.0768639892339706,0.995984733104706,0.0459075272083282,-0.0768657550215721,0.995983958244324,0.0459075272083282,-0.0768657550215721,0.995983958244324,-0.0289170574396849,0.0333995185792446,-0.999023735523224,-0.0289173647761345,0.0333932042121887,-0.999023854732513,-0.0289173647761345,0.033393207937479,-0.999023914337158,-0.0289170257747173,0.0334001556038857,-0.999023675918579,-0.0289170574396849,0.0333995185792446,-0.999023735523224,-0.0289170257747173,0.0334001556038857,-0.999023675918579,-0.0289164315909147,0.0334122702479362,-0.999023258686066,-0.0289164315909147,0.033412266522646,-0.999023258686066,0.991647720336914,0.123601518571377,-0.036846436560154,0.99165666103363,0.123535938560963,-0.0368225648999214,0.991656303405762,0.123538240790367,-0.0368233993649483,0.991656184196472,0.123525857925415,-0.0368701815605164,0.991658508777618,0.123517222702503,-0.0368345901370049,0.991658568382263,0.123517364263535,-0.036835078150034,0.99165666103363,0.123535938560963,-0.0368225648999214,0.991658568382263,0.123517364263535,-0.036835078150034,0.991658508777618,0.123517222702503,-0.0368345901370049,0.991656303405762,0.123538240790367,-0.0368233993649483,0.201154842972755,0.841196060180664,0.501922249794006,0.201154842972755,0.841196119785309,0.501922249794006,0.201154842972755,0.841196060180664,0.501922249794006,0.406489282846451,-0.455248445272446,-0.792158663272858,0.406489282846451,-0.455248475074768,-0.792158722877502,0.406489253044128,-0.455248415470123,-0.792158663272858,0.107915498316288,-0.993505299091339,-0.0360733643174171,0.107915505766869,-0.993505418300629,-0.0360733680427074,0.10804195702076,-0.993498623371124,-0.0358805656433105,0.107961878180504,-0.993502974510193,-0.036002654582262,
  399. 0.108166038990021,-0.993491888046265,-0.0356913506984711,0.107961878180504,-0.993502974510193,-0.036002654582262,0.10804195702076,-0.993498623371124,-0.0358805656433105,0.108166038990021,-0.993491947650909,-0.0356913544237614,-0.989484369754791,-0.124902151525021,0.0729386508464813,-0.989453911781311,-0.124998815357685,0.0731858462095261,-0.989449262619019,-0.12501348555088,0.0732233822345734,-0.989202857017517,-0.126209706068039,0.0744901224970818,-0.989385068416595,-0.125325039029121,0.0735582187771797,-0.989367067813873,-0.125412970781326,0.0736508369445801,-0.989367067813873,-0.125412970781326,0.0736508369445801,-0.989385068416595,-0.125325039029121,0.0735582187771797,-0.989449262619019,-0.12501348555088,0.0732233822345734,-0.989453911781311,-0.124998815357685,0.0731858462095261,-0.734406471252441,-0.209488674998283,-0.645570695400238,-0.734406530857086,-0.209488674998283,-0.645570695400238,-0.734406530857086,-0.209488674998283,-0.645570695400238,-0.108052879571915,0.993495762348175,0.0359259136021137,-0.108052872121334,0.993495762348175,0.0359259098768234,-0.108039580285549,0.993497133255005,0.0359295904636383,-0.108046315610409,0.993496537208557,0.0359277240931988,-0.107922039926052,0.993508636951447,0.0359620489180088,-0.108046315610409,0.993496537208557,0.0359277240931988,-0.108039580285549,0.993497133255005,0.0359295904636383,-0.107922047376633,0.993508696556091,0.0359620451927185,-0.694729030132294,0.327538669109344,0.640367031097412,-0.694729030132294,0.327538728713989,0.640367031097412,-0.694729030132294,0.327538669109344,0.640366971492767,-0.129902094602585,0.990699589252472,-0.0404942966997623,-0.129902109503746,0.990699648857117,-0.0404943004250526,-0.129783764481544,0.990714192390442,-0.0405161380767822,-0.129850476980209,0.990706026554108,-0.0405038297176361,-0.129783764481544,0.990714192390442,-0.0405161380767822,-0.129414856433868,0.990759670734406,-0.0405842326581478,-0.129850476980209,0.990706026554108,-0.0405038297176361,0.0407247021794319,0.025986447930336,0.998832404613495,0.0116189401596785,0.0202935878187418,0.999726474285126,
  400. 0.0143428966403008,0.0208261385560036,0.99968022108078,0.0407247059047222,0.0259864460676908,0.99883246421814,0.147744953632355,-0.989018797874451,-0.00363208842463791,0.147744968533516,-0.989018797874451,-0.00363208819180727,0.13872703909874,-0.990108191967011,-0.0209898073226213,0.145476907491684,-0.989329218864441,-0.00800805725157261,0.131205499172211,-0.990743577480316,-0.0348170027136803,0.145476907491684,-0.989329218864441,-0.00800805725157261,0.13872703909874,-0.990108191967011,-0.0209898073226213,0.130970865488052,-0.990764737129211,-0.0350984111428261,0.126472026109695,-0.991143465042114,-0.0404891334474087,0.131205499172211,-0.990743577480316,-0.0348170027136803,0.130970865488052,-0.990764737129211,-0.0350984111428261,-0.991127014160156,-0.125347852706909,-0.0442168228328228,-0.991131722927094,-0.125311955809593,-0.0442134812474251,-0.991131722927094,-0.125311955809593,-0.0442134812474251,-0.991125881671906,-0.125356465578079,-0.0442176163196564,-0.991125881671906,-0.125356465578079,-0.0442176163196564,-0.991112530231476,-0.125458478927612,-0.0442271120846272,-0.991127014160156,-0.125347852706909,-0.0442168228328228,0.990151286125183,0.13705512881279,0.0285693947225809,0.990055799484253,0.137667179107666,0.0289366338402033,0.990055739879608,0.137667164206505,0.0289366282522678,0.990350365638733,0.135769546031952,0.0277980882674456,0.990350365638733,0.135769546031952,0.0277980882674456,0.991873860359192,0.125383585691452,0.0215714145451784,0.990151286125183,0.13705512881279,0.0285693947225809,-0.523888826370239,-0.607300519943237,0.597265899181366,-0.523888826370239,-0.607300519943237,0.597265899181366,-0.523888766765594,-0.607300519943237,0.597265899181366,-0.029351819306612,0.0122507521882653,0.999494135379791,0.0143428966403008,0.0208261385560036,0.99968022108078,0.0116189401596785,0.0202935878187418,0.999726474285126,-0.0293519645929337,0.0122538646683097,0.999494016170502,0.0116189401596785,0.0202935878187418,0.999726474285126,-0.0293523613363504,0.0122621329501271,0.999493896961212,-0.0293519645929337,0.0122538646683097,0.999494016170502,
  401. 0.0104106487706304,0.00973763223737478,-0.999898374080658,0.0104106478393078,0.00973763223737478,-0.999898374080658,0.0104585289955139,0.00909936800599098,-0.999903917312622,0.010756685398519,0.00512329069897532,-0.999928951263428,0.010756685398519,0.00512329069897532,-0.999928951263428,0.0104585289955139,0.00909936800599098,-0.999903917312622,0.0125528750941157,-0.0188798271119595,-0.999742984771729,0.947877585887909,0.0197088364511728,-0.318024784326553,0.947877526283264,0.0197088364511728,-0.318024754524231,0.947877585887909,0.0197088364511728,-0.318024784326553,-0.0125206876546144,0.999905049800873,-0.00576225807890296,-0.012520688585937,0.999905049800873,-0.00576225901022553,-0.00760897621512413,0.999968826770782,-0.00208639982156456,-0.0103797018527985,0.999937415122986,-0.00415995717048645,-0.0103797018527985,0.999937415122986,-0.00415995717048645,-0.00760897621512413,0.999968826770782,-0.00208639982156456,-0.00518480176106095,0.999986410140991,-0.000272230070549995,-0.00518480222672224,0.999986588954926,-0.000272230099653825,0,0,-1,3.1407593192867e-010,0,-1,3.3336639004844e-010,0,-1,4.84654205656909e-010,0,-1,3.3336639004844e-010,0,-1,3.1407593192867e-010,0,-1,4.84654205656909e-010,0,-0.999999940395355,0.000123731646453962,0.0207779109477997,0.999784111976624,-0.000200606024009176,0.0202354155480862,0.999795317649841,-0.00020060598035343,0.0202354118227959,0.999795198440552,6.27639965387061e-005,0.0206759348511696,0.999786257743835,6.27639965387061e-005,0.0206759348511696,0.999786257743835,0.000301329506328329,0.0210749618709087,0.999777913093567,0.000301329477224499,0.0210749618709087,0.999777853488922,0.000123731646453962,0.0207779109477997,0.999784111976624,-0.0163209419697523,-0.999788522720337,-0.0125056076794863,-0.0163209438323975,-0.999788522720337,-0.0125056076794863,-0.0158739760518074,-0.999784231185913,-0.0133928442373872,-0.0161410383880138,-0.999786913394928,-0.0128627223894,-0.0158739760518074,-0.999784231185913,-0.0133928442373872,-0.0154882501810789,-0.9997798204422,-0.0141584808006883,-0.0161410383880138,-0.999786913394928,-0.0128627223894,
  402. -0.999987065792084,0.00480157369747758,-0.00165248196572065,-0.999986410140991,0.00491922302171588,-0.00171611772384495,-0.999986290931702,0.00494786119088531,-0.0017316082958132,-0.999986290931702,0.00494786119088531,-0.0017316082958132,-0.999986410140991,0.00491922302171588,-0.00171611772384495,-0.999986052513123,0.00499411672353745,-0.00175662792753428,-0.999985992908478,0.00499411718919873,-0.0017566280439496,0.999987959861755,0.0049196551553905,6.96640709065832e-005,0.999988198280334,0.00487355282530189,4.7969715524232e-005,0.999988198280334,0.00485952896997333,4.13706111430656e-005,0.999988675117493,0.00476919719949365,7.42583097235183e-007,0.999988198280334,0.00485952896997333,4.13706111430656e-005,0.999988198280334,0.00487355282530189,4.7969715524232e-005,0.999988436698914,0.00479702977463603,1.30069502120023e-005,0.999988675117493,0.00476919719949365,7.42583097235183e-007,0.999988436698914,0.00479702977463603,1.30069502120023e-005,0.999988913536072,0.00470049912109971,-2.95283552986803e-005,0.790507197380066,-0.308628618717194,0.529005348682404,0.790507256984711,-0.308628648519516,0.529005408287048,0.790507256984711,-0.308628648519516,0.529005408287048,0.523726582527161,0.452798694372177,-0.72158420085907,0.523726642131805,0.452798694372177,-0.721584260463715,0.523726582527161,0.452798664569855,-0.721584141254425,-0.500645458698273,0.602352619171143,0.621711850166321,-0.500645458698273,0.602352619171143,0.621711790561676,-0.500645399093628,0.602352619171143,0.621711730957031,-0.000378571217879653,-0.000727676844689995,0.999999701976776,-0.00567800225690007,-0.0121679184958339,0.99990975856781,-3.84322665922809e-005,8.74833567650057e-005,1,-0.00335875945165753,-0.0613388046622276,-0.998111367225647,-0.00335998157970607,-0.0613290891051292,-0.998111963272095,-0.00335998157970607,-0.0613290928304195,-0.998111963272095,-0.00335952546447515,-0.0613327249884605,-0.99811178445816,-0.00335875945165753,-0.0613388046622276,-0.998111367225647,-0.00335952546447515,-0.0613327249884605,-0.99811178445816,-0.00335709028877318,-0.0613520666956902,-0.998110592365265,
  403. -0.00335708982311189,-0.0613520555198193,-0.998110473155975,-0.00327949598431587,0.0123817026615143,0.999917924404144,-0.00328068225644529,0.0123929781839252,0.999917805194855,-0.00328068248927593,0.0123929791152477,0.999917805194855,-0.0032793756108731,0.0123805617913604,0.999917984008789,-0.00327949598431587,0.0123817026615143,0.999917924404144,-0.0032793756108731,0.0123805617913604,0.999917984008789,-0.00327709969133139,0.0123589271679521,0.999918222427368,-0.00327709992416203,0.0123589271679521,0.999918222427368,-0.99332594871521,-0.115132801234722,0.00692547159269452,-0.993340671062469,-0.114996768534184,0.00707971164956689,-0.993339598178864,-0.115006282925606,0.00706893904134631,-0.993326246738434,-0.115124680101871,0.007012948859483,-0.993338942527771,-0.115011617541313,0.00709026865661144,-0.993337988853455,-0.115019142627716,0.00708510726690292,-0.993340671062469,-0.114996768534184,0.00707971164956689,-0.993337988853455,-0.115019142627716,0.00708510726690292,-0.993338942527771,-0.115011617541313,0.00709026865661144,-0.993339598178864,-0.115006282925606,0.00706893904134631,-0.388091415166855,0.794233441352844,-0.467523574829102,-0.388091415166855,0.794233500957489,-0.467523574829102,-0.388091385364532,0.794233500957489,-0.467523574829102,-0.316209882497787,-0.579741299152374,0.750940322875977,-0.316209852695465,-0.579741299152374,0.750940263271332,-0.31620991230011,-0.579741358757019,0.750940382480621,0.129542514681816,-0.991539001464844,0.00831418577581644,0.129542514681816,-0.991539001464844,0.00831418484449387,0.12943235039711,-0.991554856300354,0.00813699699938297,0.129498347640038,-0.99154531955719,0.00824319291859865,0.129316046833992,-0.991571485996246,0.00794997345656157,0.129498347640038,-0.99154531955719,0.00824319291859865,0.12943235039711,-0.991554856300354,0.00813699699938297,0.129316046833992,-0.991571545600891,0.00794997438788414,0.992563009262085,0.114602081477642,-0.0410496070981026,0.992599606513977,0.114159382879734,-0.0413973443210125,0.992605447769165,0.114088773727417,-0.0414527840912342,
  404. 0.992685914039612,0.112933255732059,-0.042670413851738,0.992628455162048,0.113763451576233,-0.0417919158935547,0.992632031440735,0.113712020218372,-0.0418463423848152,0.992632031440735,0.113712020218372,-0.0418463423848152,0.992628455162048,0.113763451576233,-0.0417919158935547,0.992605447769165,0.114088773727417,-0.0414527840912342,0.992599606513977,0.114159382879734,-0.0413973443210125,0.765111207962036,-0.0491105988621712,0.642022609710693,0.765111207962036,-0.0491105988621712,0.642022669315338,0.765111148357391,-0.0491105914115906,0.642022609710693,-0.12941999733448,0.991556107997894,-0.00818279758095741,-0.12941999733448,0.991556107997894,-0.00818279758095741,-0.129433661699295,0.991554379463196,-0.00818300247192383,-0.129426702857018,0.991555213928223,-0.00818289630115032,-0.129549190402031,0.991539180278778,-0.00818472355604172,-0.129426702857018,0.991555213928223,-0.00818289630115032,-0.129433661699295,0.991554379463196,-0.00818300247192383,-0.129549220204353,0.991539239883423,-0.00818472541868687,0.626022517681122,0.511009991168976,-0.58903694152832,0.626022577285767,0.511010050773621,-0.58903694152832,0.626022458076477,0.511009991168976,-0.58903694152832,-0.0341947935521603,-0.999362707138062,-0.0102416798472404,-0.0322069525718689,-0.999450623989105,-0.00783179607242346,-0.0324933715164661,-0.999438464641571,-0.0081790080294013,-0.0324933715164661,-0.999438464641571,-0.0081790080294013,-0.0322069525718689,-0.999450623989105,-0.00783179607242346,-0.0298208668828011,-0.999541759490967,-0.00519018433988094,-0.029885545372963,-0.99953955411911,-0.00525340856984258,-0.0298208668828011,-0.999541759490967,-0.00519018433988094,-0.0285734459757805,-0.999583780765533,-0.00397076271474361,-0.029885545372963,-0.99953955411911,-0.00525340856984258,-0.999547481536865,0.0300821550190449,-0.000249043281655759,-0.999547481536865,0.0300821531563997,-0.000249043281655759,-0.999544441699982,0.0301819480955601,-2.05147498490987e-005,-0.999545454978943,0.0301469974219799,-0.000100548299087677,-0.999545454978943,0.0301469974219799,-0.000100548299087677,
  405. -0.999544441699982,0.0301819480955601,-2.05147498490987e-005,-0.99953556060791,0.030468326061964,0.0006353177013807,-0.99953556060791,0.0304683297872543,0.0006353177013807,0.99872612953186,-0.0504582114517689,-0.000185669050551951,0.998702943325043,-0.0509182214736938,4.5394932385534e-005,0.998706877231598,-0.0508407577872276,6.4843479776755e-006,0.998680114746094,-0.0513615980744362,0.000231542711844668,0.998691201210022,-0.05114571377635,0.000148321836604737,0.998688220977783,-0.0512036867439747,0.000170669794897549,0.998702943325043,-0.0509182214736938,4.5394932385534e-005,0.998688220977783,-0.0512036867439747,0.000170669794897549,0.998691201210022,-0.05114571377635,0.000148321836604737,0.998706877231598,-0.0508407577872276,6.4843479776755e-006,-0.0013072865549475,0.999989748001099,-0.00433885306119919,0.0265243388712406,0.999591946601868,-0.0106038078665733,0.00469479756429791,0.999773800373077,-0.0207418762147427,-0.0247606430202723,0.999659836292267,-0.00819583889096975,0.00469479756429791,0.999773800373077,-0.0207418762147427,0.0265243388712406,0.999591946601868,-0.0106038078665733,0.045679397881031,0.998918175697327,-0.00870745256543159,0.045679397881031,0.998918116092682,-0.00870745163410902,-0.00240747048519552,-0.00628251256421208,-0.99997740983963,-0.00235979957506061,-0.00623142067342997,-0.999977886676788,-0.00218965811654925,-0.00635548681020737,-0.99997740983963,-0.00218965811654925,-0.00635548681020737,-0.99997740983963,-0.00235979957506061,-0.00623142067342997,-0.999977886676788,-0.00234810588881373,-0.00621888693422079,-0.999977886676788,-0.00211502425372601,-0.00639630295336246,-0.999977290630341,-0.0011064613936469,-0.00716398749500513,-0.999973714351654,-0.00218965811654925,-0.00635548681020737,-0.99997740983963,-0.00211502425372601,-0.00639630295336246,-0.999977290630341,-0.000234927327255718,-0.0061654020100832,0.999980926513672,-0.000198361434740946,-0.00623940210789442,0.999980568885803,-0.000198361434740946,-0.00623940164223313,0.999980509281158,-0.000211495644180104,-0.00621282169595361,0.999980747699738,
  406. -0.000234927327255718,-0.0061654020100832,0.999980926513672,-0.000211495644180104,-0.00621282169595361,0.999980747699738,-5.82903703616466e-005,-0.0062749907374382,0.999980270862579,-3.82392645406071e-005,-0.00629084836691618,0.999980211257935,-5.82903703616466e-005,-0.0062749907374382,0.999980270862579,0.00133926840499043,-0.00738020986318588,0.999971926212311,-3.82392645406071e-005,-0.00629084836691618,0.999980211257935,0.601389706134796,0.350241273641586,0.718095660209656,0.601389706134796,0.350241303443909,0.718095660209656,0.601389706134796,0.350241303443909,0.718095660209656,-0.760527849197388,-0.477062195539474,0.440464645624161,-0.760527789592743,-0.47706213593483,0.440464586019516,-0.760527908802032,-0.47706213593483,0.440464586019516,0.614155948162079,-0.671578884124756,-0.414480715990067,0.614155948162079,-0.671578884124756,-0.414480745792389,0.614156007766724,-0.671578943729401,-0.414480745792389,-0.0013072865549475,0.999989748001099,-0.00433885306119919,-0.0247606430202723,0.999659836292267,-0.00819583889096975,-0.17666020989418,0.973413348197937,0.145800083875656,-0.0247606430202723,0.999659836292267,-0.00819583889096975,0.00469479756429791,0.999773800373077,-0.0207418762147427,-0.142561376094818,0.984730541706085,-0.0999094620347023,-0.0165036022663116,-0.999856650829315,-0.00379149569198489,-0.0164333302527666,-0.99985808134079,-0.00370053388178349,-0.00252238009124994,-0.99996554851532,0.00791920069605112,-0.00377036654390395,-0.99996942281723,0.00684742769226432,-0.0165036022663116,-0.999856650829315,-0.00379149569198489,-0.00377036654390395,-0.99996942281723,0.00684742769226432,-0.0165312997996807,-0.999855995178223,-0.00382734998129308,-0.0165312997996807,-0.999855995178223,-0.00382734974846244,-0.0170068349689245,-0.00536517705768347,-0.999840915203094,-0.0170068368315697,-0.00536517752334476,-0.999841034412384,-0.0105315828695893,0.000879419269040227,-0.999944150447845,-0.0099743539467454,0.00141812616493553,-0.999949216842651,0.0165005289018154,0.99971616268158,0.017190970480442,0.0349113866686821,0.99872899055481,0.0363509766757488,
  407. 0.0345002599060535,0.998758912086487,0.0359231196343899,0.0220812000334263,0.999588429927826,0.0183148644864559,0.00316381664015353,0.999973833560944,-0.00651113130152225,0.00316381617449224,0.999973773956299,-0.00651113083586097,0.00921331439167261,0.999956607818604,0.00142672203946859,0.0349113866686821,0.99872899055481,0.0363509766757488,0.0220812000334263,0.999588429927826,0.0183148644864559,0.00921331439167261,0.999956607818604,0.00142672203946859,0.0345002599060535,0.998758912086487,0.0359231196343899,0.999869465827942,-0.0161558371037245,0.000217587556107901,0.999870359897614,-0.0161004438996315,0.000269786425633356,0.999870359897614,-0.0161004420369864,0.000269786425633356,0.999869108200073,-0.0161773432046175,0.000197321001905948,0.999865889549255,-0.0163768567144871,9.30929127207492e-006,0.999869465827942,-0.0161558371037245,0.000217587556107901,0.999869108200073,-0.0161773432046175,0.000197321001905948,0.999865829944611,-0.0163768567144871,9.30929036258021e-006,-0.999855756759644,0.0108789848163724,-0.013043399900198,-0.999994516372681,-0.00331528228707612,3.27030684275087e-005,-0.999981045722961,-0.00573125015944242,0.00225846469402313,-0.999802768230438,-0.0160205867141485,0.0117380945011973,-0.999981045722961,-0.00573125015944242,0.00225846469402313,-0.999994516372681,-0.00331528228707612,3.27030684275087e-005,-0.999802768230438,-0.0160205867141485,0.0117380935698748,0.653943121433258,0.566864192485809,-0.501022219657898,0.653943181037903,0.566864192485809,-0.501022219657898,0.653943181037903,0.566864252090454,-0.501022279262543,-0.0099743539467454,0.00141812616493553,-0.999949216842651,-0.0105315828695893,0.000879419269040227,-0.999944150447845,0.000267963303485885,0.0112922871485353,-0.999936163425446,0.00025109710986726,0.0112796574831009,-0.999936401844025,0.00025109710986726,0.0112796574831009,-0.999936401844025,0.000202064460609108,0.0112429354339838,-0.999936819076538,-0.0099743539467454,0.00141812616493553,-0.999949216842651,0.00046229109284468,-0.0142156276851892,0.999898850917816,0.000462291034637019,-0.0142156267538667,0.999898791313171,
  408. 0.00131581607274711,-0.014255435205996,0.999897539615631,0.000716173206456006,-0.0142274694517255,0.999898493289948,0.000716173206456006,-0.0142274694517255,0.999898493289948,0.00131581607274711,-0.014255435205996,0.999897539615631,0.00243987771682441,-0.0143078463152051,0.999894678592682,0.00243987794965506,-0.0143078453838825,0.999894738197327,-0.903856039047241,0.0983033776283264,0.416390150785446,-0.903855979442596,0.098303385078907,0.416390150785446,-0.903855979442596,0.0983033776283264,0.416390150785446,-0.00252238009124994,-0.99996554851532,0.00791920069605112,0.129434779286385,-0.984544515609741,0.117977410554886,-0.00377036654390395,-0.99996942281723,0.00684742769226432,-4.90213984960519e-008,8.19737542769872e-005,1,-1.06322031570016e-005,0.000194382257177494,1,2.60548205233135e-008,0,1,4.43915215697643e-009,0,1,1.03050945554628e-008,0,1,0,0,1,0,0,1,0.0616025924682617,0.994447290897369,0.0853213295340538,-0.380875498056412,0.91185188293457,-0.153166532516479,0.0895556658506393,0.991524636745453,-0.0941209569573402
  409. }
  410. NormalsW: *2005 {
  411. 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,
  412. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  413. }
  414. }
  415. LayerElementBinormal: 0 {
  416. Version: 102
  417. Name: "map1"
  418. MappingInformationType: "ByPolygonVertex"
  419. ReferenceInformationType: "Direct"
  420. Binormals: *6015 {
  421. a: 0.00011288835958112,1,-0,0.000265633541857824,1,-0,0.000271644006716087,1,-2.69797855931286e-012,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.000271644006716087,1,-2.69797855931286e-012,0.000265633541857824,1,-0,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.00656960904598236,0.999978423118591,1.16770448865822e-009,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.00158994598314166,0.99999874830246,-8.45239433999723e-011,-0.089511476457119,0.995978355407715,-0.00387420901097357,-0.100995600223541,0.994783222675323,-0.0143590997904539,-0.101156435906887,0.994844675064087,-0.0071797352284193,-0.0176268089562655,0.999839723110199,-0.00316746952012181,-0.089511476457119,0.995978355407715,-0.00387420901097357,-0.0176268089562655,0.999839723110199,-0.00316746952012181,0.109032668173313,0.994012713432312,-0.00711113540455699,0,0.999939262866974,-0.0110247517004609,0.109032668173313,0.994012713432312,-0.00711113540455699,-0.0176268089562655,0.999839723110199,-0.00316746952012181,0,0.999999582767487,-0.000940662575885654,0,0.999999582767487,-0.000940662575885654,-0.0176268089562655,0.999839723110199,-0.00316746952012181,0,0.999906122684479,0.0137030221521854,0,0.999976515769959,0.0068506021052599,0,0.999999582767487,-0.000940662575885654,0,0.999976515769959,0.0068506021052599,0,1,-1.2783124248017e-006,-0.00318793044425547,0.996499121189117,0.0835427418351173,-0.00520186871290207,0.999967277050018,0.00620164396241307,-0.00454337056726217,0.99620509147644,0.0869178622961044,
  422. -0.00130563543643802,0.998976051807404,0.0452246144413948,0.000659332086797804,0.999915719032288,0.0129695441573858,-0.00318793044425547,0.996499121189117,0.0835427418351173,-0.00130563543643802,0.998976051807404,0.0452246144413948,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000169334598467685,0.999999940395355,0.000462990516098216,0.000907736306544393,0.999999523162842,0.00044875530875288,0.000659332086797804,0.999915719032288,0.0129695441573858,0.00233018840663135,0.99999725818634,2.88809566539872e-011,0.000659332086797804,0.999915719032288,0.0129695441573858,0.000907736306544393,0.999999523162842,0.00044875530875288,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00102883111685514,0,-0.999999463558197,0.00125708139967173,0,-0.999999284744263,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.000782954215537757,-0.00563911953940988,-0.999983787536621,0.000460909737739712,-0.00331963854841888,-0.999994456768036,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.00400289334356785,-0.013988696038723,-0.999894201755524,0.00509698037058115,-0.0141002926975489,-0.999887645244598,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00189534854143858,-0.0340408235788345,-0.999418675899506,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00221734237857163,0.999997556209564,9.84312024249201e-012,0.00189534854143858,-0.0340408235788345,-0.999418675899506,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00336967757903039,-0.0381428934633732,-0.999266624450684,0.00336962379515171,-0.0381428971886635,-0.999266684055328,0,-0.110381007194519,0.993889331817627,
  423. 0,0.0103201903402805,0.99994683265686,0,0.130870655179024,0.991399466991425,0,0.0103201903402805,0.99994683265686,0.000940048368647695,0.999999642372131,-4.91912309497078e-011,0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000282704218989238,1,6.22550752268913e-012,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000282704218989238,1,6.22550752268913e-012,0.000753533327952027,0.999999761581421,1.17407368549483e-011,0.00150706141721457,0.999998867511749,2.34813921778931e-011,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.00174553378019482,2.40059853240382e-005,0.999998509883881,0.0304918494075537,0.00041934844921343,0.999534964561462,0.000905434601008892,0.00126193673349917,0.999998867511749,0.00548928463831544,0.00198228843510151,0.999983012676239,8.95006160135381e-005,0.00203006621450186,0.999997973442078,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.000905434601008892,0.00126193673349917,0.999998867511749,0.000282704218989238,1,6.22550752268913e-012,0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000327754707541317,1,1.51929059610811e-011,-4.61638416382471e-009,1,-2.1399018186448e-016,0.00122989213559777,-0.0173844452947378,0.999848186969757,0.00157603656407446,-0.0173579175025225,0.999848127365112,0.0012298917863518,-0.0173844434320927,0.999848127365112,0.000883747241459787,-0.0174109656363726,0.999848067760468,-0.591880321502686,-0.724106669425964,0.354044169187546,-0.682446360588074,-0.656478762626648,0.32140725851059,-0.960066020488739,-0.223272800445557,0.168590068817139,-0.92972069978714,-0.276262551546097,0.243512779474258,-0.965668857097626,0.0809969902038574,-0.246826171875,-0.973462522029877,0.0507375746965408,-0.223151206970215,-0.918189942836761,0.292933225631714,-0.26667857170105,-0.94524210691452,0.0811659246683121,-0.316116333007813,-0.973462522029877,0.0507375746965408,-0.223151206970215,-0.965668857097626,0.0809969902038574,-0.246826171875,-0.961618423461914,0.0614698641002178,-0.267416417598724,
  424. -0.978904485702515,0.0013403482735157,-0.20431412756443,-0.998840749263763,0.0316696874797344,0.03625313565135,-0.92972069978714,-0.276262551546097,0.243512779474258,-0.960066020488739,-0.223272800445557,0.168590068817139,-0.997477173805237,0.0708534196019173,0.00437623634934425,-0.998840749263763,0.0316696874797344,0.03625313565135,-0.997008562088013,0.0174014996737242,-0.075306698679924,-0.995181322097778,-0.0777017623186111,0.0598037280142307,-0.92972069978714,-0.276262551546097,0.243512779474258,-0.975124061107636,0.166270196437836,-0.146585524082184,-0.973462522029877,0.0507375746965408,-0.223151206970215,-0.998840749263763,0.0316696874797344,0.03625313565135,-0.997477173805237,0.0708534196019173,0.00437623634934425,-0.997008562088013,0.0174014996737242,-0.075306698679924,-0.998840749263763,0.0316696874797344,0.03625313565135,-0.973462522029877,0.0507375746965408,-0.223151206970215,-0.993876457214355,0.00449567334726453,-0.110406018793583,-0.995266258716583,-0.0832813605666161,0.0500940196216106,-0.841447174549103,-0.293662458658218,0.453573703765869,-0.995181322097778,-0.0777017623186111,0.0598037280142307,-0.997008562088013,0.0174014996737242,-0.075306698679924,-0.978904485702515,0.0013403482735157,-0.20431412756443,-0.993876457214355,0.00449567334726453,-0.110406018793583,-0.973462522029877,0.0507375746965408,-0.223151206970215,-0.918189942836761,0.292933225631714,-0.26667857170105,-0.975124061107636,0.166270196437836,-0.146585524082184,-0.895807504653931,0.421968311071396,-0.139541164040565,-0.0106628136709332,0.999931335449219,0.00487321708351374,-0.00514253089204431,0.999859809875488,0.0159346573054791,-0.00401744898408651,0.9999760389328,0.0056354277767241,0.00763972150161862,0.999959111213684,0.00483790179714561,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.895807504653931,0.421968311071396,-0.139541164040565,-0.975124061107636,0.166270196437836,-0.146585524082184,-0.997477173805237,0.0708534196019173,0.00437623634934425,-0.918189942836761,0.292933225631714,-0.26667857170105,-0.973462522029877,0.0507375746965408,-0.223151206970215,
  425. -0.975124061107636,0.166270196437836,-0.146585524082184,0.0114445649087429,0.00376835279166698,-0.999927401542664,-0.00634481944143772,0.00373908854089677,-0.999972939491272,0.0114445649087429,0.00376835255883634,-0.999927401542664,0.0292303282767534,0.0037964244838804,-0.999565541744232,0.0241746623069048,0.999705672264099,0.00207240274176002,0.0227635577321053,0.999735951423645,0.00315465731546283,0.0244592353701591,0.999695837497711,0.00314681930467486,0.0242429506033659,0.999705135822296,-0.00144531321711838,0.0263546407222748,0.996311724185944,-0.0816611498594284,0.0241746623069048,0.999705672264099,0.00207240274176002,0.0242429506033659,0.999705135822296,-0.00144531321711838,-0.0609066896140575,-0.05167081579566,0.996805191040039,-0.0753380283713341,-0.0516372323036194,0.995820164680481,-0.0585377030074596,-0.0329159758985043,0.997742414474487,-0.0426496379077435,-0.0420131720602512,0.998206377029419,-0.0410226583480835,-0.0263064838945866,0.998811841011047,-0.0281758289784193,-0.0260722935199738,0.999262988567352,-0.0426496379077435,-0.0420131720602512,0.998206377029419,-0.0585377030074596,-0.0329159758985043,0.997742414474487,-2.52070240094326e-005,-0.0107573159039021,-0.999942243099213,-0.00015537282160949,-0.025597283616662,-0.999672412872314,-0.000119849959446583,-0.0172326304018497,-0.999851584434509,-0.000127252555103041,-0.00050134863704443,-0.99999988079071,-0.000119849959446583,-0.0172326304018497,-0.999851584434509,-0.00015537282160949,-0.025597283616662,-0.999672412872314,-0.000172749365447089,-0.0204706098884344,-0.999790489673615,-0.0106573915109038,-0.0354284271597862,-0.99931538105011,-0.0103122815489769,-0.0445207618176937,-0.998955249786377,-0.0103230439126492,-0.0435086153447628,-0.998999714851379,-0.0115568563342094,-0.0308908391743898,-0.999455988407135,-0.0115568563342094,-0.0308908391743898,-0.999455988407135,-0.0166875701397657,-0.0192370247095823,-0.999675691127777,-0.0106573915109038,-0.0354284271597862,-0.99931538105011,-0.319956928491592,-0.409231066703796,-0.854492545127869,-0.319956958293915,-0.409231096506119,-0.854492545127869,
  426. -0.319956958293915,-0.409231126308441,-0.854492545127869,-0.00853942148387432,-0.99992036819458,0.0092964805662632,-0.00330238393507898,-0.999951422214508,0.00929015781730413,-0.00163799454458058,-0.999959111213684,0.00889233965426683,-0.00393994897603989,-0.999970734119415,0.00655915774405003,-0.00393994897603989,-0.999970734119415,0.00655915774405003,-0.00163799454458058,-0.999959111213684,0.00889233965426683,-0.00521059287711978,-0.999954879283905,-0.00794400554150343,-0.322961390018463,-0.0348858460783958,-0.945769011974335,-0.322961360216141,-0.0348858460783958,-0.945769011974335,-0.322961360216141,-0.0348858460783958,-0.945769011974335,-0.0212341621518135,-0.99976509809494,0.00435085082426667,-0.0308760181069374,-0.999469339847565,0.0103786680847406,-0.0799204409122467,-0.996749877929688,0.0101235453039408,-0.0010436347220093,-0.999958992004395,0.00899593345820904,-0.0212341621518135,-0.99976509809494,0.00435085082426667,-0.0010436347220093,-0.999958992004395,0.00899593345820904,-0.0410835146903992,-0.999154508113861,-0.0015605220105499,-0.140303060412407,-0.990107476711273,-0.00148464925587177,0.0978749245405197,0.995198130607605,-0.00112691114190966,0.0480358339846134,0.998843014240265,-0.00229085446335375,0.068041019141674,0.997680306434631,-0.00210952037014067,0.0737370923161507,0.99727475643158,-0.00243935058824718,0.068041019141674,0.997680306434631,-0.00210952037014067,0.0480358339846134,0.998843014240265,-0.00229085446335375,0.0399724245071411,0.999198079109192,-0.002333405893296,0.0137107660993934,0.999904930591583,-0.00145726464688778,0.0399724245071411,0.999198079109192,-0.002333405893296,0.0480358339846134,0.998843014240265,-0.00229085446335375,0.0021987990476191,-0.0912311226129532,-0.995827317237854,0.00262963585555553,-0.102000139653683,-0.994780898094177,0.00360718462616205,-0.0884855911135674,-0.996070981025696,0.00383445783518255,-0.0965598598122597,-0.995319902896881,0.00748691381886601,-0.159626290202141,-0.987149178981781,0.00383445783518255,-0.0965598598122597,-0.995319902896881,0.00360718462616205,-0.0884855911135674,-0.996070981025696,
  427. 0.00648975465446711,-0.134186521172524,-0.9909348487854,0.00648975465446711,-0.134186521172524,-0.9909348487854,0.0151322893798351,-0.192750692367554,-0.981131136417389,0.00748691381886601,-0.159626290202141,-0.987149178981781,0.0817648470401764,-0.346297770738602,-0.934554636478424,0.0817648470401764,-0.346297800540924,-0.934554696083069,0.0817648395895958,-0.346297800540924,-0.934554636478424,-0.119279839098454,0.681033790111542,0.72247177362442,-0.119279876351357,0.681033849716187,0.722471654415131,-0.119279861450195,0.681033790111542,0.722471714019775,-0.0143196536228061,0.17646960914135,0.984201967716217,-0.00881098303943872,0.176463320851326,0.984267830848694,-0.0028579062782228,0.0726579874753952,0.997352838516235,-0.0174616668373346,0.0310336090624332,0.999365866184235,0.0390034802258015,0.0264316163957119,-0.99888950586319,0.0434907898306847,-0.0269323606044054,-0.998690724372864,0.0427665710449219,-0.00771864643320441,-0.99905526638031,0.0395222529768944,0.0304150134325027,-0.998755753040314,0.0390034802258015,0.0264316163957119,-0.99888950586319,0.0395222529768944,0.0304150134325027,-0.998755753040314,0.0363511852920055,0.0512770600616932,-0.998022735118866,0.0362773761153221,0.0522610321640968,-0.997974336147308,0.0363511852920055,0.0512770600616932,-0.998022735118866,0.0375588648021221,0.0326909944415092,-0.998759567737579,0.0362773761153221,0.0522610321640968,-0.997974336147308,-0.622108459472656,-0.273916363716125,-0.733451366424561,-0.622108459472656,-0.273916333913803,-0.733451366424561,-0.622108519077301,-0.273916393518448,-0.733451366424561,0.0646413639187813,-0.0372425653040409,-0.997213363647461,0.0456124842166901,-0.0042277411557734,-0.998950362205505,0.0902150720357895,0.0242034737020731,-0.995628178119659,0.171004757285118,0.0475497730076313,-0.984122157096863,0.0902150720357895,0.0242034737020731,-0.995628178119659,0.0456124842166901,-0.0042277411557734,-0.998950362205505,0.0803065747022629,0.0458886288106442,-0.995713353157043,0.0456124842166901,-0.0042277411557734,-0.998950362205505,0.0358494445681572,0.0678955540060997,-0.997048199176788,
  428. 0.0803065747022629,0.0458886288106442,-0.995713353157043,0.453493684530258,-0.259242653846741,-0.852723121643066,0.453493654727936,-0.259242683649063,-0.852723121643066,0.453493714332581,-0.259242653846741,-0.852723121643066,0.000165218312758952,-0.00321830785833299,0.999994874000549,0.00576694775372744,-0.00318006076849997,0.999978363513947,0.0100441742688417,-0.00319544365629554,0.999944448471069,0.0121832359582186,-0.00322610884904861,0.999920666217804,0.0121832359582186,-0.00322610884904861,0.999920666217804,0.0100441742688417,-0.00319544365629554,0.999944448471069,0.0298012215644121,-0.00344967213459313,0.999549984931946,0.0311959274113178,-0.999495148658752,0.00603741919621825,0.0318520702421665,-0.999491035938263,-0.00182457256596535,0.0388154536485672,-0.999245882034302,-0.00106479204259813,0.00983070582151413,-0.999935507774353,0.00570331001654267,-0.130713105201721,0.00369918858632445,-0.991413414478302,0.00809860602021217,0.0478981137275696,-0.998819410800934,0.0285162534564734,0.0483333244919777,-0.998424112796783,-0.0580427423119545,0.00838141050189734,-0.998278915882111,-0.0235035549849272,0.00847652833908796,-0.999687850475311,0.00968450866639614,0.037657517939806,-0.999243795871735,-0.0619767792522907,0.0157018154859543,-0.997954070568085,-0.0619767792522907,0.0157018154859543,-0.997954070568085,0.00968450866639614,0.037657517939806,-0.999243795871735,0.0285162534564734,0.0483333244919777,-0.998424112796783,0.00809860602021217,0.0478981137275696,-0.998819410800934,-0.000204955780645832,0.0153344254940748,0.999882459640503,1.17100589704933e-005,-0.00305413268506527,0.999995350837708,0.00015223516675178,-0.0117049850523472,0.999931573867798,-0.000269323092652485,0.0142419338226318,0.999898552894592,0.000131362350657582,-0.0122510800138116,0.999924957752228,0.00015223516675178,-0.0117049850523472,0.999931573867798,1.17100589704933e-005,-0.00305413268506527,0.999995350837708,-0.0120704211294651,0.0282487235963345,0.999528110027313,-0.0116622410714626,-0.0217838287353516,0.99969470500946,-0.0114230001345277,-0.10213178396225,0.994705319404602,
  429. -0.0126457931473851,-0.0152556579560041,0.99980366230011,-0.0126457931473851,-0.0152556579560041,0.99980366230011,-0.018384238705039,-0.00232624216005206,0.999828338623047,-0.0120704211294651,0.0282487235963345,0.999528110027313,-0.35016456246376,0.359206974506378,0.86507523059845,-0.35016456246376,0.359206974506378,0.86507523059845,-0.350164532661438,0.359206944704056,0.86507523059845,0.0308336764574051,-0.999458968639374,-0.0114561300724745,0.0388154536485672,-0.999245882034302,-0.00106479204259813,0.0318520702421665,-0.999491035938263,-0.00182457256596535,0.0103800725191832,-0.999880254268646,-0.0114839766174555,0.0318520702421665,-0.999491035938263,-0.00182457256596535,0.0129383327439427,-0.999849557876587,-0.011550635099411,0.0103800725191832,-0.999880254268646,-0.0114839766174555,-0.0284860674291849,0.999521374702454,0.0120628112927079,-0.0178164467215538,0.999768376350403,0.012076766230166,-0.010299657471478,0.999870300292969,0.0123871732503176,-0.0163634028285742,0.999763429164886,0.014331279322505,-0.0163634028285742,0.999763429164886,0.014331279322505,-0.010299657471478,0.999870300292969,0.0123871732503176,-0.0134526798501611,0.999564230442047,0.026275834068656,-0.440991342067719,-0.0199685469269753,0.897289276123047,-0.440991342067719,-0.0199685506522655,0.897289216518402,-0.440991312265396,-0.0199685469269753,0.897289216518402,-0.0168941747397184,-0.0404246300458908,0.999039828777313,-0.0174616668373346,0.0310336090624332,0.999365866184235,-0.00255139963701367,0.00491307023912668,0.999984741210938,-0.0198174472898245,-0.0405187755823135,0.998982310295105,0.037697795778513,0.061616126447916,0.997387826442719,-0.00255139963701367,0.00491307023912668,0.999984741210938,-0.0174616668373346,0.0310336090624332,0.999365866184235,-0.0028579062782228,0.0726579874753952,0.997352838516235,-0.0538038238883018,-0.00278558861464262,-0.998547732830048,-0.0314782150089741,-0.00313435099087656,-0.999499619007111,-0.0213705077767372,-0.00328256376087666,-0.999766230583191,-0.0321859382092953,-0.00311845866963267,-0.999477088451386,
  430. -0.0213705077767372,-0.00328256376087666,-0.999766230583191,-0.0336005613207817,-0.00305877975188196,-0.999430775642395,-0.0321859382092953,-0.00311845866963267,-0.999477088451386,-0.0372028201818466,-0.999262452125549,0.00952083989977837,-0.0383794531226158,-0.99921590089798,0.00973335560411215,-0.0375292338430882,-0.999246120452881,0.00993563421070576,-0.0192145146429539,-0.999768018722534,0.00973982084542513,0.0416099913418293,-0.0230128765106201,0.998868882656097,0.0586028136312962,-0.00710329599678516,0.998256146907806,0.0528647117316723,-0.00536942249163985,0.998587310314178,0.0609529502689838,0.00922692753374577,0.998097956180573,0.0528647117316723,-0.00536942249163985,0.998587310314178,0.0586028136312962,-0.00710329599678516,0.998256146907806,0.0765665471553802,0.00479659857228398,0.99705296754837,0.0765665471553802,0.00479659857228398,0.99705296754837,0.0586028136312962,-0.00710329599678516,0.998256146907806,0.0941174849867821,-0.0107442121952772,0.995503187179565,0.110421359539032,-0.0108440741896629,0.993825733661652,-0.0245988015085459,0.000763707619626075,-0.999697089195251,-0.0236012898385525,0.00641179084777832,-0.999700903892517,-0.0238950848579407,0.0036913629155606,-0.999707698822021,-0.0232192650437355,0.0118557401001453,-0.999660134315491,-0.0232657920569181,0.00923802144825459,-0.999686658382416,-0.0238950848579407,0.0036913629155606,-0.999707698822021,-0.0236012898385525,0.00641179084777832,-0.999700903892517,-0.00500652706250548,0.0165641978383064,-0.999850273132324,-0.00489581283181906,0.023120354861021,-0.999720811843872,-0.00714201526716352,0.00618225522339344,-0.999955415725708,-0.00740912882611156,0.00965362973511219,-0.999926030635834,-0.00714201526716352,0.00618225522339344,-0.999955415725708,-0.0225575566291809,-0.0177251752465963,-0.999588429927826,-0.00740912882611156,0.00965362973511219,-0.999926030635834,0.324665814638138,0.397969782352448,-0.858028054237366,0.324665755033493,0.397969722747803,-0.858028113842011,0.324665755033493,0.397969722747803,-0.858028113842011,-0.0375292338430882,-0.999246120452881,0.00993563421070576,
  431. -0.0383794531226158,-0.99921590089798,0.00973335560411215,-0.0315687507390976,-0.999455332756042,0.00961915217339993,-0.0347753390669823,-0.99935257434845,0.00922335218638182,-0.0315687507390976,-0.999455332756042,0.00961915217339993,-0.0383794531226158,-0.99921590089798,0.00973335560411215,-0.0282828211784363,-0.999559223651886,0.00902913045138121,0.0262172408401966,0.998694598674774,-0.043837446719408,0.0321145094931126,0.998517990112305,-0.0439368560910225,0.0301604475826025,0.998627781867981,-0.0428144931793213,0.0289442110806704,0.998887717723846,-0.0372242592275143,0.0289442110806704,0.998887717723846,-0.0372242592275143,0.0301604475826025,0.998627781867981,-0.0428144931793213,0.0228417310863733,0.999713659286499,-0.00714566605165601,0.303055077791214,-0.0378131046891212,-0.952222585678101,0.303055047988892,-0.0378131009638309,-0.952222526073456,0.303055047988892,-0.0378131009638309,-0.952222526073456,-0.00541070429608226,-0.00686629163101316,0.999961793422699,-0.00687340972945094,0.00308860396035016,0.999971628189087,-0.010401907376945,0.00314026419073343,0.999940991401672,-0.000548838346730918,-0.00555655127391219,0.999984443187714,-0.011587587185204,0.0031608073040843,0.999927878379822,-0.000548838346730918,-0.00555655127391219,0.999984443187714,-0.010401907376945,0.00314026419073343,0.999940991401672,-0.030731987208128,0.00310610816814005,0.999522864818573,-0.0371288731694222,0.999286413192749,0.00694126542657614,-0.0236952919512987,0.999717831611633,-0.00169116887263954,-0.0343512482941151,0.9994096159935,-0.000705917947925627,-0.0318714007735252,0.999468445777893,0.00685658864676952,0.135254740715027,-0.0463530085980892,-0.989726006984711,-0.0072832047007978,-0.0505434051156044,-0.998695313930511,-0.0298273842781782,-0.0506693758070469,-0.998269975185394,0.0627357810735703,-0.0255927890539169,-0.997702062129974,0.0256498716771603,-0.0251214168965817,-0.999355375766754,-0.00807141419500113,-0.0389418378472328,-0.999208867549896,0.0684463605284691,-0.0297751799225807,-0.997210383415222,0.0684463605284691,-0.0297751799225807,-0.997210383415222,
  432. -0.00807141419500113,-0.0389418378472328,-0.999208867549896,-0.0298273842781782,-0.0506693758070469,-0.998269975185394,-0.0072832047007978,-0.0505434051156044,-0.998695313930511,-0.00053198536625132,0.0219030175358057,0.999760031700134,0.000171662657521665,-0.0122535191476345,0.999924957752228,-0.000319936225423589,0.0136124053969979,0.999907314777374,-0.000952013127971441,0.0444384850561619,0.999011754989624,0.000433367356890813,-0.0221963096410036,0.999753534793854,-0.00013351249799598,0.00532202795147896,0.999985873699188,-0.000952013127971441,0.0444384850561619,0.999011754989624,-0.000319936225423589,0.0136124053969979,0.999907314777374,0.0112967006862164,0.00291418214328587,0.999931991100311,0.0114693259820342,-0.0704200565814972,0.997451484203339,0.0110253766179085,0.00309424800798297,0.999934494495392,0.0118487533181906,0.0396017767488956,0.999145328998566,0.0118487533181906,0.0396017767488956,0.999145328998566,0.0179243311285973,0.00268315616995096,0.999835789203644,0.0112967006862164,0.00291418214328587,0.999931991100311,0.316179752349854,-0.356271505355835,0.87926173210144,0.316179722547531,-0.356271475553513,0.879261672496796,0.316179752349854,-0.356271535158157,0.879261612892151,-0.0214385986328125,0.999682068824768,-0.0132707171142101,-0.0343512482941151,0.9994096159935,-0.000705917947925627,-0.0236952919512987,0.999717831611633,-0.00169116887263954,-0.0117793837562203,0.999842345714569,-0.0132902814075351,-0.0236952919512987,0.999717831611633,-0.00169116887263954,-0.00924704037606716,0.999868392944336,-0.0133337313309312,-0.0117793837562203,0.999842345714569,-0.0132902814075351,0.00854622106999159,-0.999807894229889,0.0176431685686111,-0.0497748479247093,-0.998607277870178,0.0174959301948547,-0.10950842499733,-0.993832588195801,0.0174564104527235,-0.0210726503282785,-0.999624252319336,0.017532829195261,0.00759589392691851,-0.999812483787537,0.0178114920854568,0.00854622106999159,-0.999807894229889,0.0176431685686111,-0.0210726503282785,-0.999624252319336,0.017532829195261,0.00823621172457933,-0.999807476997375,0.0178097821772099,
  433. 0.426936596632004,0.0226745419204235,0.903997302055359,0.426936566829681,0.0226745400577784,0.903997242450714,0.426936626434326,0.0226745456457138,0.903997302055359,9.59988246904686e-005,-0.00370887364260852,0.999993145465851,0.00473112985491753,-0.00373693625442684,0.999981820583344,0.00826378352940083,-0.0038033805321902,0.999958693981171,0.0100299455225468,-0.00389532931149006,0.999942123889923,0.0100299455225468,-0.00389532931149006,0.999942123889923,0.00826378352940083,-0.0038033805321902,0.999958693981171,0.024595620110631,-0.00436739157885313,0.999687969684601,0.017179861664772,-0.999838531017303,0.00528838997706771,0.0177814848721027,-0.999840557575226,-0.0016637739026919,0.0244171768426895,-0.999701499938965,-0.000848721421789378,-0.00319084688089788,-0.999982357025146,0.00502453884109855,-0.10841254144907,0.00457347510382533,-0.99409544467926,0.00728188641369343,0.0564711727201939,-0.998377740383148,0.0242906417697668,0.0527451150119305,-0.998312592506409,-0.0479604005813599,0.0103087788447738,-0.998796045780182,-0.0193286873400211,0.0100243845954537,-0.999763011932373,0.00845462083816528,0.0467219091951847,-0.99887216091156,-0.0511720404028893,0.0172096751630306,-0.998541593551636,-0.0511720404028893,0.0172096751630306,-0.998541593551636,0.00845462083816528,0.0467219091951847,-0.99887216091156,0.0242906417697668,0.0527451150119305,-0.998312592506409,0.00728188641369343,0.0564711727201939,-0.998377740383148,3.10627001454122e-006,0.0119091691449285,0.999929130077362,-0.000471340375952423,-0.0880168750882149,0.99611884355545,-0.000928752473555505,-0.189877182245255,0.981807410717011,-0.000301066931569949,-0.0556073635816574,0.998452663421631,-0.000301066931569949,-0.0556073635816574,0.998452663421631,6.18081394350156e-005,0.00904333032667637,0.999959111213684,3.10627001454122e-006,0.0119091691449285,0.999929130077362,-0.0141211394220591,0.0247553996741772,0.999593794345856,-0.0144870085641742,-0.0186358522623777,0.99972140789032,-0.0156926531344652,-0.0883926451206207,0.995962142944336,-0.0155049562454224,-0.0129715800285339,0.99979567527771,
  434. -0.0155049562454224,-0.0129715800285339,0.99979567527771,-0.0223352126777172,-0.00168403936550021,0.99974912405014,-0.0141211394220591,0.0247553996741772,0.999593794345856,-0.380268067121506,0.415608406066895,0.826235949993134,-0.380268037319183,0.415608406066895,0.826236009597778,-0.380268096923828,0.415608435869217,0.826236069202423,0.0168154966086149,-0.999808967113495,-0.00997241400182247,0.0244171768426895,-0.999701499938965,-0.000848721421789378,0.0177814848721027,-0.999840557575226,-0.0016637739026919,-0.00267011066898704,-0.999946475028992,-0.0100025907158852,-0.0002307960530743,-0.999949276447296,-0.0100710224360228,-0.00267011066898704,-0.999946475028992,-0.0100025907158852,0.0177814848721027,-0.999840557575226,-0.0016637739026919,-0.0145827187225223,0.999839007854462,0.0104585345834494,-0.00441400660201907,0.999935507774353,0.0104695362970233,0.00274848169647157,0.999938786029816,0.0107267936691642,-0.00302968150936067,0.999918043613434,0.0124383550137281,-0.00302968150936067,0.999918043613434,0.0124383550137281,0.00274848169647157,0.999938786029816,0.0107267936691642,-0.000259504886344075,0.999739289283752,0.0228356067091227,-0.510453283786774,-0.0230256095528603,0.859597265720367,-0.510453224182129,-0.0230256039649248,0.859597206115723,-0.510453224182129,-0.0230256039649248,0.859597206115723,-0.00541070429608226,-0.00686629163101316,0.999961793422699,-0.000548838346730918,-0.00555655127391219,0.999984443187714,-0.00868200790137053,-0.0992121621966362,0.995028495788574,0.971533834934235,-0.00714896153658628,-0.236792877316475,0.964582324028015,-0.00391216389834881,-0.26375287771225,0.966994225978851,-0.00498448312282562,-0.25474950671196,0.96854567527771,-0.0057063945569098,-0.248770773410797,0.966994225978851,-0.00498448312282562,-0.25474950671196,0.975763857364655,-0.00924004521220922,-0.21863129734993,0.96854567527771,-0.0057063945569098,-0.248770773410797,0.0400150083005428,0.989224672317505,0.140831530094147,0.0367142409086227,0.989237487316132,0.141638234257698,0.0373994559049606,0.988984346389771,0.143217772245407,
  435. 0.0344959013164043,0.991687059402466,0.123963437974453,-0.966731131076813,0.0208019334822893,0.254947602748871,-0.932452380657196,-0.00797991640865803,0.361204981803894,-0.95683628320694,-0.00113342900294811,0.290625274181366,-0.967073261737823,-0.0116467075422406,0.254231750965118,-0.95683628320694,-0.00113342900294811,0.290625274181366,-0.932452380657196,-0.00797991640865803,0.361204981803894,-0.939471006393433,-0.0185713060200214,0.342124938964844,-0.939471006393433,-0.0185713060200214,0.342124938964844,-0.932452380657196,-0.00797991640865803,0.361204981803894,-0.905898034572601,-0.0159338135272264,0.423196047544479,-0.98637193441391,0.0138988345861435,0.163943096995354,0.957492053508759,-0.0375631861388683,-0.286003321409225,0.957208335399628,-0.0891392752528191,-0.275329619646072,0.958734333515167,-0.0648337379097939,-0.276812583208084,0.958734333515167,-0.0648337379097939,-0.276812583208084,0.957208335399628,-0.0891392752528191,-0.275329619646072,0.960002660751343,-0.0787278786301613,-0.268694877624512,0.964478373527527,-0.0179172996431589,-0.263553470373154,0.958646416664124,0.0371827706694603,-0.282160550355911,0.956176102161407,-0.0299265291541815,-0.291258752346039,0.956101953983307,-0.0311088263988495,-0.291378200054169,0.957914769649506,0.0709799453616142,-0.278138935565948,0.957914769649506,0.0709799453616142,-0.278138935565948,0.950575768947601,0.173148706555367,-0.257731229066849,0.958646416664124,0.0371827706694603,-0.282160550355911,0.651910245418549,-0.349360764026642,-0.673023164272308,0.651910245418549,-0.349360764026642,-0.673023164272308,0.651910245418549,-0.349360734224319,-0.673023164272308,0.0322168134152889,0.989108443260193,0.143619865179062,0.0373994559049606,0.988984346389771,0.143217772245407,0.0367142409086227,0.989237487316132,0.141638234257698,0.0307136178016663,0.990067601203918,0.137196853756905,0.0367142409086227,0.989237487316132,0.141638234257698,0.0266744494438171,0.992419302463531,0.119968466460705,0.0307136178016663,0.990067601203918,0.137196853756905,-0.0420255176723003,-0.99111008644104,-0.126232743263245,
  436. -0.0392244458198547,-0.992384910583496,-0.116763293743134,-0.0378394089639187,-0.992976307868958,-0.112099595367908,-0.0392101667821407,-0.992378652095795,-0.116821132600307,-0.0392101667821407,-0.992378652095795,-0.116821132600307,-0.0378394089639187,-0.992976307868958,-0.112099595367908,-0.0390762276947498,-0.992366671562195,-0.116967998445034,0.734754085540771,0.0547094866633415,-0.676123797893524,0.734754085540771,0.0547094903886318,-0.676123797893524,0.734754085540771,0.054709505289793,-0.676123857498169,0.0763376653194427,-0.0458628870546818,0.996026694774628,0.0802350491285324,-0.0467036515474319,0.995681285858154,0.0517042018473148,-0.0465884320437908,0.997575223445892,0.0681276023387909,-0.0462154671549797,0.996605694293976,0.0763376653194427,-0.0458628870546818,0.996026694774628,0.0681276023387909,-0.0462154671549797,0.996605694293976,0.0438979975879192,-0.0428952798247337,0.998114764690399,-0.0448474250733852,0.998946130275726,0.00977274682372808,-0.0261174160987139,0.999605178833008,0.0103674260899425,-0.0354377292096615,0.999333322048187,0.00878329668194056,-0.038344569504261,0.999223470687866,0.00906295515596867,0.00606864085420966,-0.0196898505091667,-0.999787747859955,0.0336954593658447,-0.0148853892460465,-0.999321281909943,0.0727263689041138,-0.0149915162473917,-0.997239291667938,-0.0848126336932182,0.0184660851955414,-0.996225833892822,-0.0766557306051254,0.0182675421237946,-0.996890366077423,-0.018979225307703,0.000555889215320349,-0.999819695949554,-0.0686963498592377,0.0128836911171675,-0.997554481029511,-0.0686963498592377,0.0128836911171675,-0.997554481029511,-0.018979225307703,0.000555889215320349,-0.999819695949554,0.0727263689041138,-0.0149915162473917,-0.997239291667938,0.0336954593658447,-0.0148853892460465,-0.999321281909943,0.102901607751846,-0.0462752878665924,0.993614554405212,0.102845057845116,-0.0594783276319504,0.992917537689209,0.102764517068863,-0.0763616636395454,0.991770386695862,0.102872595191002,-0.0563097968697548,0.993099391460419,0.102872595191002,-0.0563097968697548,0.993099391460419,
  437. 0.102932922542095,-0.04997194185853,0.993432283401489,0.102901607751846,-0.0462752878665924,0.993614554405212,0.121018752455711,-0.0567516498267651,0.991026639938354,0.121060580015183,-0.0458409786224365,0.991586148738861,0.118118390440941,-0.0723625645041466,0.990359425544739,0.118999108672142,-0.0671687051653862,0.990619838237762,0.118118390440941,-0.0723625645041466,0.990359425544739,0.0980436503887177,-0.109078392386436,0.98918628692627,0.118999108672142,-0.0671687051653862,0.990619838237762,0.538571357727051,-0.440151929855347,0.718475639820099,0.538571357727051,-0.440151929855347,0.718475639820099,0.538571357727051,-0.440152049064636,0.718475639820099,-0.0296571776270866,0.99952507019043,0.00838391296565533,-0.0354377292096615,0.999333322048187,0.00878329668194056,-0.0261174160987139,0.999605178833008,0.0103674260899425,-0.0186251867562532,0.999735891819,0.0134623628109694,-0.0261174160987139,0.999605178833008,0.0103674260899425,-0.00370546244084835,0.999493062496185,0.0316216833889484,-0.0186251867562532,0.999735891819,0.0134623628109694,0.0058118961751461,-0.99992424249649,-0.0108579965308309,0.00481081753969193,-0.999930560588837,-0.0107565578073263,0.00395579217001796,-0.999926865100861,-0.0114256115630269,0.00421218806877732,-0.999882102012634,-0.0147668402642012,0.00421218806877732,-0.999882102012634,-0.0147668402642012,0.00395579217001796,-0.999926865100861,-0.0114256115630269,0.00164946401491761,-0.999354183673859,-0.0358963049948215,0.395676970481873,-0.0266584027558565,0.918002724647522,0.395676970481873,-0.0266584064811468,0.918002724647522,0.395677030086517,-0.0266584008932114,0.918002724647522,0.19697080552578,0.287889301776886,0.937188506126404,0.152331858873367,0.12119122594595,0.980870962142944,0.145721852779388,-0.011466808617115,0.989259243011475,0.134946703910828,-0.00559925707057118,0.990837097167969,0.145721852779388,-0.011466808617115,0.989259243011475,0.152331858873367,0.12119122594595,0.980870962142944,0.132075995206833,0.111289910972118,0.984972357749939,0.0695220902562141,0.997360229492188,-0.0209604855626822,
  438. 0.114292375743389,0.993008255958557,-0.0295267179608345,0.0691996961832047,0.997365057468414,-0.0217803884297609,0.0609565638005733,0.997951328754425,-0.0194309949874878,-0.124549232423306,0.00786443147808313,-0.992182374000549,-0.142877995967865,-0.0141716916114092,-0.989638864994049,-0.155541345477104,-0.00571132451295853,-0.987812936306,-0.153513014316559,-0.0247167535126209,-0.987837433815002,-0.155541345477104,-0.00571132451295853,-0.987812936306,-0.142877995967865,-0.0141716916114092,-0.989638864994049,-0.109369896352291,-0.0281801503151655,-0.993601620197296,-0.109369896352291,-0.0281801503151655,-0.993601620197296,-0.142877995967865,-0.0141716916114092,-0.989638864994049,-0.103520825505257,-0.025237025693059,-0.994307041168213,-0.067093625664711,-0.0284474529325962,-0.99734103679657,0.149009138345718,-0.0218494292348623,0.98859441280365,0.148471146821976,-0.0273334719240665,0.988538980484009,0.14852486550808,-0.0263916086405516,0.988556504249573,0.147949710488319,-0.0322770178318024,0.988468110561371,0.147949710488319,-0.0322770178318024,0.988468110561371,0.14852486550808,-0.0263916086405516,0.988556504249573,0.150547072291374,-0.00417222594842315,0.988594114780426,0.148714885115623,-0.0231678579002619,0.988608777523041,0.149115994572639,-0.0182529557496309,0.988651216030121,0.163670897483826,-0.0152361374348402,0.986397385597229,0.165504887700081,-0.0137159712612629,0.986113607883453,0.165504887700081,-0.0137159712612629,0.986113607883453,0.163670897483826,-0.0152361374348402,0.986397385597229,0.174908891320229,-0.0126028480008245,0.984503984451294,0.17509089410305,-0.0128423329442739,0.984468519687653,0.174908891320229,-0.0126028480008245,0.984503984451294,0.169545039534569,-0.0139332180842757,0.985424041748047,0.17509089410305,-0.0128423329442739,0.984468519687653,0.566946387290955,-0.485613137483597,0.665395855903625,0.566946446895599,-0.485613226890564,0.665395855903625,0.566946446895599,-0.485613137483597,0.66539591550827,0.0664238184690475,0.997530877590179,-0.0228061266243458,0.0691996961832047,0.997365057468414,-0.0217803884297609,
  439. 0.114292375743389,0.993008255958557,-0.0295267179608345,0.110377930104733,0.993438720703125,-0.0299390107393265,0.114292375743389,0.993008255958557,-0.0295267179608345,0.192800283432007,0.980247974395752,-0.044068731367588,0.110377930104733,0.993438720703125,-0.0299390107393265,-0.0775448977947235,-0.996875762939453,0.0150221306830645,-0.0874578878283501,-0.996030867099762,0.0165416412055492,-0.0941562131047249,-0.995400190353394,0.01769426651299,-0.088527150452137,-0.99592137336731,0.0174218658357859,-0.088527150452137,-0.99592137336731,0.0174218658357859,-0.0941562131047249,-0.995400190353394,0.01769426651299,-0.0902872085571289,-0.995680510997772,0.0216470882296562,0.516231119632721,-0.0398124828934669,0.855523467063904,0.516231060028076,-0.0398124791681767,0.855523467063904,0.516231060028076,-0.0398124791681767,0.855523467063904,0.139329105615616,-0.0967456325888634,0.985508918762207,0.145964846014977,-0.0974432975053787,0.984479129314423,0.145721852779388,-0.011466808617115,0.989259243011475,0.134946703910828,-0.00559925707057118,0.990837097167969,0.101892858743668,-0.000492350314743817,-0.994795262813568,0.0979258194565773,-0.00123654981143773,-0.99519294500351,0.127239048480988,-0.0013214556965977,-0.991871237754822,0.11035243421793,-0.00084568141028285,-0.993892252445221,0.101892858743668,-0.000492350314743817,-0.994795262813568,0.11035243421793,-0.00084568141028285,-0.993892252445221,0.135158583521843,0.00209231022745371,-0.990821778774261,0.0465567335486412,0.998070955276489,0.0410735681653023,0.0287773497402668,0.998895764350891,0.0371363423764706,0.0373943001031876,0.998483061790466,0.0404142178595066,0.040209524333477,0.998364269733429,0.0406469292938709,-0.186331152915955,-0.0605841390788555,0.980617344379425,-0.214145436882973,-0.0558181330561638,0.975205719470978,-0.253278851509094,-0.0553946904838085,0.965806007385254,-0.0933572351932526,-0.0254354160279036,0.995307743549347,-0.101765029132366,-0.0255826450884342,0.994479477405548,-0.160800337791443,-0.0415486991405487,0.986112058162689,-0.109988249838352,-0.0307768546044827,0.993456304073334,
  440. -0.109988249838352,-0.0307768546044827,0.993456304073334,-0.160800337791443,-0.0415486991405487,0.986112058162689,-0.253278851509094,-0.0553946904838085,0.965806007385254,-0.214145436882973,-0.0558181330561638,0.975205719470978,0.0747046694159508,-0.00620292173698545,-0.997186481952667,0.0745982602238655,-0.0202095005661249,-0.997008919715881,0.074425645172596,-0.0381248891353607,-0.996497571468353,0.0746134594082832,-0.0168454889208078,-0.997070252895355,0.0746134594082832,-0.0168454889208078,-0.997070252895355,0.0746358931064606,-0.0101179350167513,-0.997159600257874,0.0747046694159508,-0.00620292173698545,-0.997186481952667,0.0570016279816628,-0.0172507632523775,-0.998225092887878,0.0570881403982639,-0.00566769018769264,-0.998353064060211,0.0594720356166363,-0.0337932929396629,-0.997657895088196,0.0588766671717167,-0.0282863844186068,-0.997864484786987,0.0594720356166363,-0.0337932929396629,-0.997657895088196,0.0788295939564705,-0.07290168851614,-0.99421900510788,0.0588766671717167,-0.0282863844186068,-0.997864484786987,-0.383178949356079,-0.401383757591248,-0.831904530525208,-0.383178919553757,-0.401383727788925,-0.831904411315918,-0.383178949356079,-0.401383757591248,-0.831904470920563,0.0318064019083977,0.998701453208923,0.0397963747382164,0.0373943001031876,0.998483061790466,0.0404142178595066,0.0287773497402668,0.998895764350891,0.0371363423764706,0.0222118366509676,0.999230146408081,0.0323403961956501,0.0287773497402668,0.998895764350891,0.0371363423764706,0.0113059366121888,0.999877691268921,0.0108096413314343,0.0222118366509676,0.999230146408081,0.0323403961956501,-0.00943876337260008,-0.999415457248688,-0.0328571349382401,-0.00846762210130692,-0.999426662921906,-0.032782569527626,-0.00776966381818056,-0.999459207057953,-0.0319538228213787,-0.00861415173858404,-0.999557912349701,-0.0284579787403345,-0.00861415173858404,-0.999557912349701,-0.0284579787403345,-0.00776966381818056,-0.999459207057953,-0.0319538228213787,-0.00993470009416342,-0.999932944774628,-0.00595622602850199,-0.218660101294518,0.0126028871163726,-0.975719749927521,
  441. -0.218660086393356,0.01260288618505,-0.975719690322876,-0.218660086393356,0.0126028852537274,-0.975719749927521,0.00674312794581056,0.999794483184814,0.0191208980977535,-0.00401744898408651,0.9999760389328,0.0056354277767241,-0.00514253089204431,0.999859809875488,0.0159346573054791,0.0042187855578959,0.999808371067047,0.0191191900521517,-0.92972069978714,-0.276262551546097,0.243512779474258,-0.841447174549103,-0.293662458658218,0.453573703765869,-0.488095104694366,-0.691675841808319,0.532304227352142,-0.591880321502686,-0.724106669425964,0.354044169187546,-0.841447174549103,-0.293662458658218,0.453573703765869,-0.92972069978714,-0.276262551546097,0.243512779474258,-0.995181322097778,-0.0777017623186111,0.0598037280142307,0.0365517288446426,0.998614430427551,0.037860281765461,0.0711489468812943,0.99674928188324,0.0378011949360371,0.124748393893242,0.991474866867065,0.0376248732209206,0.0364872328937054,0.998616874217987,0.0378576964139938,0.0365517288446426,0.998614430427551,0.037860281765461,0.0364872328937054,0.998616874217987,0.0378576964139938,0.0461810417473316,0.998215615749359,0.037853367626667,0.124940820038319,0.991450250148773,0.0376330018043518,-0.0752743780612946,-0.997041046619415,0.01558792963624,-0.0749179646372795,-0.99706768989563,0.0155987394973636,-0.0751806497573853,-0.997048020362854,0.0155951892957091,-0.0754023790359497,-0.997031450271606,0.0155866099521518,-0.0752743780612946,-0.997041046619415,0.01558792963624,-0.0754023790359497,-0.997031450271606,0.0155866099521518,-0.0753680467605591,-0.997034132480621,0.0155750075355172,-0.0753747522830963,-0.997033655643463,0.0155749181285501,-0.000713029061444104,0.151271715760231,-0.988492012023926,-0.000992548186331987,0.172144919633865,-0.985071182250977,-0.000888358568772674,0.16119596362114,-0.986922085285187,-0.000922963372431695,0.164586201310158,-0.986362278461456,-0.000888358568772674,0.16119596362114,-0.986922085285187,-0.000992548186331987,0.172144919633865,-0.985071182250977,-0.000877045677043498,0.161322668194771,-0.98690128326416,-0.000546707713510841,0.128489688038826,-0.991710662841797,
  442. -0.000922963372431695,0.164586201310158,-0.986362278461456,-0.000877045677043498,0.161322668194771,-0.98690128326416,-0.0436730831861496,0.453916519880295,-0.889973342418671,-0.0436730943620205,0.453916549682617,-0.889973402023315,-0.0436730943620205,0.453916549682617,-0.889973402023315,0.147922039031982,-0.72092616558075,0.677041053771973,0.147922039031982,-0.720926225185394,0.677041053771973,0.147922039031982,-0.72092616558075,0.677040994167328,0.0285937916487455,0.00702811358496547,0.999566495418549,0.0222351178526878,0.0070571405813098,0.9997279047966,-0.0147039638832211,0.00693063018843532,0.999867916107178,0.0151276383548975,0.00700459303334355,0.999861121177673,-0.0299910251051188,0.00663564633578062,0.999528169631958,0.0151276383548975,0.00700459303334355,0.999861121177673,-0.0147039638832211,0.00693063018843532,0.999867916107178,-0.0608644187450409,0.00662668561562896,0.998124063014984,-0.0360548570752144,0.0285500772297382,-0.998941957950592,-0.0350856520235538,0.0215407963842154,-0.999152183532715,-0.0350904017686844,0.0222609341144562,-0.999136209487915,-0.035724513232708,0.0232691504061222,-0.999090731143951,-0.0364894270896912,0.0234088562428951,-0.999059855937958,-0.0360548570752144,0.0285500772297382,-0.998941957950592,-0.035724513232708,0.0232691504061222,-0.999090731143951,-0.0363420471549034,0.00567647302523255,-0.999323308467865,0.648416340351105,0.183519333600998,-0.738834857940674,0.648416340351105,0.183519333600998,-0.738834857940674,0.648416340351105,0.183519333600998,-0.738834857940674,-0.068594753742218,-0.0104158148169518,-0.997590303421021,-0.0650908052921295,-0.0104237645864487,-0.997824966907501,-0.0530223660171032,-0.00786394905298948,-0.998562395572662,-0.0639005526900291,-0.009161327034235,-0.997914254665375,-0.0486966110765934,0.0165498480200768,-0.998676538467407,-0.0639005526900291,-0.009161327034235,-0.997914254665375,-0.0530223660171032,-0.00786394905298948,-0.998562395572662,-0.0359007976949215,0.0165287312120199,-0.999218642711639,-0.488560855388641,0.323300570249558,-0.810422718524933,
  443. -0.488560855388641,0.323300540447235,-0.810422778129578,-0.488560855388641,0.323300540447235,-0.810422778129578,-0.000548485666513443,0.999999940395355,0,-0.000186372693860903,1,0,-4.26020742452238e-005,1,0,-0.000811614096164703,0.999999701976776,0,-0.000904779939446598,0.999999582767487,0,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,-0.000548485666513443,0.999999940395355,0,-0.000811614096164703,0.999999701976776,0,-0.000186372693860903,1,0,-0.000548485666513443,0.999999940395355,0,-0.000393285823520273,1,0,-0.000733714434318244,0.999999701976776,0,-0.000733714434318244,0.999999701976776,0,-0.00146741815842688,0.999998927116394,0,-0.000186372693860903,1,0,-0.0489818528294563,0.00196705455891788,-0.998797833919525,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0404885411262512,-0.00162597303278744,-0.999178767204285,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.00351725262589753,-0.00259660067968071,-0.999990463256836,-0.00787650607526302,0.0583340153098106,-0.998266041278839,0.000803284987341613,-0.00594919081777334,-0.999981999397278,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.00351725262589753,-0.00259660067968071,-0.999990463256836,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00224504852667451,-0.0223288983106613,-0.999748229980469,-0.0412987694144249,-0.0156691670417786,-0.999023973941803,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00139047659467906,-0.0337515436112881,-0.99942934513092,-0.00792653393000364,-0.119149886071682,-0.992844641208649,0.0013904768275097,-0.0337515436112881,-0.999429404735565,0.0106971655040979,0.0518973357975483,-0.998595178127289,-0.00467210169881582,0.999989092350006,-0.000281075946986675,-0.0224903635680676,0.999746978282928,-0.000281321932561696,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0451094880700111,0.998982131481171,-8.5660649347119e-005,
  444. 0.0451094880700111,0.998982131481171,-8.5660649347119e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.033485259860754,0.999438941478729,0.000739945331588387,0,1,-4.44590477854945e-006,-0,1,0,0,1,-0,-0,1,9.54130591708235e-005,-0,1,2.11936253435852e-006,0,1,-4.44590477854945e-006,0,0.999999523162842,-0.00106219085864723,0,0.999999523162842,-0.00106219085864723,0,1,-4.44590477854945e-006,-0,1,9.54130591708235e-005,-0,1,0.000246262090513483,-0,1,9.54130591708235e-005,-0,0.99999326467514,0.00366575247608125,-0,1,0.000246262090513483,-1.78855752892559e-005,1,0,9.14150223252364e-006,1,4.19021574707933e-014,-2.68294297711691e-005,1,0,-2.13635442669613e-009,1,0,-0.000299284147331491,7.66487846703967e-006,1,0.000273615325568244,-7.00748114468297e-006,1,0.000846514769364148,-2.16798398469109e-005,0.999999701976776,0.000273615325568244,-7.00748114468297e-006,1,9.14150223252364e-006,1,4.19021574707933e-014,-1.78855752892559e-005,1,0,2.26535066758515e-005,1,0,4.85304553876631e-005,1,4.38202344419172e-013,5.01432405144442e-005,1,1.57550307435667e-012,9.14150223252364e-006,1,4.19021574707933e-014,4.85304553876631e-005,1,4.38202344419172e-013,5.53707577637397e-005,1,1.73975178881236e-012,2.30014848057181e-006,0.00100249517709017,0.999999523162842,0.00108417798765004,-0.00491588423028588,0.999987363815308,2.30016303248703e-006,0.00100249517709017,0.999999523162842,-0.00107957783620805,0.00692083826288581,0.999975562095642,-0.00198980933055282,0.00229098368436098,0.999995410442352,-0.000302063825074583,0.0022906216327101,0.99999737739563,0.00138568261172622,0.00229025329463184,0.999996483325958,-0.000302063825074583,0.0022906216327101,0.99999737739563,1.10897062768345e-005,0.0013546789996326,0.999999165534973,4.62566677015275e-005,-0.00483470968902111,0.999988377094269,1.10897062768345e-005,0.00135467911604792,0.999999165534973,-2.40776789723895e-005,0.00754401553422213,0.999971628189087,-0.877935588359833,0.461927235126495,-0.125906467437744,-0.885879874229431,0.394855439662933,-0.243528231978416,
  445. -0.945275604724884,0.194231331348419,-0.262161046266556,-0.957962274551392,0.181767344474792,-0.221966460347176,-0.87398624420166,-0.437231540679932,-0.212077185511589,-0.923530161380768,-0.36016246676445,-0.131814107298851,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.907112240791321,-0.356844186782837,-0.223181188106537,-0.977729380130768,-0.0097832465544343,-0.209641799330711,-0.969256937503815,0.0872883796691895,-0.230047196149826,-0.920123994350433,0.367132812738419,-0.13632820546627,-0.957962274551392,0.181767344474792,-0.221966460347176,-0.916439712047577,-0.40016707777977,-0.00216513592749834,-0.948692679405212,-0.294062077999115,-0.116231441497803,-0.953017115592957,-0.222027838230133,-0.20606355369091,-0.953017115592957,-0.222027838230133,-0.20606355369091,-0.948692679405212,-0.294062077999115,-0.116231441497803,-0.923530161380768,-0.36016246676445,-0.131814107298851,-0.977729380130768,-0.0097832465544343,-0.209641799330711,-0.948692679405212,-0.294062077999115,-0.116231441497803,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.923530161380768,-0.36016246676445,-0.131814107298851,-0.952690243721008,0.0144727453589439,-0.303598433732986,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.948692679405212,-0.294062077999115,-0.116231441497803,-0.907112240791321,-0.356844186782837,-0.223181188106537,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.965668857097626,0.0809969902038574,-0.246826171875,-0.94524210691452,0.0811659246683121,-0.316116333007813,-0.976218283176422,-0.0109119657427073,-0.216515004634857,-0.945275604724884,0.194231331348419,-0.262161046266556,-0.971764266490936,-0.0411676131188869,-0.232334733009338,-0.877935588359833,0.461927235126495,-0.125906467437744,-0.957962274551392,0.181767344474792,-0.221966460347176,-0.920123994350433,0.367132812738419,-0.13632820546627,-0.957962274551392,0.181767344474792,-0.221966460347176,-0.945275604724884,0.194231331348419,-0.262161046266556,-0.976218283176422,-0.0109119657427073,-0.216515004634857,-0.953017115592957,-0.222027838230133,-0.20606355369091,
  446. -0.952690243721008,0.0144727453589439,-0.303598433732986,-0.978904485702515,0.0013403482735157,-0.20431412756443,-0.961618423461914,0.0614698641002178,-0.267416417598724,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.877935588359833,0.461927235126495,-0.125906467437744,-0.780462682247162,0.622025310993195,0.0629499480128288,-0.885879874229431,0.394855439662933,-0.243528231978416,-0.885879874229431,0.394855439662933,-0.243528231978416,-0.780462682247162,0.622025310993195,0.0629499480128288,-0.910687327384949,0.220862507820129,-0.349096745252609,-0.00376188382506371,0.996208429336548,0.0869186595082283,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00171590957324952,0.999998509883881,-1.64128537150088e-011,0.000179377471795306,1,7.65289134146974e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,0.000239490254898556,1,6.78824130153494e-014,-0.000167505204444751,1,3.06412534234468e-012,0.000239490254898556,1,6.78824130153494e-014,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.000218995759496465,-0,1,0,0,1,-0.000207399280043319,-0,1,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0,0,1,0,0,1,-0.000391605630284175,-0,0.999999940395355,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0.000239490254898556,1,6.78824130153494e-014,-0.000109146909380797,1,0,0.000179377471795306,1,7.65289134146974e-012,-0.957962274551392,0.181767344474792,-0.221966460347176,-0.953017115592957,-0.222027838230133,-0.20606355369091,-0.977729380130768,-0.0097832465544343,-0.209641799330711,-0.923530161380768,-0.36016246676445,-0.131814107298851,-0.87398624420166,-0.437231540679932,-0.212077185511589,-0.969256937503815,0.0872883796691895,-0.230047196149826,-0.977729380130768,-0.0097832465544343,-0.209641799330711,
  447. 0.0124872680753469,0.0035883083473891,-0.999915659427643,-0.00692278798669577,0.00355516700074077,-0.999969780445099,0.0124872680753469,0.00358830788172781,-0.999915659427643,0.0318926200270653,0.00362009694799781,-0.999484837055206,0.0250900983810425,0.99968296289444,0.00212343106977642,0.0236270651221275,0.999715387821198,0.00330804428085685,0.0253880694508553,0.99967223405838,0.00329916272312403,0.0251585356891155,0.999682188034058,-0.00161021947860718,0.0272518321871758,0.995936036109924,-0.0858418792486191,0.0250900983810425,0.99968296289444,0.00212343106977642,0.0251585356891155,0.999682188034058,-0.00161021947860718,-0.082155667245388,-0.0494343489408493,0.995392739772797,-0.0698083639144897,-0.0415706411004066,0.996693968772888,-0.0641309022903442,-0.04279924929142,0.997023344039917,-0.0308553818613291,-0.0220349878072739,0.999280989170074,-0.0417407229542732,-0.0325621925294399,0.998597741127014,-0.0470556654036045,-0.0299656353890896,0.998442709445953,-0.0470556654036045,-0.0299656353890896,0.998442709445953,-0.0417407229542732,-0.0325621925294399,0.998597741127014,-0.0641309022903442,-0.04279924929142,0.997023344039917,-0.0698083639144897,-0.0415706411004066,0.996693968772888,-2.3992655769689e-005,-0.0113093610852957,-0.999936103820801,-0.000184427888598293,-0.026909489184618,-0.999637961387634,-0.000139877694891766,-0.0181161109358072,-0.999835908412933,-0.000161841671797447,-0.000527019379660487,-0.999999940395355,-0.000139877694891766,-0.0181161109358072,-0.999835908412933,-0.000184427888598293,-0.026909489184618,-0.999637961387634,-0.000208005687454715,-0.021519847214222,-0.999768435955048,-0.000126248225569725,-0.0468256026506424,-0.998903155326843,-0.0129334665834904,-0.0457539930939674,-0.998869061470032,-0.00950322952121496,-0.0372315719723701,-0.999261558055878,-0.00950322952121496,-0.0372315719723701,-0.999261558055878,-0.0129334665834904,-0.0457539930939674,-0.998869061470032,-0.0189019273966551,-0.0325412563979626,-0.999291718006134,-0.0190923176705837,-0.0202285032719374,-0.999613046646118,
  448. -0.3043352663517,-0.38912832736969,-0.86945915222168,-0.3043352663517,-0.389128357172012,-0.86945915222168,-0.304335236549377,-0.389128297567368,-0.86945915222168,-0.00886300671845675,-0.999912977218628,0.00977440271526575,-0.00342615111730993,-0.999946475028992,0.00976724177598953,-0.00169868080411106,-0.999954998493195,0.00933202542364597,-0.0040884530171752,-0.999967694282532,0.00692125456407666,-0.0040884530171752,-0.999967694282532,0.00692125456407666,-0.00169868080411106,-0.999954998493195,0.00933202542364597,-0.00540796387940645,-0.999950468540192,-0.00835171341896057,-0.299061328172684,-0.0418750494718552,-0.953314661979675,-0.299061328172684,-0.0418750457465649,-0.953314661979675,-0.299061298370361,-0.0418750569224358,-0.95331472158432,-0.00535899354144931,-0.0078277662396431,0.999954998493195,-0.0068757152184844,0.0033905825112015,0.999970614910126,-0.0104301897808909,0.00342343305237591,0.999939739704132,-0.000528453208971769,-0.00622238218784332,0.999980568885803,-0.0116485953330994,0.00343852676451206,0.999926328659058,-0.000528453208971769,-0.00622238218784332,0.999980568885803,-0.0104301897808909,0.00342343305237591,0.999939739704132,-0.0307624414563179,0.00315027870237827,0.999521791934967,-0.0534220784902573,0.998550474643707,0.00655832607299089,-0.0396072342991829,0.999214649200439,-0.00124064018018544,-0.0502405799925327,0.998737156391144,-0.000369331683032215,-0.0473837219178677,0.998855829238892,0.00646137585863471,0.134637102484703,-0.0140654314309359,-0.990795135498047,-0.00570201175287366,-0.0342258103191853,-0.999397873878479,-0.0277608036994934,-0.0350429154932499,-0.999000191688538,0.0623536668717861,0.00631304318085313,-0.998034179210663,0.0256798975169659,0.00621768785640597,-0.999650955200195,-0.00715500256046653,-0.0180433373898268,-0.99981164932251,0.0679396837949753,-0.000464721524622291,-0.997689366340637,0.0679396837949753,-0.000464721524622291,-0.997689366340637,-0.00715500256046653,-0.0180433373898268,-0.99981164932251,-0.0277608036994934,-0.0350429154932499,-0.999000191688538,
  449. -0.00570201175287366,-0.0342258103191853,-0.999397873878479,-0.000432728236773983,0.00908284075558186,0.999958634376526,3.52652023138944e-005,-0.0172476582229137,0.99985134601593,-0.000620067294221371,0.0228062905371189,0.999739706516266,-0.000638944271486253,0.024927319958806,0.999689042568207,-0.000638944271486253,0.024927319958806,0.999689042568207,-0.000620067294221371,0.0228062905371189,0.999739706516266,-0.000346783752320334,0.0196868907660246,0.999806106090546,0.000205366930458695,-0.0108771780505776,0.999940812587738,-0.0127741685137153,-0.0632078275084496,0.997918665409088,0.002810622099787,0.00120395806152374,0.999995350837708,-0.000453046435723081,0.00147776259109378,0.999998807907104,-0.000453046435723081,0.00147776259109378,0.999998807907104,0.002810622099787,0.00120395806152374,0.999995350837708,0.0127565553411841,0.0335197784006596,0.999356687068939,0.0122011126950383,0.00173635361716151,0.999924123287201,0.345376670360565,-0.361098229885101,0.866211950778961,0.345376640558243,-0.361098170280457,0.866211950778961,0.345376640558243,-0.361098170280457,0.866211950778961,-0.0569528229534626,0.998305320739746,-0.0119550814852118,-0.0502405799925327,0.998737156391144,-0.000369331683032215,-0.0396072342991829,0.999214649200439,-0.00124064018018544,-0.0386909060180187,0.999179899692535,-0.0119464648887515,-0.0396072342991829,0.999214649200439,-0.00124064018018544,-0.0221601016819477,0.999683439731598,-0.0119117060676217,-0.0386909060180187,0.999179899692535,-0.0119464648887515,0.0243361238390207,-0.999590039253235,0.0150893507525325,-0.0399651154875755,-0.99908721446991,0.0150820696726441,-0.110235579311848,-0.993791818618774,0.0150341559201479,-0.0100872842594981,-0.999835193157196,0.0150948259979486,0.0197254549711943,-0.999690890312195,0.015135208144784,0.0243361238390207,-0.999590039253235,0.0150893507525325,-0.0100872842594981,-0.999835193157196,0.0150948259979486,0.0212832037359476,-0.99965900182724,0.015131070278585,0.429977476596832,0.019765492528677,0.902623295783997,0.42997744679451,0.0197654888033867,0.902623236179352,
  450. 0.429977416992188,0.0197654906660318,0.902623236179352,-0.0295138768851757,0.00963097903877497,0.999517977237701,-0.00889213662594557,0.00985933840274811,0.999911844730377,-0.0220572557300329,0.00596488220617175,0.999738931655884,-0.0223495755344629,0.0079549727961421,0.99971866607666,-0.0223495755344629,0.0079549727961421,0.99971866607666,-0.0220572557300329,0.00596488220617175,0.999738931655884,-0.00843954272568226,0.00406784936785698,0.999956130981445,-0.00966939702630043,0.0040600742213428,0.999944984912872,0.000303476699627936,0.00255906651727855,-0.999996721744537,0.000300003099255264,0.0029999976977706,-0.999995529651642,-1.2642941555896e-006,0.00192014686763287,-0.999998152256012,8.61667067511007e-005,0.00279222289100289,-0.99999612569809,8.61667067511007e-005,0.00279222289100289,-0.99999612569809,-1.2642941555896e-006,0.00192014686763287,-0.999998152256012,-0.000922578736208379,-6.5413951233495e-005,-0.999999642372131,-0.000932626018766314,0.0011531236814335,-0.999998986721039,0.000514643383212388,-0.0247394908219576,-0.999693870544434,0.000984277226962149,-0.0289295110851526,-0.999581038951874,0.00100675295107067,-0.0311431270092726,-0.999514400959015,0.000795562984421849,-0.0159226898103952,-0.999872982501984,0.0010330630466342,-0.0259924605488777,-0.99966162443161,0.000865962821990252,-0.0202125404030085,-0.999795377254486,0.000984277226962149,-0.0289295110851526,-0.999581038951874,0.000865962821990252,-0.0202125404030085,-0.999795377254486,0.0010330630466342,-0.0259924605488777,-0.99966162443161,0.00100675295107067,-0.0311431270092726,-0.999514400959015,0.0114094084128737,0.00492534879595041,-0.999922871589661,0.0110614337027073,0.0109191425144672,-0.999879240989685,0.000765153381507844,0.0202589184045792,-0.999794542789459,0.00430583162233233,0.00755181536078453,-0.999962210655212,0.000765153381507844,0.0202589184045792,-0.999794542789459,0.0110614337027073,0.0109191425144672,-0.999879240989685,0.0308264493942261,0.0100656328722835,-0.999474108219147,0.00929564516991377,0.00966571178287268,-0.999910116195679,
  451. 0.0202437564730644,0.999776065349579,0.00617863796651363,0.0218313820660114,0.999743282794952,0.00606658728793263,0.0691534504294395,0.997588217258453,0.00596192991361022,0.0099287461489439,0.999931752681732,0.00615826481953263,0.0202437564730644,0.999776065349579,0.00617863796651363,0.0099287461489439,0.999931752681732,0.00615826481953263,0.0431567430496216,0.999049365520477,0.00615896005183458,0.100027367472649,0.994966387748718,0.00604040641337633,0.0142824798822403,-0.999880611896515,0.00590237230062485,0.0209071915596724,-0.999763667583466,0.00596175203099847,0.0143769811838865,-0.999878883361816,0.00596214132383466,0.0228698905557394,-0.999720871448517,0.00594398705288768,0.0142824798822403,-0.999880611896515,0.00590237230062485,0.0228698905557394,-0.999720871448517,0.00594398705288768,-0.0317382849752903,-0.999478340148926,0.00597849115729332,-0.0665506199002266,-0.997765004634857,0.0060010589659214,-0.0317382849752903,-0.999478340148926,0.00597849115729332,-0.123363219201565,-0.992338299751282,0.00680868979543447,-0.0665506199002266,-0.997765004634857,0.0060010589659214,0.61221170425415,-0.4484783411026,-0.651202082633972,0.61221170425415,-0.448478311300278,-0.651202023029327,0.61221170425415,-0.4484783411026,-0.651202082633972,-0.388798445463181,0.287234425544739,-0.875404000282288,-0.388798505067825,0.287234425544739,-0.875404059886932,-0.388798505067825,0.287234425544739,-0.875404059886932,-0.127954423427582,0.617989242076874,0.775704264640808,-0.127954423427582,0.617989301681519,0.775704205036163,-0.127954423427582,0.617989182472229,0.775704145431519,0.0114094084128737,0.00492534879595041,-0.999922871589661,0.00430583162233233,0.00755181536078453,-0.999962210655212,-0.00849767867475748,-0.153701990842819,-0.98808079957962,0.00430583162233233,0.00755181536078453,-0.999962210655212,0.000765153381507844,0.0202589184045792,-0.999794542789459,0.00339853530749679,0.10514260083437,-0.994451403617859,-0.00535899354144931,-0.0078277662396431,0.999954998493195,-0.000528453208971769,-0.00622238218784332,0.999980568885803,
  452. -0.0103053981438279,-0.111181043088436,0.993746817111969,0.0280091743916273,0.0338148102164268,-0.999035596847534,0.00836663227528334,0.0339073315262794,-0.999389946460724,0.0208997502923012,0.0304289050400257,-0.999318480491638,0.0211739558726549,0.032352227717638,-0.999252319335938,0.0211739558726549,0.032352227717638,-0.999252319335938,0.0208997502923012,0.0304289050400257,-0.999318480491638,0.00793655030429363,0.0287421867251396,-0.99955540895462,0.00916688982397318,0.0287416446954012,-0.999544858932495,0,-0.0343201570212841,0.99941086769104,0,-0.0339989326894283,0.999421834945679,2.36465091951743e-009,-0.0349620953202248,0.999388635158539,1.31753319365657e-009,-0.03424471616745,0.999413549900055,1.31753319365657e-009,-0.03424471616745,0.999413549900055,2.36465091951743e-009,-0.0349620953202248,0.999388635158539,6.98190394388121e-009,-0.0364722348749638,0.999334692955017,6.81575018646186e-009,-0.0356042720377445,0.999366044998169,-0.000703382771462202,-0.0615891106426716,0.998101353645325,-0.00151078298222274,-0.0571541376411915,0.998364269733429,-0.00115229818038642,-0.0723181068897247,0.997380971908569,-0.00219171890057623,-0.0525625161826611,0.998615205287933,-0.00224111252464354,-0.0543826706707478,0.998517632484436,-0.00170119921676815,-0.0705227628350258,0.997508704662323,-0.00151078298222274,-0.0571541376411915,0.998364269733429,-0.00190415792167187,-0.0970712900161743,0.995275676250458,-0.00115229818038642,-0.0723181068897247,0.997380971908569,-0.00151078298222274,-0.0571541376411915,0.998364269733429,-0.00170119921676815,-0.0705227628350258,0.997508704662323,-0.00588558474555612,0.000156217138282955,0.99998265504837,0.00920438207685947,0.0329277329146862,0.999415397644043,0.00241603958420455,0.032858818769455,0.999457120895386,-0.0074451076798141,0.00135746016167104,0.999971389770508,-0.00504307029768825,0.999535202980042,0.0300683919340372,0.00181115453597158,0.999538838863373,0.0303115844726563,-0.000829012657050043,0.999535918235779,0.0304522514343262,-0.000829012657050043,0.999535918235779,0.0304522514343262,
  453. 0.00181115453597158,0.999538838863373,0.0303115844726563,0.00709225004538894,0.999508738517761,0.0305305700749159,0.00523841381072998,0.999520003795624,0.0305338837206364,-0.00154377496801317,-0.999081552028656,-0.0428214073181152,0.0100237838923931,-0.998987078666687,-0.0438692793250084,0.0144150955602527,-0.99890011548996,-0.0446184463799,0.0144150955602527,-0.99890011548996,-0.0446184463799,0.0100237838923931,-0.998987078666687,-0.0438692793250084,0.0104884123429656,-0.998950719833374,-0.0445824563503265,0.00493713282048702,-0.999039649963379,-0.0435365810990334,-0.0133258197456598,-0.999019622802734,-0.0422175787389278,0.00493713282048702,-0.999039649963379,-0.0435365810990334,0.0104884123429656,-0.998950719833374,-0.0445824563503265,-0.566102206707001,-0.521491050720215,0.638416409492493,-0.566102206707001,-0.521491050720215,0.638416349887848,-0.566102206707001,-0.52149099111557,0.638416349887848,0.36236035823822,0.285178005695343,0.887337923049927,0.36236035823822,0.285177946090698,0.887337863445282,0.362360328435898,0.285177975893021,0.887337923049927,0.171126842498779,0.613098561763763,-0.771249532699585,0.17112685739994,0.613098502159119,-0.771249532699585,0.171126842498779,0.613098502159119,-0.771249532699585,-0.0258370712399483,-0.0541834868490696,0.998196721076965,-0.00588558474555612,0.000156217138282955,0.99998265504837,-0.0074451076798141,0.00135746016167104,0.999971389770508,-0.0143955880776048,-0.0546593777835369,0.998401343822479,-0.0074451076798141,0.00135746016167104,0.999971389770508,-0.0127737130969763,-0.0588281229138374,0.998186469078064,-0.0143955880776048,-0.0546593777835369,0.998401343822479,0.0412852242588997,-0.998412370681763,-0.0383187383413315,0.0803937688469887,-0.996029376983643,-0.0382400751113892,0.140865057706833,-0.989298760890961,-0.0380129665136337,0.0412159785628319,-0.998415410518646,-0.0383138619363308,0.0412852242588997,-0.998412370681763,-0.0383187383413315,0.0412159785628319,-0.998415410518646,-0.0383138619363308,0.0521514937281609,-0.997904002666473,-0.0383139103651047,
  454. 0.141071364283562,-0.989268779754639,-0.0380288660526276,-0.0851178765296936,0.99625027179718,-0.0155080379918218,-0.0847115889191628,0.996284365653992,-0.0155405271798372,-0.0850116237998009,0.996258854866028,-0.015535881742835,-0.0852708667516708,0.99623715877533,-0.0155050018802285,-0.0851178765296936,0.99625027179718,-0.0155080379918218,-0.0852708667516708,0.99623715877533,-0.0155050018802285,-0.0852237492799759,0.996242046356201,-0.0154545912519097,-0.085217759013176,0.996242523193359,-0.015454682521522,-0.000693271635100245,-0.153009414672852,0.988224506378174,-0.000824533170089126,-0.174140766263008,0.984720468521118,-0.000752306077629328,-0.163074821233749,0.98661345243454,-0.000782285293098539,-0.166513994336128,0.986038863658905,-0.000752306077629328,-0.163074821233749,0.98661345243454,-0.000824533170089126,-0.174140766263008,0.984720468521118,-0.000765650416724384,-0.163204699754715,0.986591935157776,-0.000562676403205842,-0.130020037293434,0.991511285305023,-0.000782285293098539,-0.166513994336128,0.986038863658905,-0.000765650416724384,-0.163204699754715,0.986591935157776,-0.0514742434024811,-0.452751308679581,0.890149772167206,-0.0514742434024811,-0.452751338481903,0.890149831771851,-0.0514742434024811,-0.452751338481903,0.890149831771851,0.157840222120285,0.707530200481415,-0.688830554485321,0.157840251922607,0.707530200481415,-0.688830554485321,0.157840237021446,0.707530200481415,-0.688830494880676,0.032749630510807,-0.00689976010471582,-0.999439835548401,0.0254628006368876,-0.00693741487339139,-0.999651789665222,-0.0168813336640596,-0.00687979534268379,-0.999833881855011,0.0173184257000685,-0.00688888551667333,-0.999826371669769,-0.0344061143696308,-0.00655304454267025,-0.999386548995972,0.0173184257000685,-0.00688888551667333,-0.999826371669769,-0.0168813336640596,-0.00687979534268379,-0.999833881855011,-0.069796159863472,-0.00654137460514903,-0.997539818286896,-0.0304281767457724,-0.021841349080205,0.999298393726349,-0.0309628900140524,-0.0323606990277767,0.998996615409851,-0.0310849137604237,-0.0376252606511116,0.998808324337006,
  455. -0.0310849137604237,-0.0376252606511116,0.998808324337006,-0.0309628900140524,-0.0323606990277767,0.998996615409851,-0.031159620732069,-0.013830803334713,0.999418795108795,-0.0312854461371899,-0.0270256120711565,0.999145090579987,-0.031159620732069,-0.013830803334713,0.999418795108795,-0.0316796079277992,-0.00582946883514524,0.999481081962585,-0.0312854461371899,-0.0270256120711565,0.999145090579987,0.606413006782532,-0.153401151299477,0.780212461948395,0.606413006782532,-0.153401151299477,0.78021240234375,0.606413006782532,-0.153401151299477,0.78021240234375,-0.0784957706928253,0.0102565949782729,0.996861696243286,-0.074480764567852,0.0102669121697545,0.997169673442841,-0.0606804192066193,0.00752800609916449,0.998128950595856,-0.0731167122721672,0.00889166630804539,0.997283756732941,-0.0557388626039028,-0.0163994021713734,0.998310685157776,-0.0731167122721672,0.00889166630804539,0.997283756732941,-0.0606804192066193,0.00752800609916449,0.998128950595856,-0.0411165431141853,-0.0163720808923244,0.999020218849182,-0.478902280330658,-0.272787183523178,0.834409892559052,-0.478902280330658,-0.272787183523178,0.834409832954407,-0.478902280330658,-0.272787183523178,0.834409832954407,0.0101555744186044,0.0363408997654915,-0.999287903308868,0.0141171580180526,0.0339655540883541,-0.999323308467865,0.0265667345374823,0.0342680625617504,-0.999059498310089,0.0265667345374823,0.0342680625617504,-0.999059498310089,0.0141171580180526,0.0339655540883541,-0.999323308467865,0.0268885847181082,0.0313966609537601,-0.999145269393921,0.0312883220613003,0.0314598195254803,-0.999015212059021,0.0268885847181082,0.0313966609537601,-0.999145269393921,0.0111223468557,0.030262878164649,-0.999480068683624,0.0312883220613003,0.0314598195254803,-0.999015212059021,7.4654737545643e-005,-0.0348414368927479,0.999392867088318,7.46899168007076e-005,-0.0344676300883293,0.999405860900879,-1.08652384369634e-005,-0.0355751439929008,0.999366998672485,2.60401848208858e-005,-0.034711591899395,0.999397397041321,2.60401848208858e-005,-0.034711591899395,0.999397397041321,
  456. -1.08652384369634e-005,-0.0355751439929008,0.999366998672485,-0.000169449165696278,-0.0374320037662983,0.999299168586731,-0.000169410792295821,-0.0363157764077187,0.999340415000916,-0.000606126501224935,-0.0637050345540047,0.997968673706055,-0.00102101359516382,-0.0582986511290073,0.998298704624176,-0.000614820746704936,-0.0715285241603851,0.997438371181488,-0.00163203664124012,-0.0540639795362949,0.998536229133606,-0.0016639675013721,-0.0554722063243389,0.998458921909332,-0.000996660906821489,-0.0692545026540756,0.997598528862,-0.00102101359516382,-0.0582986511290073,0.998298704624176,-0.0010029001859948,-0.0923159196972847,0.995729327201843,-0.000614820746704936,-0.0715285241603851,0.997438371181488,-0.00102101359516382,-0.0582986511290073,0.998298704624176,-0.000996660906821489,-0.0692545026540756,0.997598528862,0.000134789050207473,0.000433703185990453,0.999999940395355,0.0111445290967822,0.0347048155963421,0.999335467815399,0.00289475847966969,0.0345978364348412,0.999397099018097,-0.00998052582144737,0.000951187394093722,0.999949812889099,-0.00687595969066024,0.999499678611755,0.0308730192482471,-0.00018420914420858,0.999525964260101,0.0307864006608725,-0.00480669736862183,0.999514937400818,0.0307712275534868,-0.00480669736862183,0.999514937400818,0.0307712275534868,-0.00018420914420858,0.999525964260101,0.0307864006608725,0.00906054582446814,0.999487161636353,0.0307134594768286,0.00316169066354632,0.999522864818573,0.0307270530611277,-0.000867370574269444,-0.999034106731415,-0.0439331009984016,-0.00211211200803518,-0.999033808708191,-0.0438984744250774,-0.00205002701841295,-0.999034583568573,-0.0438839308917522,-0.00205002701841295,-0.999034583568573,-0.0438839308917522,-0.00211211200803518,-0.999033808708191,-0.0438984744250774,-0.0071302754804492,-0.99901419878006,-0.043817013502121,-0.00901699811220169,-0.999001085758209,-0.0437668897211552,-0.00901699811220169,-0.999001085758209,-0.0437668897211552,-0.0071302754804492,-0.99901419878006,-0.043817013502121,-0.0161076933145523,-0.998916208744049,-0.0436677522957325,
  457. -0.589573383331299,-0.432995647192001,0.681849002838135,-0.589573264122009,-0.432995617389679,0.68184906244278,-0.589573383331299,-0.432995647192001,0.681849002838135,0.366147458553314,0.219795897603035,0.904226660728455,0.366147458553314,0.219795897603035,0.904226660728455,0.366147458553314,0.219795897603035,0.904226660728455,0.15850593149662,0.645895719528198,-0.746789515018463,0.158505946397781,0.645895719528198,-0.746789515018463,0.158505946397781,0.645895719528198,-0.746789515018463,-0.0362161509692669,-0.999331653118134,0.00498257717117667,-0.0527857691049576,-0.998545706272125,0.0109615484252572,-0.106290072202683,-0.994278311729431,0.0106376782059669,-0.018346881493926,-0.999787390232086,0.00942118465900421,-0.0362161509692669,-0.999331653118134,0.00498257717117667,-0.018346881493926,-0.999787390232086,0.00942118465900421,-0.0548739582300186,-0.998491942882538,-0.00168473389931023,-0.159625083208084,-0.987176418304443,-0.00158969778567553,0.0522324703633785,0.998634099960327,-0.00132389948703349,0.0469327159225941,0.998895227909088,-0.00241019809618592,0.0687772482633591,0.997629404067993,-0.00233950861729681,0.0995510518550873,0.995028972625732,-0.0026204192545265,0.0687772482633591,0.997629404067993,-0.00233950861729681,0.0469327159225941,0.998895227909088,-0.00241019809618592,0.0627285838127136,0.998027563095093,-0.00249294145032763,0.0340702794492245,0.999418199062347,-0.00157866673544049,0.0627285838127136,0.998027563095093,-0.00249294145032763,0.0469327159225941,0.998895227909088,-0.00241019809618592,0.000527397030964494,-0.0966656729578972,-0.995316803455353,0.000731716281734407,-0.108060568571091,-0.994144082069397,0.0017580873100087,-0.0938001573085785,-0.9955894947052,0.00181516748853028,-0.102355487644672,-0.994746327400208,0.0040066814981401,-0.169083163142204,-0.985593736171722,0.00181516748853028,-0.102355487644672,-0.994746327400208,0.0017580873100087,-0.0938001573085785,-0.9955894947052,0.00353394635021687,-0.142181247472763,-0.989834368228912,0.00353394635021687,-0.142181247472763,-0.989834368228912,
  458. 0.0102548180148005,-0.20422126352787,-0.978871047496796,0.0040066814981401,-0.169083163142204,-0.985593736171722,0.0944744944572449,-0.336270928382874,-0.937014639377594,0.0944745093584061,-0.336270928382874,-0.937014698982239,0.0944745093584061,-0.336270928382874,-0.937014698982239,-0.0957274883985519,0.661812245845795,0.743532657623291,-0.0957274585962296,0.661812245845795,0.743532657623291,-0.0957274585962296,0.661812245845795,0.743532657623291,-0.0135419638827443,0.167061656713486,0.985853433609009,-0.00736061995849013,0.166936248540878,0.985940277576447,-0.00179086078424007,0.0706601962447166,0.997498869895935,-0.0195577424019575,0.0280559156090021,0.999415040016174,0.0328635200858116,0.0339976064860821,-0.99888151884079,0.0320897288620472,0.0547712557017803,-0.997983157634735,0.0321275554597378,0.0537227056920528,-0.99803900718689,0.0341342873871326,0.0244232937693596,-0.999118864536285,0.0382486656308174,-0.0405288264155388,-0.998446047306061,0.0377563238143921,-0.0147473439574242,-0.999178230762482,0.0349858030676842,0.0313422717154026,-0.998896300792694,0.0341342873871326,0.0244232937693596,-0.999118864536285,0.0349858030676842,0.0313422717154026,-0.998896300792694,0.0321275554597378,0.0537227056920528,-0.99803900718689,0.0320897288620472,0.0547712557017803,-0.997983157634735,-0.584428191184998,-0.230629488825798,-0.777980506420136,-0.584428191184998,-0.230629503726959,-0.777980506420136,-0.584428250789642,-0.23062951862812,-0.77798056602478,0.0747299939393997,0.0426496341824532,-0.996291399002075,0.0745064616203308,0.0426471196115017,-0.996308207511902,0.0636550635099411,0.0446967594325542,-0.996970593929291,0.0742887333035469,0.0437531135976315,-0.996276557445526,0.0581547804176807,0.0594396851956844,-0.996536552906036,0.0742887333035469,0.0437531135976315,-0.996276557445526,0.0636550635099411,0.0446967594325542,-0.996970593929291,0.0426183715462685,0.0592731535434723,-0.99733167886734,0.430524826049805,-0.217224687337875,-0.876048982143402,0.430524855852127,-0.217224687337875,-0.876048982143402,0.430524855852127,-0.217224687337875,-0.876048982143402,
  459. -0.0101547259837389,0.0103406617417932,0.999895036220551,-0.0141761554405093,0.0079993698745966,0.999867618083954,-0.0267465449869633,0.00848442129790783,0.999606311321259,-0.0267465449869633,0.00848442129790783,0.999606311321259,-0.0141761554405093,0.0079993698745966,0.999867618083954,-0.0271020345389843,0.00557444430887699,0.999617218971252,-0.0315462350845337,0.0056977984495461,0.999486148357391,-0.0271020345389843,0.00557444430887699,0.999617218971252,-0.0111826471984386,0.0041455551981926,0.999928951263428,-0.0315462350845337,0.0056977984495461,0.999486148357391,0.000317415106110275,0.00275598699226975,-0.999996185302734,0.000323991349432617,0.0032272411044687,-0.99999475479126,6.78456635796465e-005,0.00206218450330198,-0.999997973442078,0.00016495278396178,0.0030051926150918,-0.999995529651642,0.00016495278396178,0.0030051926150918,-0.999995529651642,6.78456635796465e-005,0.00206218450330198,-0.999997973442078,-0.000649454770609736,-6.42982267891057e-005,-0.999999821186066,-0.000631590199191123,0.00125153246335685,-0.999999105930328,-3.11504118144512e-005,-0.0258244406431913,-0.999666512012482,0.000320374732837081,-0.0301863383501768,-0.999544322490692,0.000281924236332998,-0.0324797071516514,-0.999472320079803,0.000321333413012326,-0.0166346933692694,-0.999861598014832,0.000392464688047767,-0.0271238964051008,-0.999632060527802,0.000350344023900107,-0.0211172271519899,-0.99977695941925,0.000320374732837081,-0.0301863383501768,-0.999544322490692,0.000350344023900107,-0.0211172271519899,-0.99977695941925,0.000392464688047767,-0.0271238964051008,-0.999632060527802,0.000281924236332998,-0.0324797071516514,-0.999472320079803,0.0135019849985838,0.00372973107732832,-0.9999018907547,0.0131217939779162,0.0103738242760301,-0.999860167503357,0.00182606361340731,0.0206855442374945,-0.999784409999847,0.00560870440676808,0.00782842095941305,-0.99995368719101,0.00182606361340731,0.0206855442374945,-0.999784409999847,0.0131217939779162,0.0103738242760301,-0.999860167503357,0.0361283197999001,0.00876197125762701,-0.99930876493454,
  460. 0.0110219325870276,0.00872414745390415,-0.999901294708252,-0.00974597129970789,0.999931931495667,0.00642525358125567,0.0167819894850254,0.999839425086975,0.00629540346562862,0.0554670505225658,0.998440444469452,0.00633160583674908,0.0554670505225658,0.998440444469452,0.00633160583674908,0.0167819894850254,0.999839425086975,0.00629540346562862,0.0251053385436535,0.999665260314941,0.00625933986157179,0.0942030698060989,0.995533227920532,0.00628060614690185,0.180782690644264,0.983498632907867,0.00694618094712496,0.0554670505225658,0.998440444469452,0.00633160583674908,0.0942030698060989,0.995533227920532,0.00628060614690185,-0.00605993438512087,-0.999962627887726,0.00616953289136291,0.00097326427930966,-0.99998015165329,0.00624109106138349,-0.00634352490305901,-0.999960482120514,0.00624156650155783,0.00535384612157941,-0.999966442584991,0.00621495442464948,-0.00605993438512087,-0.999962627887726,0.00616953289136291,0.00535384612157941,-0.999966442584991,0.00621495442464948,-0.0740770697593689,-0.997232794761658,0.00627039466053247,-0.12321737408638,-0.99235987663269,0.0062679466791451,-0.0740770697593689,-0.997232794761658,0.00627039466053247,-0.2095747590065,-0.977763950824738,0.0075002470985055,-0.12321737408638,-0.99235987663269,0.0062679466791451,0.591187655925751,-0.4081110060215,-0.695659816265106,0.591187715530396,-0.4081110060215,-0.695659816265106,0.591187715530396,-0.408111035823822,-0.695659816265106,-0.362395405769348,0.25028070807457,-0.89779132604599,-0.362395375967026,0.25028070807457,-0.89779132604599,-0.362395346164703,0.25028070807457,-0.89779132604599,-0.137805640697479,0.629621922969818,0.764582276344299,-0.137805640697479,0.629621922969818,0.764582276344299,-0.13780565559864,0.629621863365173,0.764582276344299,-0.00927058234810829,-0.0569611005485058,0.998333334922791,0.000134789050207473,0.000433703185990453,0.999999940395355,-0.00998052582144737,0.000951187394093722,0.999949812889099,-0.0141459573060274,-0.0576704107224941,0.998235523700714,-0.00998052582144737,0.000951187394093722,0.999949812889099,
  461. -0.0154323298484087,-0.0619738809764385,0.997958540916443,-0.0141459573060274,-0.0576704107224941,0.998235523700714,-0.0204639080911875,-0.0379378087818623,0.999070644378662,-0.0195577424019575,0.0280559156090021,0.999415040016174,-0.00285208248533309,0.00462367804720998,0.99998527765274,-0.0238599628210068,-0.0379925966262817,0.998993158340454,0.0453328378498554,0.0577798597514629,0.997299671173096,-0.00285208248533309,0.00462367804720998,0.99998527765274,-0.0195577424019575,0.0280559156090021,0.999415040016174,-0.00179086078424007,0.0706601962447166,0.997498869895935,0.0135019849985838,0.00372973107732832,-0.9999018907547,0.00560870440676808,0.00782842095941305,-0.99995368719101,-0.0184381455183029,-0.145327642560005,-0.989211797714233,0.00560870440676808,0.00782842095941305,-0.99995368719101,0.00182606361340731,0.0206855442374945,-0.999784409999847,0.00985791347920895,0.0998314917087555,-0.994955599308014,-0.194728642702103,-0.980640292167664,0.0206269342452288,-0.237580895423889,-0.97124046087265,0.0157299004495144,-0.302975535392761,-0.952964127063751,0.00808405969291925,-0.194710731506348,-0.980643749237061,0.0206320695579052,-0.194728642702103,-0.980640292167664,0.0206269342452288,-0.194710731506348,-0.980643749237061,0.0206320695579052,-0.206570744514465,-0.978241801261902,0.0192732568830252,-0.303027540445328,-0.952947735786438,0.0080658420920372,0.237527593970299,0.970977008342743,0.0280069839209318,0.23708276450634,0.971087217330933,0.0279537923634052,0.237412735819817,0.97100567817688,0.0279862061142921,0.23769049346447,0.970936596393585,0.0280242804437876,0.237527593970299,0.970977008342743,0.0280069839209318,0.23769049346447,0.970936596393585,0.0280242804437876,0.237641453742981,0.970948219299316,0.0280375443398952,0.237645357847214,0.970947325229645,0.0280379261821508,0.0930142551660538,-0.127526149153709,-0.987464189529419,0.092643678188324,-0.130383610725403,-0.987125754356384,0.0932182595133781,-0.126471295952797,-0.987580537796021,0.09524866938591,-0.112187445163727,-0.989111602306366,0.0933847054839134,-0.125274881720543,-0.987717390060425,
  462. 0.0933942347764969,-0.12520794570446,-0.987724959850311,0.092643678188324,-0.130383610725403,-0.987125754356384,0.0933942347764969,-0.12520794570446,-0.987724959850311,0.0933847054839134,-0.125274881720543,-0.987717390060425,0.0932182595133781,-0.126471295952797,-0.987580537796021,0.0329075492918491,-0.500908136367798,-0.864874660968781,0.0329075492918491,-0.500908195972443,-0.864874720573425,0.0329075343906879,-0.500908136367798,-0.864874720573425,-0.191975831985474,0.765881955623627,0.613653182983398,-0.191975846886635,0.765881955623627,0.613653123378754,-0.191975802183151,0.765881896018982,0.613653182983398,-0.112741984426975,-0.00271180272102356,0.993620634078979,-0.120029620826244,-0.00160864717327058,0.992769002914429,-0.1145930737257,-0.00261993170715868,0.993409097194672,-0.117351941764355,-0.00208649970591068,0.993088245391846,-0.108240894973278,-0.00377094326540828,0.994117498397827,-0.117351941764355,-0.00208649970591068,0.993088245391846,-0.1145930737257,-0.00261993170715868,0.993409097194672,-0.104462556540966,-0.00434118788689375,0.994519352912903,0.141825705766678,-0.0318288542330265,-0.989379823207855,0.14250236749649,-0.0280420202761889,-0.98939722776413,0.142244890332222,-0.0301107466220856,-0.989373445510864,0.144688487052917,-0.0218430925160646,-0.989236116409302,0.143325552344322,-0.0246961005032063,-0.989367425441742,0.143676996231079,-0.0228506773710251,-0.989360809326172,0.143676996231079,-0.0228506773710251,-0.989360809326172,0.143325552344322,-0.0246961005032063,-0.989367425441742,0.142244890332222,-0.0301107466220856,-0.989373445510864,0.14250236749649,-0.0280420202761889,-0.98939722776413,-0.567325294017792,-0.0606198199093342,-0.821259558200836,-0.567325294017792,-0.0606198161840439,-0.821259617805481,-0.567325353622437,-0.0606198236346245,-0.821259617805481,0.177717298269272,-0.00699653476476669,-0.984056711196899,0.176464229822159,-0.00680542178452015,-0.984283566474915,0.166357696056366,-0.00527257146313787,-0.986051440238953,0.176001891493797,-0.0067386357113719,-0.984366774559021,
  463. 0.161916851997375,-0.00465971417725086,-0.986793458461761,0.176001891493797,-0.0067386357113719,-0.984366774559021,0.166357696056366,-0.00527257146313787,-0.986051440238953,0.148736074566841,-0.0026534628123045,-0.988873422145844,0.564288675785065,-0.351439327001572,-0.747040033340454,0.564288675785065,-0.351439327001572,-0.747040033340454,0.564288675785065,-0.351439327001572,-0.747040033340454,-0.957882702350616,0.180601373314857,-0.2232576161623,-0.96227765083313,0.181429609656334,-0.202743887901306,-0.960947155952454,0.181169375777245,-0.209184750914574,-0.958927154541016,0.180791944265366,-0.218570545315742,-0.957882702350616,0.180601373314857,-0.2232576161623,-0.958927154541016,0.180791944265366,-0.218570545315742,-0.951455175876617,0.179464310407639,-0.250051319599152,0.186061263084412,0.981270790100098,-0.0498886033892632,0.183722376823425,0.982055008411407,-0.0425917617976666,0.183198928833008,0.981791973114014,-0.0502278432250023,0.184743911027908,0.981864154338837,-0.042574305087328,0.917661726474762,-0.24381160736084,0.313772052526474,0.931792378425598,-0.246166542172432,0.266768008470535,0.926474750041962,-0.245014548301697,0.28567910194397,0.947234630584717,-0.211841553449631,0.240561276674271,0.95018744468689,-0.212116658687592,0.228364497423172,0.942724049091339,-0.229993775486946,0.241607710719109,0.945848524570465,-0.217728719115257,0.240759238600731,0.945848524570465,-0.217728719115257,0.240759238600731,0.942724049091339,-0.229993775486946,0.241607710719109,0.926474750041962,-0.245014548301697,0.28567910194397,0.931792378425598,-0.246166542172432,0.266768008470535,-0.965134024620056,0.166268199682236,-0.202166363596916,-0.967013359069824,0.155073896050453,-0.202082335948944,-0.965863943099976,0.161989808082581,-0.202153846621513,-0.963420212268829,0.175796300172806,-0.202279955148697,-0.965863943099976,0.161989808082581,-0.202153846621513,-0.967013359069824,0.155073896050453,-0.202082335948944,-0.966222882270813,0.159849375486374,-0.202142834663391,-0.966772198677063,0.156320810317993,-0.202275365591049,
  464. -0.969372630119324,0.138381615281105,-0.202897489070892,-0.969713389873505,0.136028826236725,-0.202860102057457,-0.968194365501404,0.149615168571472,-0.200536847114563,-0.968194365501404,0.149615168571472,-0.200536847114563,-0.967454552650452,0.171559572219849,-0.186008378863335,-0.966772198677063,0.156320810317993,-0.202275365591049,-0.940951108932495,-0.204067870974541,0.270124554634094,-0.940951228141785,-0.204067885875702,0.270124584436417,-0.940951228141785,-0.204067885875702,0.270124584436417,0.176951795816422,0.983322560787201,-0.0420104302465916,0.183198928833008,0.981791973114014,-0.0502278432250023,0.183722376823425,0.982055008411407,-0.0425917617976666,0.180581256747246,0.982845902442932,-0.0374764613807201,0.183722376823425,0.982055008411407,-0.0425917617976666,0.191309809684753,0.981488227844238,-0.00902271550148726,0.180581256747246,0.982845902442932,-0.0374764613807201,-0.171807363629341,-0.985047042369843,0.0128343421965837,-0.171296045184135,-0.985166132450104,0.0102639682590961,-0.172087281942368,-0.985028922557831,0.0101997777819633,-0.175438269972801,-0.984435975551605,0.0103600481525064,-0.175438269972801,-0.984435975551605,0.0103600481525064,-0.172087281942368,-0.985028922557831,0.0101997777819633,-0.198109745979309,-0.980151176452637,0.0075087258592248,-0.977669835090637,0.158710226416588,0.137742266058922,-0.977669775485992,0.158710211515427,0.137742251157761,-0.977669775485992,0.158710211515427,0.137742251157761,-0.06418177485466,0.994748413562775,0.0797269269824028,-0.0217860322445631,0.996721208095551,0.0779243484139442,0.0441073924303055,0.996218979358673,0.0748493373394012,-0.0643213838338852,0.994739055633545,0.0797318071126938,-0.06418177485466,0.994748413562775,0.0797269269824028,-0.0643213838338852,0.994739055633545,0.0797318071126938,-0.0524115487933159,0.995476603507996,0.0792423859238625,0.0445277504622936,0.996201634407043,0.0748301520943642,0.0191070642322302,-0.999240577220917,-0.0339598283171654,0.019549461081624,-0.99923175573349,-0.0339660234749317,0.0192212220281363,-0.999238431453705,-0.0339567475020885,
  465. 0.0189406853169203,-0.999243855476379,-0.0339557640254498,0.0191070642322302,-0.999240577220917,-0.0339598283171654,0.0189406853169203,-0.999243855476379,-0.0339557640254498,0.0189927201718092,-0.99924236536026,-0.0339693389832973,0.0189972016960382,-0.999242305755615,-0.0339694619178772,-0.0569169893860817,0.163012266159058,-0.984980940818787,-0.0572216436266899,0.165887162089348,-0.984483182430267,-0.0567587241530418,0.161958426237106,-0.985163986682892,-0.0551019906997681,0.147600889205933,-0.987510859966278,-0.056624136865139,0.160756200551987,-0.985368549823761,-0.0566161647439003,0.160684570670128,-0.98538064956665,-0.0572216436266899,0.165887162089348,-0.984483182430267,-0.0566161647439003,0.160684570670128,-0.98538064956665,-0.056624136865139,0.160756200551987,-0.985368549823761,-0.0567587241530418,0.161958426237106,-0.985163986682892,-0.103108644485474,0.527732193470001,-0.843129456043243,-0.103108651936054,0.527732193470001,-0.843129515647888,-0.103108644485474,0.527732193470001,-0.843129456043243,0.33176201581955,-0.734296023845673,0.592235922813416,0.33176201581955,-0.734296083450317,0.592235922813416,0.331761986017227,-0.734296023845673,0.592235863208771,0.0424410589039326,-0.0316482745110989,0.998597621917725,0.0496168211102486,-0.0308577232062817,0.998291552066803,0.0443603284657002,-0.0312380287796259,0.998527109622955,0.0469723641872406,-0.0310761891305447,0.998412728309631,0.038132693618536,-0.0317292436957359,0.998768925666809,0.0469723641872406,-0.0310761891305447,0.998412728309631,0.0443603284657002,-0.0312380287796259,0.998527109622955,0.0346010811626911,-0.032117921859026,0.998884975910187,-0.0806252807378769,0.0576280504465103,-0.995077252388,-0.0804110914468765,0.053763821721077,-0.99531078338623,-0.0807036161422729,0.0558520592749119,-0.995172142982483,-0.0809857994318008,0.0471358969807625,-0.995600163936615,-0.0803821161389351,0.0502854511141777,-0.995494902133942,-0.0802477523684502,0.0483818240463734,-0.995600044727325,-0.0802477523684502,0.0483818240463734,-0.995600044727325,-0.0803821161389351,0.0502854511141777,-0.995494902133942,
  466. -0.0807036161422729,0.0558520592749119,-0.995172142982483,-0.0804110914468765,0.053763821721077,-0.99531078338623,0.595123648643494,0.258534789085388,-0.760912477970123,0.595123589038849,0.258534759283066,-0.760912358760834,0.595123589038849,0.258534759283066,-0.760912358760834,-0.106418877840042,0.0243708211928606,-0.994022727012634,-0.105175480246544,0.0245107114315033,-0.994151592254639,-0.0952053591609001,0.0256352797150612,-0.995127558708191,-0.104717835783958,0.0245646722614765,-0.994198620319366,-0.0908432602882385,0.0261668600142002,-0.995521426200867,-0.104717835783958,0.0245646722614765,-0.994198620319366,-0.0952053591609001,0.0256352797150612,-0.995127558708191,-0.077863946557045,0.0276151299476624,-0.996581435203552,-0.586496591567993,0.257424980401993,-0.767954587936401,-0.586496531963348,0.25742495059967,-0.767954587936401,-0.586496531963348,0.25742495059967,-0.767954587936401,0.0181421115994453,-0.0384586527943611,-0.999095499515533,0.014048658311367,-0.0389972403645515,-0.999140620231628,0.0241221934556961,-0.0376949086785316,-0.998998165130615,0.0221280511468649,-0.0379440486431122,-0.999034881591797,0.0241221934556961,-0.0376949086785316,-0.998998165130615,0.0382919982075691,-0.0359044969081879,-0.998621344566345,0.0221280511468649,-0.0379440486431122,-0.999034881591797,-0.091988243162632,0.995513796806335,-0.0221495367586613,-0.105844996869564,0.994202017784119,-0.0189513023942709,-0.0987008363008499,0.994929790496826,-0.0193110629916191,-0.0978410765528679,0.994961142539978,-0.0218965206295252,-0.0337817817926407,-0.00871668476611376,0.999391198158264,-0.0318474620580673,-0.00842796824872494,0.999457240104675,-0.0550125129520893,-0.0288665294647217,0.998068392276764,-0.0471069440245628,-0.0150114204734564,0.998777151107788,-0.0685271322727203,-0.0441005527973175,0.996674060821533,-0.0471069440245628,-0.0150114204734564,0.998777151107788,-0.0550125129520893,-0.0288665294647217,0.998068392276764,-0.0748939737677574,-0.0451901480555534,0.996167063713074,-0.0509361401200294,-0.0472517795860767,0.997583568096161,
  467. -0.0685271322727203,-0.0441005527973175,0.996674060821533,-0.0748939737677574,-0.0451901480555534,0.996167063713074,0.0477912537753582,-0.0256523359566927,-0.998528003692627,0.0472723618149757,-0.0215410813689232,-0.998649775981903,0.0472750440239906,-0.0215625241398811,-0.998649179935455,0.0476217456161976,-0.0242887884378433,-0.998570084571838,0.0476217456161976,-0.0242887884378433,-0.998570084571838,0.0483218394219875,-0.0297833383083344,-0.99838775396347,0.0477912537753582,-0.0256523359566927,-0.998528003692627,0.0345681719481945,-0.0415900722146034,-0.998536646366119,0.0351500399410725,-0.0429182089865208,-0.998460054397583,0.0349287576973438,-0.0413109250366688,-0.998535692691803,0.0337362438440323,-0.0416334308683872,-0.998563289642334,0.0337362438440323,-0.0416334308683872,-0.998563289642334,0.0267223734408617,-0.0395457707345486,-0.998860418796539,0.0345681719481945,-0.0415900722146034,-0.998536646366119,-0.340977340936661,-0.493036031723022,-0.800406098365784,-0.340977340936661,-0.493036031723022,-0.800406098365784,-0.340977340936661,-0.493036091327667,-0.800406098365784,-0.102687679231167,0.994597375392914,-0.0152063285931945,-0.0987008363008499,0.994929790496826,-0.0193110629916191,-0.105844996869564,0.994202017784119,-0.0189513023942709,-0.111457452178001,0.993649065494537,-0.0154553558677435,-0.105844996869564,0.994202017784119,-0.0189513023942709,-0.123088926076889,0.992270052433014,-0.0157882887870073,-0.111457452178001,0.993649065494537,-0.0154553558677435,0.121966101229191,-0.992498755455017,-0.00839569512754679,0.125789180397987,-0.992021918296814,-0.00835124589502811,0.126644998788834,-0.991918206214905,-0.00770204933360219,0.125044941902161,-0.992144167423248,-0.00373823987320066,0.125044941902161,-0.992144167423248,-0.00373823987320066,0.126644998788834,-0.991918206214905,-0.00770204933360219,0.123382978141308,-0.992151856422424,0.0202856808900833,-0.317147374153137,-0.0379729010164738,-0.947615742683411,-0.317147374153137,-0.0379729010164738,-0.947615802288055,-0.317147374153137,-0.0379729010164738,-0.947615742683411,
  468. -0.999532282352448,-0.0123548116534948,0.0279737655073404,-0.999886810779572,-0.0124719478189945,0.0084181847050786,-0.99975311756134,-0.00756374374032021,0.0208922196179628,-0.999723494052887,-0.0102895051240921,0.0211468208581209,-0.999723494052887,-0.0102895051240921,0.0211468208581209,-0.99975311756134,-0.00756374374032021,0.0208922196179628,-0.999954879283905,-0.00518247159197927,0.00795866455882788,-0.999944865703583,-0.00518209859728813,0.00913749448955059,1,1.87631612789119e-005,0,0.999999523162842,-0.000948077766224742,3.14075793150792e-010,0.999994993209839,-0.00317409355193377,3.33364724713903e-010,0.99997091293335,-0.00762607622891665,4.84640105824496e-010,0.999994993209839,-0.00317409355193377,3.33364724713903e-010,0.999999523162842,-0.000948077766224742,3.14075793150792e-010,0.999988615512848,-0.00477051641792059,4.84648710052937e-010,0.999716818332672,0.0237902794033289,-0.000618142366874963,0.999869823455811,0.0161375030875206,-0.000125994949485175,0.999921023845673,0.012574652209878,-5.38741442142054e-005,0.999888002872467,0.0149679193273187,-0.00037231229362078,0.999888002872467,0.0149679193273187,-0.00037231229362078,0.999665915966034,0.0258348528295755,-0.000845885253511369,0.999237418174744,0.039030596613884,-0.0011239176383242,0.999716818332672,0.0237902794033289,-0.000618142366874963,0.999866604804993,-0.0163275450468063,0.000425944162998348,0.999819159507751,-0.0164410769939423,0.00956430472433567,0.999866545200348,-0.015820449218154,-0.00409344164654613,0.999812304973602,-0.0160008538514376,-0.0109280832111835,0.999866545200348,-0.015820449218154,-0.00409344164654613,0.999796688556671,-0.0153024876490235,-0.013135738670826,0.999812304973602,-0.0160008538514376,-0.0109280832111835,-0.00478890910744667,-0.999959766864777,-0.00758459605276585,-0.00491885049268603,-0.999987900257111,-0.00022147165145725,-0.00493860151618719,-0.999973714351654,-0.00531148910522461,-0.00493860151618719,-0.999973714351654,-0.00531148910522461,-0.00491885049268603,-0.999987900257111,-0.00022147165145725,-0.00501136993989348,-0.999937891960144,0.00995832402259111,
  469. -0.00500017311424017,-0.99998152256012,0.00346013740636408,-0.00491958623751998,0.999987483024597,-0.000953740207478404,-0.00487342663109303,0.999985456466675,-0.00234561669640243,-0.00485942279919982,0.999985694885254,-0.00226957304403186,-0.00476895458996296,0.999939322471619,-0.00992698967456818,-0.00485942279919982,0.999985694885254,-0.00226957304403186,-0.00487342663109303,0.999985456466675,-0.00234561669640243,-0.00479677924886346,0.999957621097565,-0.00786381680518389,-0.00476895458996296,0.999939322471619,-0.00992698967456818,-0.00479677924886346,0.999957621097565,-0.00786381680518389,-0.00470028398558497,0.999831736087799,-0.0177358984947205,0.612318933010101,0.41631880402565,-0.672119200229645,0.612318992614746,0.416318774223328,-0.672119200229645,0.612318992614746,0.416318774223328,-0.672119200229645,0.851886451244354,-0.278481215238571,0.443551391363144,0.851886391639709,-0.278481215238571,0.443551391363144,0.851886391639709,-0.278481185436249,0.443551391363144,-0.760395050048828,-0.649245917797089,0.0167064797133207,-0.760395169258118,-0.649245917797089,0.0167064666748047,-0.760395169258118,-0.649245917797089,0.0167064983397722,0.033485259860754,0.999438941478729,0.000739945331588387,0.014401238411665,0.999821305274963,0.012248620390892,0.0451094880700111,0.998982131481171,-8.5660649347119e-005,-0.171377688646317,0.983385443687439,-0.0598571188747883,-0.213084161281586,0.975238382816315,-0.0592063069343567,-0.277051568031311,0.959102928638458,-0.0579995326697826,-0.171252235770226,0.983407497406006,-0.0598527528345585,-0.171377688646317,0.983385443687439,-0.0598571188747883,-0.171252235770226,0.983407497406006,-0.0598527528345585,-0.182991236448288,0.981300115585327,-0.0597032755613327,-0.277419626712799,0.958995699882507,-0.0580146573483944,0.217210590839386,-0.976040899753571,0.0127984406426549,0.216786369681358,-0.976135015487671,0.0128094796091318,0.217100709676743,-0.976065218448639,0.0128096472471952,0.217366516590118,-0.976006209850311,0.0127973817288876,0.217210590839386,-0.976040899753571,0.0127984406426549,
  470. 0.217366516590118,-0.976006209850311,0.0127973817288876,0.217320501804352,-0.976016700267792,0.0127757443115115,0.217323005199432,-0.976016223430634,0.0127757480368018,-0.0107597718015313,0.152278587222099,0.988279104232788,-0.0109426314011216,0.155335739254951,0.987801134586334,-0.010467916727066,0.151170060038567,0.98845237493515,-0.00875902082771063,0.135923579335213,0.990680694580078,-0.010297741740942,0.149888649582863,0.988649249076843,-0.0102947987616062,0.149809718132019,0.988661289215088,-0.0109426314011216,0.155335739254951,0.987801134586334,-0.0102947987616062,0.149809718132019,0.988661289215088,-0.010297741740942,0.149888649582863,0.988649249076843,-0.010467916727066,0.151170060038567,0.98845237493515,-0.0277011841535568,0.497002333402634,0.86730694770813,-0.0277011841535568,0.497002333402634,0.867307007312775,-0.0277011692523956,0.497002303600311,0.867307007312775,-0.12068385630846,-0.76054310798645,-0.637973070144653,-0.12068384885788,-0.760543167591095,-0.637973129749298,-0.120683841407299,-0.760543048381805,-0.637973070144653,-0.0116949426010251,-0.00991206802427769,-0.999882578849792,-0.0192224495112896,-0.0108944578096271,-0.999755859375,-0.0136650716885924,-0.00998889096081257,-0.99985682964325,-0.016426507383585,-0.0104572493582964,-0.999810457229614,-0.00713487342000008,-0.00894752144813538,-0.999934554100037,-0.016426507383585,-0.0104572493582964,-0.999810457229614,-0.0136650716885924,-0.00998889096081257,-0.99985682964325,-0.0034156683832407,-0.00846267119050026,-0.999958336353302,0.035581186413765,0.0493618659675121,0.998147010803223,0.0364178717136383,0.0453652925789356,0.998306512832642,0.0362133868038654,0.0476202145218849,0.9982088804245,0.0385291092097759,0.0386032797396183,0.998511552810669,0.0372500456869602,0.0417618677020073,0.9984330534935,0.0375444404780865,0.039714265614748,0.998505532741547,0.0375444404780865,0.039714265614748,0.998505532741547,0.0372500456869602,0.0417618677020073,0.9984330534935,0.0362133868038654,0.0476202145218849,0.9982088804245,0.0364178717136383,0.0453652925789356,0.998306512832642,
  471. -0.636791110038757,0.090023472905159,0.76576292514801,-0.636791169643402,0.0900234878063202,0.76576292514801,-0.636791169643402,0.0900234803557396,0.765762984752655,0.079230971634388,0.0185665041208267,0.996683418750763,0.0779178291559219,0.0183959901332855,0.996790111064911,0.0673815086483955,0.0170284677296877,0.997581958770752,0.0774341225624084,0.018333813175559,0.996828854084015,0.0627662613987923,0.0164378751069307,0.99789297580719,0.0774341225624084,0.018333813175559,0.996828854084015,0.0673815086483955,0.0170284677296877,0.997581958770752,0.049055103212595,0.014653017744422,0.998688638210297,0.47302708029747,0.3516745865345,0.807818412780762,0.473027020692825,0.351674556732178,0.807818353176117,0.473027050495148,0.351674616336823,0.807818293571472,0.0105992835015059,0.00988446362316608,-0.999894976615906,0.0144916912540793,0.00736807659268379,-0.999867916107178,0.0270808283239603,0.00729994289577007,-0.999606609344482,0.0270808283239603,0.00729994289577007,-0.999606609344482,0.0144916912540793,0.00736807659268379,-0.999867916107178,0.0273040067404509,0.00437597604468465,-0.999617636203766,0.0317632034420967,0.00430343020707369,-0.999486207962036,0.0273040067404509,0.00437597604468465,-0.999617636203766,0.0113417971879244,0.00364792556501925,-0.999929070472717,0.0317632034420967,0.00430343020707369,-0.999486207962036,-0.0001658951950958,0.00276649813167751,0.999996244907379,-0.000151298838318326,0.00325148296542466,0.99999475479126,4.22643970523495e-005,0.00207938370294869,0.999997913837433,-9.32991679292172e-006,0.00302591221407056,0.999995470046997,-9.32991679292172e-006,0.00302591221407056,0.999995470046997,4.22643970523495e-005,0.00207938370294869,0.999997913837433,0.000632775016129017,-9.30957321543247e-005,0.99999988079071,0.000673232134431601,0.00123414723202586,0.999999046325684,-0.00111825368367136,-0.0258121769875288,0.999666273593903,-0.00158152938820422,-0.0301287807524204,0.99954479932785,-0.00165753462351859,-0.0324328429996967,0.999472558498383,-0.00108682864811271,-0.0166249424219131,0.999861299991608,
  472. -0.00153472577221692,-0.0270687360316515,0.999632477760315,-0.00125129788648337,-0.0210731830447912,0.99977719783783,-0.00158152938820422,-0.0301287807524204,0.99954479932785,-0.00125129788648337,-0.0210731830447912,0.99977719783783,-0.00153472577221692,-0.0270687360316515,0.999632477760315,-0.00165753462351859,-0.0324328429996967,0.999472558498383,-0.0133315455168486,0.00432104337960482,0.999901831150055,-0.0126543184742332,0.0109424376860261,0.999860107898712,-0.000916632707230747,0.0207464005798101,0.999784409999847,-0.00526141608133912,0.00806792732328177,0.999953627586365,-0.000916632707230747,0.0207464005798101,0.999784409999847,-0.0126543184742332,0.0109424376860261,0.999860107898712,-0.0357113853096962,0.0103438971564174,0.99930864572525,-0.0106296623125672,0.00920210313051939,0.999901235103607,0.0537008158862591,0.998536586761475,-0.00640274630859494,0.0271892044693232,0.999610543251038,-0.00629329355433583,-0.0115170739591122,0.99991375207901,-0.00632986333221197,-0.0115170739591122,0.99991375207901,-0.00632986333221197,0.0271892044693232,0.999610543251038,-0.00629329355433583,0.0188670940697193,0.999802470207214,-0.00626209937036037,-0.0503405667841434,0.998712420463562,-0.00628173910081387,-0.137366712093353,0.990496039390564,-0.00694409292191267,-0.0115170739591122,0.99991375207901,-0.00632986333221197,-0.0503405667841434,0.998712420463562,-0.00628173910081387,-0.0379132591187954,-0.999261975288391,-0.00616987654939294,-0.0449386462569237,-0.99897027015686,-0.00624201260507107,-0.0376301184296608,-0.999272286891937,-0.00624244753271341,-0.0493182763457298,-0.998763740062714,-0.006215691100806,-0.0379132591187954,-0.999261975288391,-0.00616987654939294,-0.0493182763457298,-0.998763740062714,-0.006215691100806,0.0301589835435152,-0.999525487422943,-0.00627037929370999,0.079467386007309,-0.996817827224731,-0.00626791501417756,0.0301589835435152,-0.999525487422943,-0.00627037929370999,0.166382759809494,-0.986032783985138,-0.00750017073005438,0.079467386007309,-0.996817827224731,-0.00626791501417756,-0.608507215976715,-0.381639957427979,0.695751368999481,
  473. -0.608507215976715,-0.381639957427979,0.695751368999481,-0.608507215976715,-0.381639957427979,0.695751368999481,0.373123556375504,0.234068214893341,0.89776998758316,0.373123526573181,0.23406819999218,0.897770047187805,0.373123526573181,0.23406819999218,0.897770047187805,0.165287137031555,0.623013436794281,-0.764548480510712,0.165287092328072,0.623013496398926,-0.764548540115356,0.165287151932716,0.623013496398926,-0.764548540115356,-0.0133315455168486,0.00432104337960482,0.999901831150055,-0.00526141608133912,0.00806792732328177,0.999953627586365,0.0120277758687735,-0.145983874797821,0.989213943481445,-0.00526141608133912,0.00806792732328177,0.999953627586365,-0.000916632707230747,0.0207464005798101,0.999784409999847,-0.00544513436034322,0.10015869140625,0.994956612586975,-0.0108576407656074,-0.00361257535405457,0.999934613704681,-0.00717552239075303,-0.00358300586231053,0.999967873096466,-0.00560187874361873,0.0079332310706377,0.999952852725983,-0.00058580853510648,0.00684968428686261,0.999976396560669,-0.0108576407656074,-0.00361257535405457,0.999934613704681,-0.00058580853510648,0.00684968428686261,0.999976396560669,-0.012118280865252,-0.00362723553553224,0.999920070171356,-0.0319945327937603,-0.0032969331368804,0.99948263168335,-0.0588584542274475,-0.998246073722839,0.00635777460411191,-0.0522024780511856,-0.998617053031921,0.00624655000865459,-0.0553473494946957,-0.998467147350311,-0.00029519252711907,-0.0436315611004829,-0.999047219753265,-0.000981628196313977,0.139961183071136,0.0147146228700876,-0.990047693252563,-0.0286307502537966,0.0373577103018761,-0.998891711235046,-0.00571815716102719,0.0361411944031715,-0.999330341815948,-0.0073310025036335,0.0184807293117046,-0.99980241060257,0.0267206020653248,-0.00659337686374784,-0.999621272087097,0.0648464113473892,-0.00670261867344379,-0.997872829437256,0.0706623494625092,0.000772154366131872,-0.997500002384186,-0.0286307502537966,0.0373577103018761,-0.998891711235046,-0.0073310025036335,0.0184807293117046,-0.99980241060257,0.0706623494625092,0.000772154366131872,-0.997500002384186,
  474. -0.00571815716102719,0.0361411944031715,-0.999330341815948,-0.000565367925446481,-0.0215251632034779,0.999768197536469,-7.30081228539348e-006,0.0163008384406567,0.99986720085144,-0.000407771294703707,-0.00856758467853069,0.999963283538818,-0.000578060222323984,-0.0235340390354395,0.999722898006439,-0.000313717318931594,-0.0185852237045765,0.999827206134796,-0.000565367925446481,-0.0215251632034779,0.999768197536469,-0.000578060222323984,-0.0235340390354395,0.999722898006439,0.000158871276653372,0.0102680735290051,0.999947369098663,-0.0123719181865454,0.0596594475209713,0.998142123222351,3.72766444343142e-005,-0.00137949083000422,0.999999046325684,0.00226499093696475,-0.00113251537550241,0.999996781349182,0.0122406659647822,-0.0316414050757885,0.999424338340759,0.00226499093696475,-0.00113251537550241,0.999996781349182,3.72766444343142e-005,-0.00137949083000422,0.999999046325684,0.0117657873779535,-0.00163553259335458,0.999929428100586,0.363847762346268,0.344981700181961,0.865218162536621,0.363847732543945,0.344981670379639,0.865218162536621,0.36384779214859,0.344981759786606,0.865218162536621,-0.0436315611004829,-0.999047219753265,-0.000981628196313977,-0.0553473494946957,-0.998467147350311,-0.00029519252711907,-0.0627431944012642,-0.997965931892395,-0.0112868510186672,-0.0426291786134243,-0.999027371406555,-0.0112801073119044,-0.0426291786134243,-0.999027371406555,-0.0112801073119044,-0.0244185999035835,-0.999638617038727,-0.0112445177510381,-0.0436315611004829,-0.999047219753265,-0.000981628196313977,-0.121319428086281,0.992512464523315,0.0141667053103447,-0.0439861826598644,0.998930931091309,0.014222202822566,0.0268128514289856,0.999539434909821,0.0142150456085801,-0.0110832443460822,0.999837338924408,0.0142345372587442,-0.0110832443460822,0.999837338924408,0.0142345372587442,0.0268128514289856,0.999539434909821,0.0142150456085801,0.0217326804995537,0.999662280082703,0.01425149012357,0.0234526488929987,0.999623477458954,0.0142467357218266,0.416970372200012,-0.0155518725514412,0.908787071704865,0.416970372200012,-0.0155518762767315,0.90878701210022,
  475. 0.416970372200012,-0.0155518762767315,0.90878701210022,-0.00560187874361873,0.0079332310706377,0.999952852725983,-0.0123622715473175,0.117366805672646,0.993011772632599,-0.00058580853510648,0.00684968428686261,0.999976396560669,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0799158960580826,0.996801614761353,-2.08219441688584e-009,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,1.0383928383817e-008,1,-1.0700736629253e-016,-0.000393285823520273,1,0,-0.000548485666513443,0.999999940395355,0,-0.965668857097626,0.0809969902038574,-0.246826171875,-0.907971858978271,-0.400146901607513,-0.124377466738224,-0.961618423461914,0.0614698641002178,-0.267416417598724
  476. }
  477. BinormalsW: *2005 {
  478. 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,
  479. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  480. }
  481. }
  482. LayerElementTangent: 0 {
  483. Version: 102
  484. Name: "map1"
  485. MappingInformationType: "ByPolygonVertex"
  486. ReferenceInformationType: "Direct"
  487. Tangents: *6015 {
  488. a: 1,-0.00011288835958112,-0,0.999999940395355,-0.000265633512753993,0,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999940395355,-0.000265633512753993,0,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999978423118591,-0.00656960904598236,1.77739536866284e-007,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.99999874830246,-0.00158994598314166,-5.31614503529454e-008,-0.0176578611135483,0.0023022722452879,0.999841451644897,-0.0227579195052385,0.0121191013604403,0.999667644500732,-0.0220320411026478,0.00497486861422658,0.999744951725006,-0.00286386162042618,0.00311746005900204,0.999991059303284,-0.0176578611135483,0.0023022722452879,0.999841451644897,-0.00286386162042618,0.00311746005900204,0.999991059303284,0.0425474308431149,0.00248046522028744,0.999091386795044,0,0.0110247517004609,0.999939262866974,0.0425474308431149,0.00248046522028744,0.999091386795044,-0.00286386162042618,0.00311746005900204,0.999991059303284,0,0.000940662575885654,0.999999582767487,0,0.000940662575885654,0.999999582767487,-0.00286386162042618,0.00311746005900204,0.999991059303284,0,-0.0137030221521854,0.999906122684479,0,-0.00685060303658247,0.999976634979248,0,0.000940662575885654,0.999999582767487,0,-0.00685060303658247,0.999976634979248,0,1.2783124248017e-006,1,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,
  489. -0.999986171722412,-0.00519698159769177,-0.000803894770797342,-0.999989569187164,-0.00446972670033574,-0.00104188697878271,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000169784369063564,-0.000971614732407033,-0.999999105930328,0.000908157730009407,-0.000939953664783388,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.99999737739563,0.00233018863946199,-1.23942260898957e-008,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999999105930328,0.000908157730009407,-0.000939953664783388,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999999463558197,-0,0.00102883111685514,0.999999225139618,-0,0.00125708139967173,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.68010413646698,-0.733108043670654,0.00333985034376383,0.137521877884865,-0.99048238992691,0.00569321401417255,0.137523353099823,-0.99049299955368,0.00335148349404335,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.68010413646698,-0.733108043670654,0.00333985034376383,0.994822919368744,-0.101479917764664,0.00540231307968497,0.994817912578583,-0.101464480161667,0.00650197686627507,0.999790906906128,-0.0201727319508791,0.00335744372569025,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999997556209564,0.00221734237857163,-4.43914105474619e-009,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999790906906128,-0.0201727319508791,0.00335744372569025,
  490. 0.999987661838531,-0.00354642909951508,0.00350747932679951,0.999987661838531,-0.00354643166065216,0.00350742554292083,0,-0.993889451026917,-0.11038102209568,0,-0.999946713447571,0.010320189408958,0,-0.991399466991425,0.130870655179024,0,-0.999946713447571,0.010320189408958,-0.999999582767487,0.000940048310440034,5.23283745224035e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000753533327952027,-1.55809090074399e-008,-0.999998867511749,0.00150706141721457,-1.55808947965852e-008,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999903917312622,-0.0137514835223556,0.00174569885712117,-0.999440431594849,-0.0137451086193323,0.0304947327822447,-0.999999463558197,0.00029152788920328,0.000905067194253206,-0.999945938587189,0.00885310303419828,0.00547153130173683,-0.999960899353027,0.00884226802736521,7.15468704584055e-005,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999999463558197,0.00029152788920328,0.000905067194253206,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000327754707541317,-4.63545006823551e-008,-1,-4.61638416382471e-009,-4.63545006823551e-008,-0.997077226638794,-0.0764011889696121,-0.00010191036562901,-0.997076690196991,-0.0764072090387344,0.000245196424657479,-0.997077226638794,-0.0764011815190315,-0.000101910321973264,-0.997077643871307,-0.076395146548748,-0.000449016952188686,-0.0911963731050491,-0.376264989376068,-0.922012984752655,-0.159660682082176,-0.29521781206131,-0.941995203495026,-0.1168322712183,-0.227584362030029,-0.966724157333374,-0.099918894469738,-0.447203814983368,-0.888833582401276,0.252366364002228,0.0671870186924934,-0.965296387672424,0.205176934599876,-0.23837623000145,-0.94925183057785,0.336710721254349,0.222461402416229,-0.914951801300049,
  491. 0.325273811817169,0.154964357614517,-0.93283599615097,0.205176934599876,-0.23837623000145,-0.94925183057785,0.252366364002228,0.0671870186924934,-0.965296387672424,0.259364366531372,-0.114457093179226,-0.958973228931427,0.202906221151352,-0.110993638634682,-0.97288715839386,-0.0466047190129757,-0.447645783424377,-0.892995655536652,-0.099918894469738,-0.447203814983368,-0.888833582401276,-0.1168322712183,-0.227584362030029,-0.966724157333374,-0.0283573847264051,-0.341184228658676,-0.93956857919693,-0.0466047190129757,-0.447645783424377,-0.892995655536652,0.0471585914492607,-0.634992122650146,-0.771077930927277,0.0341905020177364,-0.846640527248383,-0.531065762042999,-0.099918894469738,-0.447203814983368,-0.888833582401276,0.0857057645916939,-0.32705482840538,-0.941110908985138,0.205176934599876,-0.23837623000145,-0.94925183057785,-0.0466047190129757,-0.447645783424377,-0.892995655536652,-0.0283573847264051,-0.341184228658676,-0.93956857919693,0.0471585914492607,-0.634992122650146,-0.771077930927277,-0.0466047190129757,-0.447645783424377,-0.892995655536652,0.205176934599876,-0.23837623000145,-0.94925183057785,0.0890839099884033,-0.558542728424072,-0.824678122997284,0.0645201951265335,-0.951670289039612,-0.300267815589905,-0.0331598334014416,-0.809777140617371,-0.585799813270569,0.0341905020177364,-0.846640527248383,-0.531065762042999,0.0471585914492607,-0.634992122650146,-0.771077930927277,0.202906221151352,-0.110993638634682,-0.97288715839386,0.0890839099884033,-0.558542728424072,-0.824678122997284,0.205176934599876,-0.23837623000145,-0.94925183057785,0.336710721254349,0.222461402416229,-0.914951801300049,0.0857057645916939,-0.32705482840538,-0.941110908985138,0.0621958673000336,-0.191858142614365,-0.979449927806854,0.999941229820251,0.0106721054762602,-0.00188494881149381,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999968945980072,-0.00763024715706706,-0.00197382201440632,-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.0621958673000336,-0.191858142614365,-0.979449927806854,
  492. 0.0857057645916939,-0.32705482840538,-0.941110908985138,-0.0283573847264051,-0.341184228658676,-0.93956857919693,0.336710721254349,0.222461402416229,-0.914951801300049,0.205176934599876,-0.23837623000145,-0.94925183057785,0.0857057645916939,-0.32705482840538,-0.941110908985138,0.999933063983917,0.00161157641559839,0.0114507032558322,0.999978601932526,0.0016783558530733,-0.00633858004584908,0.999933063983917,0.00161157618276775,0.0114507032558322,0.999571323394775,0.00154428696259856,0.0292363632470369,0.999697029590607,-0.0241647232323885,-0.00469380477443337,0.99973064661026,-0.022748863324523,-0.0046179722994566,0.999690473079681,-0.0244445521384478,-0.00462331529706717,0.999693751335144,-0.0242497958242893,-0.00492703821510077,0.999578177928925,-0.027261620387435,-0.0100114848464727,0.999697029590607,-0.0241647232323885,-0.00469380477443337,0.999693751335144,-0.0242497958242893,-0.00492703821510077,0.998142778873444,-0.00194742518942803,0.0608874745666981,0.997157335281372,-0.00269461725838482,0.0752994641661644,0.998178124427795,0.012706084176898,0.0589824430644512,0.999057710170746,0.0062555531039834,0.0429493002593517,0.998975276947021,0.0180466324090958,0.0415046811103821,0.999420166015625,0.018383352085948,0.0286599099636078,0.999057710170746,0.0062555531039834,0.0429493002593517,0.998178124427795,0.012706084176898,0.0589824430644512,0.00174450746271759,0.999940633773804,-0.0107573429122567,0.00215982785448432,0.999669969081879,-0.0255975555628538,0.00208891415968537,0.999849259853363,-0.0172328408807516,0.00227959430776536,0.99999737739563,-0.000501637463457882,0.00208891415968537,0.999849259853363,-0.0172328408807516,0.00215982785448432,0.999669969081879,-0.0255975555628538,0.00227659870870411,0.999787867069244,-0.0204709488898516,0.0100170709192753,-0.999325752258301,0.0353219658136368,0.0106280259788036,-0.998956918716431,0.0444111190736294,0.0106175700202584,-0.999001502990723,0.0433989800512791,0.00817423593252897,-0.999492228031158,0.030797440558672,0.00817423593252897,-0.999492228031158,0.030797440558672,
  493. -0.00286806654185057,-0.999809861183167,0.0192874819040298,0.0100170709192753,-0.999325752258301,0.0353219658136368,-0.701638996601105,0.708409070968628,-0.0765468776226044,-0.701638996601105,0.708409011363983,-0.0765468552708626,-0.701638996601105,0.708409070968628,-0.0765468776226044,0.999962747097015,-0.00855078175663948,-0.00118293624836951,0.999993860721588,-0.00331396632827818,-0.0012316070497036,0.999997973442078,-0.00164889614097774,-0.00121874117758125,0.999991595745087,-0.00394682958722115,-0.00103646423667669,0.999991595745087,-0.00394682958722115,-0.00103646423667669,0.999997973442078,-0.00164889614097774,-0.00121874117758125,0.999986529350281,-0.00521042617037892,-4.17624651163351e-005,-0.0901841968297958,-0.993638575077057,0.067447692155838,-0.0901841968297958,-0.993638575077057,0.067447692155838,-0.0901841968297958,-0.993638575077057,0.067447692155838,-0.999772608280182,0.0212253611534834,-0.00205901521258056,-0.999512553215027,0.0308260526508093,-0.0049404501914978,-0.996790647506714,0.079868420958519,-0.00544414296746254,-0.999991595745087,0.00100797845516354,-0.00396721996366978,-0.999772608280182,0.0212253611534834,-0.00205901521258056,-0.999991595745087,0.00100797845516354,-0.00396721996366978,-0.999155521392822,0.0410824865102768,0.000684646074660122,-0.99010843038559,0.140301942825317,0.000836531631648541,-0.995192348957062,0.0978782922029495,0.00347476429305971,-0.998841404914856,0.0480421632528305,0.0027944091707468,-0.997678637504578,0.0680465325713158,0.00266216206364334,-0.997274398803711,0.0737429410219193,0.00240265857428312,-0.997678637504578,0.0680465325713158,0.00266216206364334,-0.998841404914856,0.0480421632528305,0.0027944091707468,-0.999196827411652,0.0399786718189716,0.00269776280038059,-0.999868154525757,0.0137229291722178,0.00869187992066145,-0.999196827411652,0.0399786718189716,0.00269776280038059,-0.998841404914856,0.0480421632528305,0.0027944091707468,-0.0398005060851574,0.995032727718353,-0.091246210038662,-0.0397743582725525,0.993986487388611,-0.1020238250494,-0.0412358045578003,0.995217025279999,-0.0885590612888336,
  494. -0.0411058142781258,0.994470655918121,-0.0966358259320259,-0.0415006242692471,0.986276626586914,-0.159799948334694,-0.0411058142781258,0.994470655918121,-0.0966358259320259,-0.0412358045578003,0.995217025279999,-0.0885590612888336,-0.0416707396507263,0.990058541297913,-0.134340763092041,-0.0416707396507263,0.990058541297913,-0.134340763092041,-0.0400907509028912,0.980337500572205,-0.193213105201721,-0.0415006242692471,0.986276626586914,-0.159799948334694,-0.977595806121826,0.154620513319969,-0.142824932932854,-0.977595806121826,0.154620513319969,-0.142824932932854,-0.977595806121826,0.15462052822113,-0.142824932932854,-0.922285497188568,-0.34544774889946,0.173365280032158,-0.922285497188568,-0.34544774889946,0.173365280032158,-0.922285497188568,-0.34544774889946,0.173365265130997,-0.999892234802246,0.000658718636259437,-0.014666048809886,-0.999955952167511,0.00163088773842901,-0.00924381241202354,-0.999372482299805,-0.0354226194322109,-0.0002831261663232,-0.999554038047791,-0.0247547868639231,-0.0166962370276451,0.0392138659954071,-0.998920559883118,-0.0249012615531683,0.0372429676353931,-0.998898029327393,0.0285598002374172,0.038072407245636,-0.999231278896332,0.00934977270662785,0.0394544005393982,-0.99880462884903,-0.0288552325218916,0.0392138659954071,-0.998920559883118,-0.0249012615531683,0.0394544005393982,-0.99880462884903,-0.0288552325218916,0.0400890968739986,-0.997953593730927,-0.0498133338987827,0.0400724299252033,-0.997904598712921,-0.0508007071912289,0.0400890968739986,-0.997953593730927,-0.0498133338987827,0.0400922894477844,-0.998709321022034,-0.0311816595494747,0.0400724299252033,-0.997904598712921,-0.0508007071912289,0.36604180932045,-0.92987060546875,0.0367973297834396,0.366041779518127,-0.92987060546875,0.0367973335087299,0.36604180932045,-0.92987060546875,0.0367973260581493,-0.997843205928802,0.009025814011693,-0.0650192722678185,-0.998955368995667,-0.00295822857879102,-0.0456001944839954,-0.995798051357269,-0.0135991582646966,-0.0905610546469688,-0.984945058822632,-0.0174075793474913,-0.17198882997036,
  495. -0.995798051357269,-0.0135991582646966,-0.0905610546469688,-0.998955368995667,-0.00295822857879102,-0.0456001944839954,-0.996448874473572,-0.0216641798615456,-0.081364318728447,-0.998955368995667,-0.00295822857879102,-0.0456001944839954,-0.999055802822113,-0.0220701117068529,-0.0374245271086693,-0.996448874473572,-0.0216641798615456,-0.081364318728447,-0.6038498878479,-0.793070197105408,-0.0800312384963036,-0.603849947452545,-0.793070137500763,-0.0800312608480453,-0.603849947452545,-0.793070256710052,-0.0800312682986259,0.999976754188538,0.00681852642446756,-0.000143271099659614,0.999960124492645,0.0068364473991096,-0.00574510218575597,0.999925792217255,0.00693198479712009,-0.0100218346342444,0.999901354312897,0.00702278222888708,-0.0121603421866894,0.999901354312897,0.00702278222888708,-0.0121603421866894,0.999925792217255,0.00693198479712009,-0.0100218346342444,0.999526619911194,0.00774838868528605,-0.0297737829387188,0.999389171600342,0.0312866643071175,0.0155691066756845,0.999455630779266,0.0318351499736309,0.00864945072680712,0.999203979969025,0.0388039723038673,0.00925029907375574,0.99982762336731,0.00991916190832853,0.0156945791095495,0.991170346736908,-0.021962845697999,-0.130763009190559,0.99966835975647,0.0240303743630648,0.00925785955041647,0.999295473098755,0.0230041723698378,0.0296547636389732,0.998311102390289,0.00289686536416411,-0.058020293712616,0.999720871448517,0.00260544987395406,-0.0234822388738394,0.999725043773651,0.0209764782339334,0.0104796933010221,0.998050034046173,0.00841291062533855,-0.061850368976593,0.998050034046173,0.00841291062533855,-0.061850368976593,0.999725043773651,0.0209764782339334,0.0104796933010221,0.999295473098755,0.0230041723698378,0.0296547636389732,0.99966835975647,0.0240303743630648,0.00925785955041647,0.0151133248582482,-0.999768197536469,0.0153357703238726,0.0151206692680717,-0.999880969524384,-0.00305396015755832,0.0151189444586635,-0.999817192554474,-0.0117059480398893,0.0151202138513327,-0.999784231185913,0.0142443776130676,0.0151220448315144,-0.999810636043549,-0.012251665815711,
  496. 0.0151189444586635,-0.999817192554474,-0.0117059480398893,0.0151206692680717,-0.999880969524384,-0.00305396015755832,-0.00245157862082124,0.999597012996674,-0.0282802768051624,-0.00250439811497927,0.999760091304779,0.021756038069725,-0.00343436980620027,0.99476832151413,0.102098807692528,-0.00435607740655541,0.999875009059906,0.015201648697257,-0.00435607740655541,0.999875009059906,0.015201648697257,-0.0151588777080178,0.999883115291595,0.00204763747751713,-0.00245157862082124,0.999597012996674,-0.0282802768051624,-0.692907214164734,-0.720781207084656,0.0188169684261084,-0.692907214164734,-0.720781207084656,0.0188169684261084,-0.692907214164734,-0.720781207084656,0.0188169460743666,0.999524533748627,0.0308342035859823,0.000130497544887476,0.999203979969025,0.0388039723038673,0.00925029907375574,0.999455630779266,0.0318351499736309,0.00864945072680712,0.999946177005768,0.0103814536705613,-6.06834073550999e-005,0.999455630779266,0.0318351499736309,0.00864945072680712,0.999916315078735,0.0129383476451039,7.35357461962849e-005,0.999946177005768,0.0103814536705613,-6.06834073550999e-005,0.999593675136566,0.0284715741872787,0.00137181964237243,0.999840795993805,0.0178027208894491,0.00124300282914191,0.999946475028992,0.0102864485234022,0.00112958101090044,0.999865770339966,0.0163497347384691,0.00107026565819979,0.999865770339966,0.0163497347384691,0.00107026565819979,0.999946475028992,0.0102864485234022,0.00112958101090044,0.999909520149231,0.0134528316557407,0.000171012172359042,-0.0993460118770599,0.994694948196411,-0.0266894083470106,-0.0993460118770599,0.994694948196411,-0.0266894083470106,-0.0993460044264793,0.994694948196411,-0.0266894046217203,-0.999314308166504,-0.0322425104677677,-0.0182034596800804,-0.999554038047791,-0.0247547868639231,-0.0166962370276451,-0.999343752861023,-0.0361420921981335,-0.00237219291739166,-0.999260604381561,-0.0321241170167923,-0.0211259238421917,-0.998490691184998,-0.0375703126192093,0.0400604791939259,-0.999343752861023,-0.0361420921981335,-0.00237219291739166,-0.999554038047791,-0.0247547868639231,-0.0166962370276451,
  497. -0.999372482299805,-0.0354226194322109,-0.0002831261663232,-0.998431742191315,0.0156376529484987,0.053753949701786,-0.999384820461273,0.0155714983120561,0.031425766646862,-0.999652087688446,0.0155300479382277,0.0213170796632767,-0.999362349510193,0.0155688151717186,0.0321336649358273,-0.999652087688446,0.0155300479382277,0.0213170796632767,-0.999316334724426,0.0155352158471942,0.0335491672158241,-0.999362349510193,0.0155688151717186,0.0321336649358273,-0.99923700094223,0.037085123360157,-0.0122539466246963,-0.999255776405334,0.0384148471057415,0.00347610237076879,-0.99929404258728,0.0375102683901787,-0.00208833161741495,-0.999744772911072,0.019096378237009,-0.0120806274935603,-0.999132037162781,0.00098436838015914,0.0416436344385147,-0.99824333190918,0.00831522233784199,0.0586612299084663,-0.998556554317474,0.00921742711216211,0.0529126450419426,-0.998015880584717,0.0163731835782528,0.0607965737581253,-0.998556554317474,0.00921742711216211,0.0529126450419426,-0.99824333190918,0.00831522233784199,0.0586612299084663,-0.99696683883667,0.0143568888306618,0.0764908716082573,-0.99696683883667,0.0143568888306618,0.0764908716082573,-0.99824333190918,0.00831522233784199,0.0586612299084663,-0.995535373687744,0.00618107570335269,0.0941872373223305,-0.993859052658081,0.00600415049120784,0.110490575432777,-0.0162034034729004,-0.999868750572205,-0.000365133659215644,-0.0173543952405453,-0.999831318855286,-0.00600291835144162,-0.0170128829777241,-0.9998499751091,-0.00328524503856897,-0.0178001597523689,-0.999776065349579,-0.0114436680451036,-0.0177393034100533,-0.999803721904755,-0.00882625486701727,-0.0170128829777241,-0.9998499751091,-0.00328524503856897,-0.0173543952405453,-0.999831318855286,-0.00600291835144162,0.0168651472777128,0.999722003936768,0.0164776239544153,0.0168976206332445,0.999591946601868,0.0230346247553825,0.0123167159035802,0.999905526638031,0.0060939765535295,0.0116374241188169,0.999886512756348,0.0095670185983181,0.0123167159035802,0.999905526638031,0.0060939765535295,-0.0249282028526068,0.999541938304901,-0.0171617995947599,
  498. 0.0116374241188169,0.999886512756348,0.0095670185983181,0.717827916145325,-0.694389939308167,-0.0504552684724331,0.71782785654068,-0.694389998912811,-0.0504553131759167,0.71782785654068,-0.694389998912811,-0.0504553131759167,-0.99929404258728,0.0375102683901787,-0.00208833161741495,-0.999255776405334,0.0384148471057415,0.00347610237076879,-0.999098300933838,0.0318278931081295,0.0280970465391874,-0.998940050601959,0.0350365377962589,0.0298563912510872,-0.999098300933838,0.0318278931081295,0.0280970465391874,-0.999255776405334,0.0384148471057415,0.00347610237076879,-0.999144971370697,0.0285413321107626,0.0299157034605742,-0.999491810798645,0.0269833523780108,0.0169765986502171,-0.999319612979889,0.0328759029507637,0.0167176276445389,-0.999382138252258,0.0309014115482569,0.0167512316256762,-0.999425828456879,0.029575752094388,0.0165285523980856,-0.999425828456879,0.029575752094388,0.0165285523980856,-0.999382138252258,0.0309014115482569,0.0167512316256762,-0.999623119831085,0.0229474045336246,0.0150737529620528,0.120617710053921,0.992698490619659,-0.00103253847919405,0.120617710053921,0.992698490619659,-0.00103253859560937,0.120617710053921,0.992698490619659,-0.00103253859560937,-0.999946177005768,0.00888825114816427,-0.00534958811476827,-0.999972581863403,-0.00277266395278275,-0.00686485273763537,-0.999942123889923,-0.00281169754453003,-0.010393088683486,-0.999973058700562,0.0073267724364996,-0.000508119876030833,-0.999929010868073,-0.00282639032229781,-0.0115786660462618,-0.999973058700562,0.0073267724364996,-0.000508119876030833,-0.999942123889923,-0.00281169754453003,-0.010393088683486,-0.999523758888245,-0.00288639473728836,-0.0307230446487665,-0.999177157878876,-0.0372364819049835,0.0160762052983046,-0.999674737453461,-0.0236782338470221,0.00947893969714642,-0.999358296394348,-0.0343422964215279,0.0101792030036449,-0.999358654022217,-0.0319784358143806,0.0161125045269728,-0.990806937217712,-0.00914149824529886,-0.13497431576252,-0.999962389469147,-0.00434961216524243,0.00751257687807083,-0.999543786048889,-0.00323080481030047,0.0300294309854507,
  499. -0.997934579849243,0.0122237652540207,-0.0630639642477036,-0.999575614929199,0.0131653277203441,-0.0259864684194326,-0.999960720539093,0.00396749703213573,0.00792286358773708,-0.997597336769104,0.00868779513984919,-0.0687323212623596,-0.997597336769104,0.00868779513984919,-0.0687323212623596,-0.999960720539093,0.00396749703213573,0.00792286358773708,-0.999543786048889,-0.00323080481030047,0.0300294309854507,-0.999962389469147,-0.00434961216524243,0.00751257687807083,-0.0205899942666292,0.999547958374023,-0.0219093281775713,-0.0205961484462023,0.999712884426117,0.0122544560581446,-0.020593386143446,0.999695181846619,-0.0136161064729095,-0.0205737892538309,0.998799860477448,-0.0444486625492573,-0.0205909609794617,0.999541461467743,0.0222005266696215,-0.0205950848758221,0.999773740768433,-0.00532364891842008,-0.0205737892538309,0.998799860477448,-0.0444486625492573,-0.020593386143446,0.999695181846619,-0.0136161064729095,0.00697368010878563,-0.999971687793732,0.00283551285974681,0.00561739597469568,-0.997496843338013,-0.070487841963768,0.00644528493285179,-0.999974727630615,0.00302330614067614,0.00914107449352741,-0.999177992343903,0.0394946672022343,0.00914107449352741,-0.999177992343903,0.0394946672022343,0.01996766962111,-0.999797940254211,0.0023250887170434,0.00697368010878563,-0.999971687793732,0.00283551285974681,0.722384810447693,0.691193222999573,0.0203000046312809,0.722384810447693,0.691193222999573,0.0203000046312809,0.722384810447693,0.691193222999573,0.0203000046312809,-0.999770164489746,-0.0214374475181103,0.000228994031203911,-0.999358296394348,-0.0343422964215279,0.0101792030036449,-0.999674737453461,-0.0236782338470221,0.00947893969714642,-0.999930620193481,-0.0117790084332228,0.000106431376480032,-0.999674737453461,-0.0236782338470221,0.00947893969714642,-0.999957263469696,-0.00924671161919832,8.62394226714969e-005,-0.999930620193481,-0.0117790084332228,0.000106431376480032,-0.999962210655212,-0.0085158608853817,0.00179519644007087,-0.998760223388672,0.0497800968587399,-0.000135331269120798,-0.993985593318939,0.109504498541355,-0.00118304532952607,
  500. -0.999777495861053,0.0210855789482594,0.000552869634702802,-0.999967932701111,-0.00754950102418661,0.00267045409418643,-0.999962210655212,-0.0085158608853817,0.00179519644007087,-0.999777495861053,0.0210855789482594,0.000552869634702802,-0.999962866306305,-0.00818971917033196,0.00268185907043517,0.123226746916771,-0.991819024085999,-0.0333197526633739,0.12322673946619,-0.991819024085999,-0.0333197489380836,0.123226754367352,-0.991819024085999,-0.0333197563886642,0.999981641769409,-0.00606288854032755,-0.000118484364065807,0.999970436096191,-0.00604563159868121,-0.00475366832688451,0.999947845935822,-0.00596447149291635,-0.00828638020902872,0.999932527542114,-0.00583467772230506,-0.0100525785237551,0.999932527542114,-0.00583467772230506,-0.0100525785237551,0.999947845935822,-0.00596447149291635,-0.00828638020902872,0.999683558940887,-0.00517267873510718,-0.0246181096881628,0.999768018722534,0.0172468684613705,0.0128978304564953,0.999816954135895,0.0177692733705044,0.00708611076697707,0.99967223405838,0.0244099106639624,0.00771427340805531,0.999910593032837,-0.00312528316862881,0.0130028873682022,0.993532657623291,-0.0334617272019386,-0.108505114912987,0.999901711940765,0.0115571059286594,0.00794670544564724,0.999666035175323,0.00752558559179306,0.0247211810201406,0.99879652261734,-0.00978002417832613,-0.0480613671243191,0.999760508537292,-0.0100713204592466,-0.0194296203553677,0.999916970729828,0.00931594893336296,0.00889921467751265,0.99866908788681,-0.00555031094700098,-0.0512742288410664,0.99866908788681,-0.00555031094700098,-0.0512742288410664,0.999916970729828,0.00931594893336296,0.00889921467751265,0.999666035175323,0.00752558559179306,0.0247211810201406,0.999901711940765,0.0115571059286594,0.00794670544564724,-0.00456372415646911,-0.999918699264526,0.0119090592488647,-0.00447702687233686,-0.996108829975128,-0.0880181044340134,-0.00440492387861013,-0.981797516345978,-0.189879432320595,-0.00456537771970034,-0.998442232608795,-0.055608157068491,-0.00456537771970034,-0.998442232608795,-0.055608157068491,-0.00474360166117549,-0.999947845935822,0.00904352124780416,
  501. -0.00456372415646911,-0.999918699264526,0.0119090592488647,0.0177391152828932,0.999542415142059,-0.0245035290718079,0.0177728477865458,0.999663591384888,0.0188923217356205,0.0167179051786661,0.995922327041626,0.0886525213718414,0.0159789249300957,0.999784886837006,0.0132192429155111,0.0159789249300957,0.999784886837006,0.0132192429155111,0.00469161057844758,0.999987483024597,0.00178925518412143,0.0177391152828932,0.999542415142059,-0.0245035290718079,-0.72174334526062,-0.69197815656662,0.0158985946327448,-0.72174334526062,-0.69197815656662,0.0158986188471317,-0.721743285655975,-0.691978216171265,0.0158986430615187,0.999858498573303,0.0168152991682291,0.000103268976090476,0.99967223405838,0.0244099106639624,0.00771427340805531,0.999816954135895,0.0177692733705044,0.00708611076697707,0.999996423721313,-0.00266972254030406,-5.21409892826341e-005,1,-0.000231424142839387,6.11995856161229e-005,0.999996423721313,-0.00266972254030406,-5.21409892826341e-005,0.999816954135895,0.0177692733705044,0.00708611076697707,0.999893188476563,0.0145716359838843,0.00113507325295359,0.999989807605743,0.00440347613766789,0.00102866103406996,0.999995768070221,-0.00275867735035717,0.000935819989535958,0.999995112419128,0.00301890168339014,0.000885380839463323,0.999995112419128,0.00301890168339014,0.000885380839463323,0.999995768070221,-0.00275867735035717,0.000935819989535958,1,0.000256339670158923,0.000141534474096261,-0.0840290486812592,0.996192872524261,-0.0232143122702837,-0.0840290486812592,0.996192872524261,-0.0232143141329288,-0.0840290486812592,0.996192872524261,-0.0232143122702837,-0.999946177005768,0.00888825114816427,-0.00534958811476827,-0.999973058700562,0.0073267724364996,-0.000508119876030833,-0.993200838565826,0.116376399993896,0.00293758045881987,0.234415635466576,-0.115390129387379,0.965264022350311,0.261552274227142,-0.115545161068439,0.958248257637024,0.252492010593414,-0.115470059216022,0.960684418678284,0.246473237872124,-0.115447886288166,0.962248802185059,0.252492010593414,-0.115470059216022,0.960684418678284,0.216151297092438,-0.115049101412296,0.969557821750641,
  502. 0.246473237872124,-0.115447886288166,0.962248802185059,0.307673066854477,-0.14629465341568,0.940178275108337,0.272925615310669,-0.146271273493767,0.950850367546082,0.275048941373825,-0.147970020771027,0.949975311756134,0.308340638875961,-0.12854690849781,0.942550659179688,0.251774162054062,-0.0986401289701462,0.962746143341064,0.359903484582901,-0.108117707073689,0.926703929901123,0.289020270109177,-0.108731992542744,0.951128005981445,0.253822833299637,-0.116874881088734,0.960163652896881,0.289020270109177,-0.108731992542744,0.951128005981445,0.359903484582901,-0.108117707073689,0.926703929901123,0.341946244239807,-0.113806761801243,0.932802677154541,0.341946244239807,-0.113806761801243,0.932802677154541,0.359903484582901,-0.108117707073689,0.926703929901123,0.422330349683762,-0.108077697455883,0.899975657463074,0.16150751709938,-0.108358174562454,0.980904579162598,0.0680740475654602,0.992905259132385,0.0974942296743393,0.114007882773876,0.990595459938049,0.0756487175822258,0.0913577526807785,0.992268025875092,0.0840112417936325,0.0913577526807785,0.992268025875092,0.0840112417936325,0.114007882773876,0.990595459938049,0.0756487175822258,0.102564081549644,0.991831302642822,0.0758370235562325,0.043655626475811,0.994789719581604,0.0921291783452034,0.00430953269824386,-0.993211507797241,-0.116242468357086,-0.0616922304034233,-0.993022799491882,-0.100497968494892,-0.0628306418657303,-0.992986559867859,-0.100151129066944,0.0368630364537239,-0.991341352462769,-0.126029491424561,0.0368630364537239,-0.991341352462769,-0.126029491424561,0.142449975013733,-0.980757594108582,-0.13350111246109,0.00430953269824386,-0.993211507797241,-0.116242468357086,-0.104322671890259,0.83778703212738,-0.535938322544098,-0.104322649538517,0.83778703212738,-0.535938322544098,-0.104322649538517,0.83778703212738,-0.535938322544098,0.222560733556747,-0.147186115384102,0.963744342327118,0.275048941373825,-0.147970020771027,0.949975311756134,0.272925615310669,-0.146271273493767,0.950850367546082,0.222764030098915,-0.140589565038681,0.964681684970856,
  503. 0.272925615310669,-0.146271273493767,0.950850367546082,0.223255798220634,-0.122894175350666,0.966981828212738,0.222764030098915,-0.140589565038681,0.964681684970856,0.281111478805542,-0.132969886064529,0.950418531894684,0.281516015529633,-0.123094953596592,0.95162832736969,0.281703889369965,-0.11822997033596,0.952189445495605,0.281508386135101,-0.123146310448647,0.951623857021332,0.281508386135101,-0.123146310448647,0.951623857021332,0.281703889369965,-0.11822997033596,0.952189445495605,0.281472891569138,-0.123248912394047,0.951621115207672,-0.085248127579689,-0.981392562389374,-0.172051176428795,-0.0852481126785278,-0.981392562389374,-0.172051161527634,-0.0852481201291084,-0.981392562389374,-0.172051176428795,-0.997062027454376,0.00282159051857889,0.0765469372272491,-0.99675065279007,0.00336226657964289,0.0804789364337921,-0.9986372590065,0.00469619454815984,0.0519785657525063,-0.997654318809509,0.00353445974178612,0.068363182246685,-0.997062027454376,0.00282159051857889,0.0765469372272491,-0.997654318809509,0.00353445974178612,0.068363182246685,-0.999029755592346,0.00164855201728642,0.0440090894699097,-0.993061482906342,-0.0456434972584248,0.108377166092396,-0.995136320590973,-0.0269832517951727,0.0947399139404297,-0.994575917720795,-0.0361263081431389,0.0975387915968895,-0.99333381652832,-0.0391020961105824,0.108438812196255,-0.999974429607391,-0.00392754469066858,-0.00599242467433214,-0.99943083524704,0.00110118347220123,-0.0337155573070049,-0.997350811958313,0.00042278176988475,-0.0727408602833748,-0.996066451072693,0.0241779014468193,0.0852472260594368,-0.996727347373962,0.0243282616138458,0.0770889967679977,-0.99972927570343,0.0134528717026114,0.0189849883317947,-0.997397065162659,0.0210677795112133,0.0689576044678688,-0.997397065162659,0.0210677795112133,0.0689576044678688,-0.99972927570343,0.0134528717026114,0.0189849883317947,-0.997350811958313,0.00042278176988475,-0.0727408602833748,-0.99943083524704,0.00110118347220123,-0.0337155573070049,0.00252120476216078,0.998926162719727,0.0462615638971329,0.00389006268233061,0.998227000236511,0.0593934506177902,
  504. 0.00562983471900225,0.997077643871307,0.0761869549751282,0.00355408038012683,0.998410761356354,0.056242797523737,0.00355408038012683,0.998410761356354,0.056242797523737,0.00287655740976334,0.998748004436493,0.049941286444664,0.00252120476216078,0.998926162719727,0.0462615638971329,-0.00448978506028652,-0.998385429382324,-0.0566247850656509,-0.00316739641129971,-0.998945891857147,-0.0457945168018341,-0.0107282204553485,-0.997376143932343,-0.0715957209467888,-0.00882245134562254,-0.997741281986237,-0.0665917694568634,-0.0107282204553485,-0.997376143932343,-0.0715957209467888,-0.0430277325212955,-0.993510186672211,-0.105290479958057,-0.00882245134562254,-0.997741281986237,-0.0665917694568634,0.651096999645233,0.758636713027954,-0.0233087837696075,0.651096999645233,0.758636713027954,-0.0233087874948978,0.651096999645233,0.75863653421402,-0.0233087968081236,-0.996372938156128,-0.0302308462560177,0.0795428231358528,-0.994575917720795,-0.0361263081431389,0.0975387915968895,-0.995136320590973,-0.0269832517951727,0.0947399139404297,-0.997035384178162,-0.0195769090205431,0.0744126215577126,-0.995136320590973,-0.0269832517951727,0.0947399139404297,-0.998291611671448,-0.0055412077344954,0.0581647232174873,-0.997035384178162,-0.0195769090205431,0.0744126215577126,-0.994882643222809,-0.00687720440328121,0.100803941488266,-0.994887948036194,-0.00587105192244053,0.100814804434776,-0.994885802268982,-0.00508853374049068,0.100878655910492,-0.994858622550964,-0.00568432407453656,0.101113177835941,-0.994858622550964,-0.00568432407453656,0.101113177835941,-0.994885802268982,-0.00508853374049068,0.100878655910492,-0.994699716567993,-0.00533014861866832,0.102684244513512,0.0787824392318726,-0.99490875005722,-0.0628484785556793,0.0787824466824532,-0.99490875005722,-0.0628484860062599,0.078782431781292,-0.99490875005722,-0.0628484785556793,-0.969074010848999,0.202110528945923,0.141587138175964,-0.983449280261993,0.117090217769146,0.138265237212181,-0.982249915599823,0.117700554430485,0.146053656935692,-0.985006392002106,0.107711099088192,0.13476125895977,
  505. -0.982249915599823,0.117700554430485,0.146053656935692,-0.983449280261993,0.117090217769146,0.138265237212181,-0.986728310585022,0.109455943107605,0.119944266974926,-0.981871545314789,0.0721263065934181,0.175288960337639,-0.979269206523895,0.117614887654781,0.164920091629028,-0.983477711677551,0.0718646198511124,0.166154146194458,-0.982440531253815,0.0634255930781364,0.175465062260628,-0.985704600811005,0.113369636237621,0.124634690582752,-0.985116899013519,0.0985705852508545,0.140813603997231,-0.982352495193481,0.106050111353397,0.154068380594254,-0.983731925487518,0.0982149988412857,0.150417551398277,-0.982352495193481,0.106050111353397,0.154068380594254,-0.985116899013519,0.0985705852508545,0.140813603997231,-0.989774286746979,0.0951727628707886,0.10624934732914,-0.989774286746979,0.0951727628707886,0.10624934732914,-0.985116899013519,0.0985705852508545,0.140813603997231,-0.990995347499847,0.0879696160554886,0.100943230092525,-0.99412614107132,0.0869845002889633,0.0643962696194649,0.0972193032503128,0.995235919952393,0.00734251784160733,0.0980389788746834,0.995100498199463,0.0127901816740632,0.0979014709591866,0.995125472545624,0.0118578551337123,0.0987777635455132,0.994951963424683,0.0177041012793779,0.0987777635455132,0.994951963424683,0.0177041012793779,0.0979014709591866,0.995125472545624,0.0118578551337123,0.0945745855569839,0.995465517044067,-0.0102009708061814,0.0974302440881729,0.995204627513886,0.00866615120321512,-0.096651665866375,-0.99531102180481,-0.00379816279746592,-0.105798721313477,-0.994385123252869,0.00219544698484242,-0.106664083898067,-0.994286775588989,0.0040723686106503,-0.106664083898067,-0.994286775588989,0.0040723686106503,-0.105798721313477,-0.994385123252869,0.00219544698484242,-0.111624173820019,-0.993725001811981,0.00711048068478704,-0.112279042601585,-0.993652105331421,0.0070070568472147,-0.111624173820019,-0.993725001811981,0.00711048068478704,-0.0964560583233833,-0.995334148406982,0.00252220127731562,-0.112279042601585,-0.993652105331421,0.0070070568472147,0.712983548641205,0.693852126598358,-0.101112373173237,
  506. 0.712983548641205,0.693852126598358,-0.101112335920334,0.712983548641205,0.693852126598358,-0.101112373173237,-0.986113131046295,0.06911601126194,0.151010274887085,-0.983477711677551,0.0718646198511124,0.166154146194458,-0.979269206523895,0.117614887654781,0.164920091629028,-0.982115030288696,0.11364383995533,0.150117501616478,-0.979269206523895,0.117614887654781,0.164920091629028,-0.969126462936401,0.197262987494469,0.147923171520233,-0.982115030288696,0.11364383995533,0.150117501616478,-0.985369026660919,0.0789261385798454,0.151058107614517,-0.984538733959198,0.0889548733830452,0.150899276137352,-0.983920633792877,0.0957504734396935,0.150771796703339,-0.984442532062531,0.0901451334357262,0.150820523500443,-0.984442532062531,0.0901451334357262,0.150820523500443,-0.983920633792877,0.0957504734396935,0.150771796703339,-0.984279453754425,0.0925241783261299,0.150444120168686,-0.0244660563766956,-0.999196827411652,-0.0317353829741478,-0.0244660545140505,-0.999196827411652,-0.0317353829741478,-0.0244660545140505,-0.999196827411652,-0.0317353829741478,-0.983357548713684,0.103667005896568,0.14920175075531,-0.982394456863403,0.103011481463909,0.155851781368256,-0.982249915599823,0.117700554430485,0.146053656935692,-0.985006392002106,0.107711099088192,0.13476125895977,0.994788885116577,-0.00357378670014441,0.101893976330757,0.995189189910889,-0.00289662810973823,0.0979290455579758,0.991867542266846,-0.00285889208316803,0.127242386341095,0.993886888027191,-0.00327296298928559,0.110354632139206,0.994788885116577,-0.00357378670014441,0.101893976330757,0.993886888027191,-0.00327296298928559,0.110354632139206,0.990806877613068,-0.00616544578224421,0.135143518447876,0.996546626091003,-0.0492372624576092,0.066863514482975,0.996136665344238,-0.0317419208586216,0.0818793550133705,0.996091485023499,-0.040482260286808,0.0785047337412834,0.996822893619537,-0.0428802892565727,0.0671237334609032,0.982484459877014,-0.0137628018856049,0.185835659503937,0.976799488067627,-0.0100997583940625,0.213917329907417,0.967391133308411,-0.0123755866661668,0.25298473238945,
  507. 0.995435059070587,0.0175318568944931,0.0938172116875649,0.994610786437988,0.0173163097351789,0.102223925292492,0.986925005912781,0.00442931521683931,0.161119535565376,0.993787705898285,0.0136756291612983,0.110448598861694,0.993787705898285,0.0136756291612983,0.110448598861694,0.986925005912781,0.00442931521683931,0.161119535565376,0.967391133308411,-0.0123755866661668,0.25298473238945,0.976799488067627,-0.0100997583940625,0.213917329907417,0.0079251891002059,0.999952793121338,-0.00562641024589539,0.00896282028406858,0.9997678399086,-0.0195948071777821,0.0102983899414539,0.999245047569275,-0.037460844963789,0.00872164405882359,0.999830067157745,-0.0162394531071186,0.00872164405882359,0.999830067157745,-0.0162394531071186,0.00824327301234007,0.999920725822449,-0.00952895451337099,0.0079251891002059,0.999952793121338,-0.00562641024589539,-0.00779844773933291,-0.999827921390533,0.0168331488966942,-0.0071376240812242,-0.999960660934448,0.00526867061853409,-0.00454523600637913,-0.999425649642944,0.0335822217166424,-0.00522669497877359,-0.999593436717987,0.028027007356286,-0.00454523600637913,-0.999425649642944,0.0335822217166424,0.0220159292221069,-0.996951937675476,0.0748476833105087,-0.00522669497877359,-0.999593436717987,0.028027007356286,-0.653859972953796,0.754018664360046,-0.0626339465379715,-0.653859972953796,0.754018783569336,-0.0626339986920357,-0.653859972953796,0.754018664360046,-0.0626339688897133,0.99461305141449,-0.0355561524629593,0.0973686724901199,0.996091485023499,-0.040482260286808,0.0785047337412834,0.996136665344238,-0.0317419208586216,0.0818793550133705,0.994326233863831,-0.0254456866532564,0.103285245597363,0.996136665344238,-0.0317419208586216,0.0818793550133705,0.992637753486633,-0.0125264935195446,0.120472282171249,0.994326233863831,-0.0254456866532564,0.103285245597363,0.996995449066162,-0.0119321253150702,0.0765357837080956,0.997004151344299,-0.0109586250036955,0.076567754149437,0.99701464176178,-0.0101976357400417,0.0765370950102806,0.997029423713684,-0.0107636880129576,0.0762656480073929,0.997029423713684,-0.0107636880129576,0.0762656480073929,
  508. 0.99701464176178,-0.0101976357400417,0.0765370950102806,0.997155249118805,-0.0103518301621079,0.0746611058712006,-0.093332514166832,-0.995602428913116,0.00805623922497034,-0.0933325216174126,-0.995602428913116,0.00805624015629292,-0.0933325216174126,-0.995602428913116,0.00805624108761549,0.999976992607117,-0.0067568477243185,0.000653001945465803,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990820884705,-0.00423296540975571,0.000701268261764199,-0.099918894469738,-0.447203814983368,-0.888833582401276,-0.0331598334014416,-0.809777140617371,-0.585799813270569,-0.092359334230423,-0.565530896186829,-0.819539248943329,-0.0911963731050491,-0.376264989376068,-0.922012984752655,-0.0331598334014416,-0.809777140617371,-0.585799813270569,-0.099918894469738,-0.447203814983368,-0.888833582401276,0.0341905020177364,-0.846640527248383,-0.531065762042999,0.999331653118134,-0.0365424603223801,-0.000936920579988509,0.997465670108795,-0.0711145028471947,-0.00225660088472068,0.992188334465027,-0.124675422906876,-0.00428850948810577,0.99933397769928,-0.036477766931057,-0.000940942030865699,0.999331653118134,-0.0365424603223801,-0.000936920579988509,0.99933397769928,-0.036477766931057,-0.000940942030865699,0.998932957649231,-0.0461652167141438,-0.00129254045896232,0.992164194583893,-0.124868385493755,-0.00427847728133202,0.997087478637695,-0.0750671401619911,0.0134794590994716,0.997114181518555,-0.0747105777263641,0.0134790483862162,0.997094392776489,-0.0749732479453087,0.0134831573814154,0.997077822685242,-0.0751951187849045,0.0134818106889725,0.997087478637695,-0.0750671401619911,0.0134794590994716,0.997077822685242,-0.0751951187849045,0.0134818106889725,0.997080445289612,-0.0751611068844795,0.0134708695113659,0.997079908847809,-0.0751678124070168,0.0134709719568491,0.00751828867942095,-0.988463461399078,-0.151272773742676,0.00758426263928413,-0.985041916370392,-0.172147437930107,0.00758083770051599,-0.986892998218536,-0.161198034882545,0.00756518077105284,-0.986333310604095,-0.164588451385498,
  509. 0.00758083770051599,-0.986892998218536,-0.161198034882545,0.00758426263928413,-0.985041916370392,-0.172147437930107,0.00754497572779655,-0.986872613430023,-0.161324679851532,0.00747541384771466,-0.991682589054108,-0.128490179777145,0.00756518077105284,-0.986333310604095,-0.164588451385498,0.00754497572779655,-0.986872613430023,-0.161324679851532,0.971456408500671,-0.188610836863518,-0.143869563937187,0.971456408500671,-0.188610836863518,-0.143869563937187,0.971456408500671,-0.188610836863518,-0.143869563937187,0.925650179386139,0.341987073421478,0.161915391683578,0.925650179386139,0.341987043619156,0.161915391683578,0.925650179386139,0.341987073421478,0.16191540658474,0.999581515789032,-0.00458573875948787,-0.0285619776695967,0.999743223190308,-0.00454094260931015,-0.022203404456377,0.999889492988586,-0.00210869847796857,0.0147188967093825,0.999879240989685,-0.00367047218605876,-0.0151021974161267,0.99955016374588,0.000187434197869152,0.0299904402345419,0.999879240989685,-0.00367047218605876,-0.0151021974161267,0.999889492988586,-0.00210869847796857,0.0147188967093825,0.998146057128906,0.000392390211345628,0.0608631558716297,-0.00731019722297788,0.999557554721832,0.0288315173238516,-0.00660603120923042,0.999740839004517,0.0217854604125023,-0.00658075651153922,0.999725162982941,0.0225051753222942,-0.00719778658822179,0.999696910381317,0.0235406402498484,-0.00798679050058126,0.999686896800995,0.0237152557820082,-0.00731019722297788,0.999557554721832,0.0288315173238516,-0.00719778658822179,0.999696910381317,0.0235406402498484,-0.00863264687359333,0.999944865703583,0.00599394412711263,-0.262221187353134,0.96496045589447,0.00955614075064659,-0.262221187353134,0.96496045589447,0.00955614075064659,-0.262221187353134,0.96496045589447,0.00955614075064659,0.997643411159515,-0.00228226184844971,-0.0685745775699615,0.997878193855286,-0.00224566971883178,-0.0650708228349686,0.998591959476471,-0.00205750879831612,-0.0530077368021011,0.997955024242401,-0.0021891207434237,-0.0638830736279488,0.998810827732086,-0.00154274154920131,-0.0487287230789661,
  510. 0.997955024242401,-0.0021891207434237,-0.0638830736279488,0.998591959476471,-0.00205750879831612,-0.0530077368021011,0.999352693557739,-0.00175456970464438,-0.0359346382319927,0.598015010356903,0.800425469875336,-0.0411991477012634,0.598014891147614,0.800425410270691,-0.0411991141736507,0.598014891147614,0.800425410270691,-0.0411991141736507,0.999999821186066,0.000548485608305782,0,1,0.000186372693860903,0,1,4.26020742452238e-005,-0,0.999999701976776,0.000811614096164703,-0,0.999999582767487,0.000904779939446598,-0,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,0.999999821186066,0.000548485608305782,0,0.999999701976776,0.000811614096164703,-0,1,0.000186372693860903,0,0.999999821186066,0.000548485608305782,0,1,0.000393285823520273,0,0.999999821186066,0.000733714550733566,-0,0.999999821186066,0.000733714550733566,-0,0.999998927116394,0.00146741815842688,-0,1,0.000186372693860903,0,0.997993290424347,-0.0400782600045204,-0.0490213260054588,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.998374044895172,-0.0400935485959053,0.0405211746692657,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.801716089248657,-0.591864407062531,0.083354078233242,0.804508090019226,-0.593925595283508,0.00437188753858209,0.133577957749367,-0.989288747310638,-0.0588633790612221,0.133807554841042,-0.990989148616791,0.00600317725911736,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.804508090019226,-0.593925595283508,0.00437188753858209,0.801716089248657,-0.591864407062531,0.083354078233242,0.997528612613678,-0.068175882101059,0.016993086785078,0.988562345504761,-0.15070952475071,0.00558595452457666,0.987701833248138,-0.151546761393547,-0.0384537912905216,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.997528612613678,-0.068175882101059,0.016993086785078,0.108180336654186,0.993569910526276,-0.0334031581878662,0.107898540794849,0.986977159976959,-0.119307160377502,0.108180351555347,0.993569910526276,-0.0334031581878662,0.10765914618969,0.992787539958954,0.0527487769722939,0.999989092350006,0.0046721063554287,1.63109707500553e-005,
  511. 0.999747157096863,0.0224903710186481,1.12998295662692e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.998982012271881,-0.0451094806194305,4.23394631070551e-005,0.998982012271881,-0.0451094806194305,4.23394631070551e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.999439120292664,-0.0334855280816555,0.000353992130840197,0,-4.44590477854945e-006,-1,0,0,-1,0,-0,-1,0,9.54130591708235e-005,-1,-0,2.11936253435852e-006,-1,0,-4.44590477854945e-006,-1,0,-0.00106219074223191,-0.999999344348907,0,-0.00106219074223191,-0.999999344348907,0,-4.44590477854945e-006,-1,0,9.54130591708235e-005,-1,0,0.000246262090513483,-1,0,9.54130591708235e-005,-1,-0,0.00366575294174254,-0.99999338388443,0,0.000246262090513483,-1,-1,-1.78855752892559e-005,0,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-2.68294297711691e-005,0,-1,-2.13635442669613e-009,0,-0.999672174453735,0.0256023090332747,-0.000299382285447791,-0.999672174453735,0.0256023090332747,0.000273705023573712,-0.999671876430511,0.0256023015826941,0.000846792303491384,-0.999672174453735,0.0256023090332747,0.000273705023573712,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-1.78855752892559e-005,0,-1,2.26535066758515e-005,0,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.01432368764654e-005,-3.14200434559098e-008,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.53707577637397e-005,-3.14200470086234e-008,-0.179820418357849,0.983698964118958,-0.00098574033472687,-0.179817140102386,0.983687162399292,0.00503070931881666,-0.17982043325901,0.983698964118958,-0.00098574033472687,-0.17981718480587,0.983675122261047,-0.00700215436518192,-0.999998092651367,0.000212618600926362,-0.00199030176736414,-1,0.000216484899283387,-0.000302560511045158,-0.999999105930328,0.000220350586459972,0.00138518156018108,-1,0.000216484899283387,-0.000302560511045158,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568159809336066,-0.99997216463089,-0.00483489409089088,
  512. 0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568173592910171,-0.999955415725708,0.00754403043538332,0.386861592531204,0.529485166072845,-0.754972577095032,0.429150611162186,0.498124420642853,-0.753459870815277,0.303795129060745,0.230881944298744,-0.924338698387146,0.218714341521263,-0.0380045957863331,-0.97504860162735,0.199754923582077,0.0745984613895416,-0.977002084255219,0.264162063598633,-0.348185211420059,-0.899436295032501,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.213385805487633,0.0671453401446342,-0.974657893180847,0.196349292993546,-0.39538237452507,-0.897284626960754,0.23527093231678,0.0550766289234161,-0.970368027687073,0.130726858973503,-0.040209349244833,-0.990602731704712,0.218714341521263,-0.0380045957863331,-0.97504860162735,0.400085151195526,-0.916338562965393,0.0159864015877247,0.307888805866241,-0.77536016702652,-0.551381170749664,0.30255800485611,-0.664607107639313,-0.683195471763611,0.30255800485611,-0.664607107639313,-0.683195471763611,0.307888805866241,-0.77536016702652,-0.551381170749664,0.264162063598633,-0.348185211420059,-0.899436295032501,0.196349292993546,-0.39538237452507,-0.897284626960754,0.307888805866241,-0.77536016702652,-0.551381170749664,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.264162063598633,-0.348185211420059,-0.899436295032501,0.302655905485153,-0.0466627664864063,-0.951956987380981,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.307888805866241,-0.77536016702652,-0.551381170749664,0.213385805487633,0.0671453401446342,-0.974657893180847,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.252366364002228,0.0671870186924934,-0.965296387672424,0.325273811817169,0.154964357614517,-0.93283599615097,0.214808478951454,-0.183407172560692,-0.959280550479889,0.303795129060745,0.230881944298744,-0.924338698387146,0.233373478055,-0.0224691908806562,-0.972127556800842,0.386861592531204,0.529485166072845,-0.754972577095032,0.218714341521263,-0.0380045957863331,-0.97504860162735,0.130726858973503,-0.040209349244833,-0.990602731704712,
  513. 0.218714341521263,-0.0380045957863331,-0.97504860162735,0.303795129060745,0.230881944298744,-0.924338698387146,0.214808478951454,-0.183407172560692,-0.959280550479889,0.30255800485611,-0.664607107639313,-0.683195471763611,0.302655905485153,-0.0466627664864063,-0.951956987380981,0.202906221151352,-0.110993638634682,-0.97288715839386,0.259364366531372,-0.114457093179226,-0.958973228931427,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.386861592531204,0.529485166072845,-0.754972577095032,0.567638576030731,0.747203171253204,-0.345649838447571,0.429150611162186,0.498124420642853,-0.753459870815277,0.429150611162186,0.498124420642853,-0.753459870815277,0.567638576030731,0.747203171253204,-0.345649838447571,0.413040906190872,0.472961604595184,-0.778270244598389,-0.999992728233337,-0.00369119644165039,-0.000973960792180151,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.99999862909317,-0.00171590980608016,-9.56509094152125e-009,-1,0.000179377471795306,-4.26636042050177e-008,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000167505204444751,1.82927148983936e-008,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,-1,0,-0.000218995759496465,-1,0,0,-1,0,-0.000207399280043319,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-1,0,0,-1,0,0,-0.999999940395355,0,-0.000391605630284175,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000109146909380797,0,-1,0.000179377471795306,-4.26636042050177e-008,0.218714341521263,-0.0380045957863331,-0.97504860162735,0.30255800485611,-0.664607107639313,-0.683195471763611,
  514. 0.196349292993546,-0.39538237452507,-0.897284626960754,0.264162063598633,-0.348185211420059,-0.899436295032501,0.199754923582077,0.0745984613895416,-0.977002084255219,0.23527093231678,0.0550766289234161,-0.970368027687073,0.196349292993546,-0.39538237452507,-0.897284626960754,0.99992048740387,0.00167266651988029,0.0124933309853077,0.999974548816681,0.00174199801404029,-0.00691662775352597,0.99992048740387,0.00167266651988029,0.0124933309853077,0.999489843845367,0.00160270521882921,0.0318985842168331,0.999672412872314,-0.0250789485871792,-0.00512472447007895,0.999708652496338,-0.0236102323979139,-0.00503881741315126,0.999665379524231,-0.0253712479025126,-0.00504463678225875,0.999668776988983,-0.0251668654382229,-0.00538161443546414,0.999540030956268,-0.0282919947057962,-0.0109238130971789,0.999672412872314,-0.0250789485871792,-0.00512472447007895,0.999668776988983,-0.0251668654382229,-0.00538161443546414,0.996618986129761,-0.00303817307576537,0.0821059867739677,0.997529923915863,0.0049066892825067,0.0700715631246567,0.997918844223022,0.00398909114301205,0.0643597394227982,0.999293863773346,0.020765608176589,0.0313136763870716,0.999024748802185,0.0130463782697916,0.0421839840710163,0.998760342597961,0.0148298749700189,0.0475157126784325,0.998760342597961,0.0148298749700189,0.0475157126784325,0.999024748802185,0.0130463782697916,0.0421839840710163,0.997918844223022,0.00398909114301205,0.0643597394227982,0.997529923915863,0.0049066892825067,0.0700715631246567,0.00161894701886922,0.999934732913971,-0.01130938436836,0.00207582511939108,0.999635696411133,-0.0269098095595837,0.00198545027524233,0.999833941459656,-0.0181163530796766,0.00220071780495346,0.999997437000275,-0.000527374213561416,0.00198545027524233,0.999833941459656,-0.0181163530796766,0.00207582511939108,0.999635696411133,-0.0269098095595837,0.00219683535397053,0.999765992164612,-0.0215202532708645,-0.00201715622097254,-0.998901128768921,0.0468257628381252,0.0102890450507402,-0.998905777931213,0.0456224493682384,0.00685666361823678,-0.999285459518433,0.0371672548353672,
  515. 0.00685666361823678,-0.999285459518433,0.0371672548353672,0.0102890450507402,-0.998905777931213,0.0456224493682384,0.0155726289376616,-0.999358594417572,0.0322488732635975,0.0153386117890477,-0.999683558940887,0.0199369676411152,-0.687975943088531,0.721095561981201,-0.081916868686676,-0.687976002693176,0.721095561981201,-0.0819168612360954,-0.687975883483887,0.721095561981201,-0.0819168761372566,0.999959766864777,-0.00887603871524334,-0.00129075872246176,0.999993205070496,-0.00343943806365132,-0.00134388240985572,0.999997735023499,-0.0017111524939537,-0.00132859835866839,0.999990880489349,-0.00409638835117221,-0.00113277172204107,0.999990880489349,-0.00409638835117221,-0.00113277172204107,0.999997735023499,-0.0017111524939537,-0.00132859835866839,0.99998539686203,-0.00540777109563351,-4.56601919722743e-005,-0.0869100019335747,-0.993689119815826,0.0709127858281136,-0.0869100168347359,-0.993689119815826,0.0709127932786942,-0.0869100168347359,-0.993689119815826,0.0709127932786942,-0.999983787536621,-0.00185375055298209,-0.00537365907803178,-0.999865174293518,-0.0149367265403271,-0.00682434439659119,-0.999833464622498,-0.0150138037279248,-0.0103776790201664,-0.999993026256561,-0.00369892921298742,-0.000551476376131177,-0.999819576740265,-0.0150433192029595,-0.0115956207737327,-0.999993026256561,-0.00369892921298742,-0.000551476376131177,-0.999833464622498,-0.0150138037279248,-0.0103776790201664,-0.999414145946503,-0.0151063138619065,-0.0307115167379379,-0.998438358306885,-0.0535212531685829,0.0160134769976139,-0.999170482158661,-0.0395936518907547,0.00953091308474541,-0.998685479164124,-0.0502342097461224,0.0101952208206058,-0.998743176460266,-0.047482218593359,0.0160528402775526,-0.990781843662262,-0.0170211642980576,-0.134393662214279,-0.999490022659302,-0.0312060639262199,0.0067712333984673,-0.999116837978363,-0.0305620431900024,0.0288360994309187,-0.998049974441528,-0.0024821029510349,-0.0623703561723232,-0.999666094779968,-0.00271214009262621,-0.0256971567869186,-0.999764561653137,-0.0203492641448975,0.00752190267667174,
  516. -0.997656404972076,-0.00817063450813293,-0.0679336339235306,-0.997656404972076,-0.00817063450813293,-0.0679336339235306,-0.999764561653137,-0.0203492641448975,0.00752190267667174,-0.999116837978363,-0.0305620431900024,0.0288360994309187,-0.999490022659302,-0.0312060639262199,0.0067712333984673,-0.0177667066454887,0.999800860881805,-0.00908909644931555,-0.0177719406783581,0.999693334102631,0.0172455590218306,-0.0178208313882351,0.999580800533295,-0.0228137206286192,-0.0178402550518513,0.999529838562012,-0.0249347519129515,-0.0178402550518513,0.999529838562012,-0.0249347519129515,-0.0178208313882351,0.999580800533295,-0.0228137206286192,-0.0180590394884348,0.999643087387085,-0.0196899455040693,-0.0180612001568079,0.999777674674988,0.0108791133388877,0.0127721428871155,-0.997928977012634,-0.0630449876189232,-0.00689791515469551,-0.999975442886353,0.00122332165483385,-0.00314712640829384,-0.999993920326233,0.00147632951848209,-0.00314712640829384,-0.999993920326233,0.00147632951848209,-0.00689791515469551,-0.999975442886353,0.00122332165483385,-0.0172697920352221,-0.999281525611877,0.033737700432539,-0.0176665857434273,-0.999842047691345,0.00195177947171032,0.698659420013428,0.715186715126038,0.0195702314376831,0.698659420013428,0.715186715126038,0.0195702314376831,0.698659420013428,0.715186715126038,0.0195702314376831,-0.998376846313477,-0.0569517277181149,0.000431877619121224,-0.998685479164124,-0.0502342097461224,0.0101952208206058,-0.999170482158661,-0.0395936518907547,0.00953091308474541,-0.999251186847687,-0.0386908873915672,0.000232658101595007,-0.999170482158661,-0.0395936518907547,0.00953091308474541,-0.999754428863525,-0.0221606455743313,8.6258958617691e-005,-0.999251186847687,-0.0386908873915672,0.000232658101595007,-0.999702990055084,-0.0243132542818785,0.0016973001183942,-0.999200999736786,0.0399674251675606,-0.000148619510582648,-0.993905365467072,0.11022987216711,-0.00121042004320771,-0.999948918819427,0.0100963590666652,0.000525068782735616,-0.999802708625793,-0.01968764513731,0.00264300010167062,-0.999702990055084,-0.0243132542818785,0.0016973001183942,
  517. -0.999948918819427,0.0100963590666652,0.000525068782735616,-0.999770760536194,-0.0212452206760645,0.00266657862812281,0.105467170476913,-0.994015157222748,-0.0284740142524242,0.105467177927494,-0.994015157222748,-0.0284740179777145,0.105467170476913,-0.994015157222748,-0.0284740123897791,0.99950510263443,0.0111710615456104,0.0294058565050364,0.999901354312897,0.0109700402244926,0.00878387596458197,0.999725699424744,0.00800880789756775,0.0220091789960861,0.999705374240875,0.00965379551053047,0.0222724601626396,0.999705374240875,0.00965379551053047,0.0222724601626396,0.999725699424744,0.00800880789756775,0.0220091789960861,0.999944686889648,0.00631897337734699,0.00841374043375254,0.99993360042572,0.00632397225126624,0.0096436096355319,0.00787752587348223,-0.999965727329254,-0.00255659664981067,0.0078776590526104,-0.999964475631714,-0.0029975411016494,0.00796833820641041,-0.999966382980347,-0.00192009587772191,0.0079406974837184,-0.999964594841003,-0.00279145059175789,0.0079406974837184,-0.999964594841003,-0.00279145059175789,0.00796833820641041,-0.999966382980347,-0.00192009587772191,0.00824566464871168,-0.999966025352478,5.7804470998235e-005,0.00824453495442867,-0.99996542930603,-0.001160774147138,-0.0319397076964378,0.999183475971222,-0.0247433017939329,-0.0324258282780647,0.999054908752441,-0.0289462115615606,-0.0323520489037037,0.998990774154663,-0.0311593990772963,-0.0328142419457436,0.999334454536438,-0.015940222889185,-0.032648827880621,0.99912828207016,-0.0260123312473297,-0.0326911583542824,0.99926084280014,-0.0202300492674112,-0.0324258282780647,0.999054908752441,-0.0289462115615606,-0.0326911583542824,0.99926084280014,-0.0202300492674112,-0.032648827880621,0.99912828207016,-0.0260123312473297,-0.0323520489037037,0.998990774154663,-0.0311593990772963,0.999934852123261,0.000191775092389435,0.0114104906097054,0.999854624271393,0.0128513528034091,0.0112015046179295,0.999999642372131,-0.000377815566025674,0.000757654604967684,0.999752700328827,-0.0218476839363575,0.00413993326947093,0.999999642372131,-0.000377815566025674,0.000757654604967684,
  518. 0.999854624271393,0.0128513528034091,0.0112015046179295,0.999348640441895,0.0184600353240967,0.0310084875673056,0.999780714511871,0.0186725445091724,0.00947494246065617,0.999793708324432,-0.0202329102903605,-0.00181285967119038,0.999759793281555,-0.0218192040920258,-0.00206620059907436,0.997604250907898,-0.0691405087709427,-0.00235118390992284,0.999949097633362,-0.00991759728640318,-0.00183829211164266,0.999793708324432,-0.0202329102903605,-0.00181285967119038,0.999949097633362,-0.00991759728640318,-0.00183829211164266,0.999066948890686,-0.0431457608938217,-0.00190444733016193,0.994983434677124,-0.100015409290791,-0.00225237547419965,0.999898016452789,0.0142827350646257,1.0723473451435e-006,0.999781429767609,0.0209070891141891,-7.92055434430949e-005,0.999896645545959,0.0143769960850477,-4.02665136789437e-005,0.999738454818726,0.0228698253631592,-7.86814343882725e-005,0.999898016452789,0.0142827350646257,1.0723473451435e-006,0.999738454818726,0.0228698253631592,-7.86814343882725e-005,0.999496281147003,-0.0317378640174866,0.000165400269906968,0.997783005237579,-0.0665497705340385,0.000340979895554483,0.999496281147003,-0.0317378640174866,0.000165400269906968,0.992361187934875,-0.123366616666317,-8.01359637989663e-005,0.997783005237579,-0.0665497705340385,0.000340979895554483,0.580312967300415,0.814251661300659,-0.0152023611590266,0.580312967300415,0.814251661300659,-0.0152023788541555,0.580312967300415,0.814251661300659,-0.0152023611590266,-0.594046592712402,-0.804430603981018,-0.000109387408883777,-0.594046592712402,-0.804430663585663,-0.000109393469756469,-0.594046592712402,-0.804430663585663,-0.000109393469756469,0.804423034191132,-0.392818212509155,0.445642709732056,0.804423034191132,-0.392818242311478,0.445642739534378,0.804423034191132,-0.392818212509155,0.445642709732056,0.999934852123261,0.000191775092389435,0.0114104906097054,0.999752700328827,-0.0218476839363575,0.00413993326947093,0.99102121591568,-0.133147835731506,0.0121889915317297,0.999752700328827,-0.0218476839363575,0.00413993326947093,0.999999642372131,-0.000377815566025674,0.000757654604967684,
  519. 0.994465053081512,-0.104786798357964,-0.00768044730648398,-0.999983787536621,-0.00185375055298209,-0.00537365907803178,-0.999993026256561,-0.00369892921298742,-0.000551476376131177,-0.99299293756485,0.118137463927269,0.00291971652768552,-0.99959921836853,0.00504172826185822,-0.0278543252497911,-0.999956727027893,0.00437646359205246,-0.00822289288043976,-0.999780595302582,0.00212211697362363,-0.0208447966724634,-0.999771356582642,0.00363802956417203,-0.0210671667009592,-0.999771356582642,0.00363802956417203,-0.0210671667009592,-0.999780595302582,0.00212211697362363,-0.0208447966724634,-0.999968528747559,0.000422297569457442,-0.00792768690735102,-0.999957978725433,0.000457661197287962,-0.0091575188562274,0,-0.99941098690033,-0.0343201607465744,0,-0.999421954154968,-0.0339989364147186,6.7593347807815e-008,-0.999388635158539,-0.0349620953202248,3.84514962092908e-008,-0.999413549900055,-0.03424471616745,3.84514962092908e-008,-0.999413549900055,-0.03424471616745,6.7593347807815e-008,-0.999388635158539,-0.0349620953202248,1.91303286101174e-007,-0.999334692955017,-0.0364722348749638,1.91309325714428e-007,-0.999366044998169,-0.0356042720377445,0.0259944889694452,0.997763216495514,0.0615865662693977,0.0268627516925335,0.998002827167511,0.0571740940213203,0.0267550051212311,0.997022330760956,0.0723230093717575,0.0270901191979647,0.998248100280762,0.0526026487350464,0.027086079120636,0.998150587081909,0.0544234737753868,0.0270905196666718,0.997140824794769,0.0705429539084435,0.0268627516925335,0.998002827167511,0.0571740940213203,0.0270728599280119,0.99490761756897,0.0970871895551682,0.0267550051212311,0.997022330760956,0.0723230093717575,0.0268627516925335,0.998002827167511,0.0571740940213203,0.0270905196666718,0.997140824794769,0.0705429539084435,-0.999948501586914,-0.00827725790441036,-0.00588409043848515,-0.999904096126556,-0.0100394366309047,0.0095396526157856,-0.999943614006042,-0.0102627454325557,0.00275462074205279,-0.999925255775452,-0.00970692932605743,-0.00743158720433712,-0.999985933303833,-0.00509026367217302,0.00149321369826794,
  520. -0.999997079372406,0.00176116719376296,0.00167573802173138,-0.999998450279236,-0.000877615937497467,0.0015827149618417,-0.999998450279236,-0.000877615937497467,0.0015827149618417,-0.999997079372406,0.00176116719376296,0.00167573802173138,-0.999973595142365,0.00704008154571056,0.0018158711027354,-0.999985098838806,0.00518710818141699,0.00175926845986396,-0.999998807907104,0.0015405131271109,0.000109172309748828,-0.99994969367981,-0.0100369891151786,8.07385440566577e-005,-0.999895751476288,-0.0144391776993871,0.000217470311326906,-0.999895751476288,-0.0144391776993871,0.000217470311326906,-0.99994969367981,-0.0100369891151786,8.07385440566577e-005,-0.999944567680359,-0.0105174463242292,0.000416737660998479,-0.999987661838531,-0.00495313387364149,0.000259669817751274,-0.999911189079285,0.013315737247467,0.00052000570576638,-0.999987661838531,-0.00495313387364149,0.000259669817751274,-0.999944567680359,-0.0105174463242292,0.000416737660998479,-0.648344159126282,0.759964227676392,0.0458720438182354,-0.648344159126282,0.759964227676392,0.0458720624446869,-0.648344159126282,0.759964227676392,0.0458720438182354,0.661828577518463,-0.749073445796967,-0.0295278448611498,0.661828577518463,-0.749073445796967,-0.0295278653502464,0.661828577518463,-0.749073445796967,-0.0295278448611498,-0.826433122158051,-0.336854845285416,-0.451151132583618,-0.826433062553406,-0.336854785680771,-0.451151072978973,-0.826433002948761,-0.336854845285416,-0.451151102781296,-0.999654710292816,-0.00340443220920861,-0.0260596070438623,-0.999948501586914,-0.00827725790441036,-0.00588409043848515,-0.999925255775452,-0.00970692932605743,-0.00743158720433712,-0.9998819231987,-0.00459461333230138,-0.014668476767838,-0.999925255775452,-0.00970692932605743,-0.00743158720433712,-0.999867796897888,-0.00929203350096941,-0.0133428545668721,-0.9998819231987,-0.00459461333230138,-0.014668476767838,0.999147236347198,0.0412746481597424,0.00106736866291612,0.996763110160828,0.0803543105721474,0.0025703189894557,0.99002867937088,0.140781059861183,0.00489120557904243,0.999150097370148,0.0412053726613522,0.00106672267429531,
  521. 0.999147236347198,0.0412746481597424,0.00106736866291612,0.999150097370148,0.0412053726613522,0.00106672267429531,0.998639047145844,0.0521330609917641,0.00148058158811182,0.989999294281006,0.140987396240234,0.004894167650491,0.996271729469299,0.0848795101046562,-0.0154306534677744,0.996306359767914,0.0844728350639343,-0.0154263814911246,0.996280908584595,0.0847728699445724,-0.0154310632497072,0.996258735656738,0.0850325152277946,-0.0154329873621464,0.996271729469299,0.0848795101046562,-0.0154306534677744,0.996258735656738,0.0850325152277946,-0.0154329873621464,0.996262788772583,0.084986187517643,-0.0154282189905643,0.996263206005096,0.0849801898002625,-0.0154281258583069,0.00657812133431435,0.988202750682831,0.153010651469231,0.00657756999135017,0.984698414802551,0.174142390489578,0.00658369949087501,0.986591517925262,0.163076221942902,0.00660745054483414,0.986016631126404,0.166515484452248,0.00658369949087501,0.986591517925262,0.163076221942902,0.00657756999135017,0.984698414802551,0.174142390489578,0.0066195004619658,0.986569881439209,0.163206189870834,0.00667747529223561,0.991488873958588,0.130020886659622,0.00660745054483414,0.986016631126404,0.166515484452248,0.0066195004619658,0.986569881439209,0.163206189870834,0.963578701019287,0.211701601743698,0.163396835327148,0.963578701019287,0.211701586842537,0.163396835327148,0.963578701019287,0.211701586842537,0.163396835327148,0.907199144363403,-0.37938779592514,-0.181809291243553,0.907199263572693,-0.379387855529785,-0.181809291243553,0.907199144363403,-0.37938779592514,-0.181809291243553,0.999451279640198,0.00519039528444409,0.0327141731977463,0.999663472175598,0.00513995764777064,0.0254274271428585,0.999853789806366,0.0026008696295321,-0.0168995670974255,0.999842345714569,0.00402843253687024,0.017290947958827,0.999407947063446,-0.00021318880317267,-0.034405454993248,0.999842345714569,0.00402843253687024,0.017290947958827,0.999853789806366,0.0026008696295321,-0.0168995670974255,0.997561275959015,-0.000445243465946987,-0.069794736802578,-0.00537529401481152,-0.999743223190308,-0.0220147464424372,
  522. -0.00593929179012775,-0.999452173709869,-0.0325595401227474,-0.00594206340610981,-0.999266684055328,-0.0378274545073509,-0.00594206340610981,-0.999266684055328,-0.0378274545073509,-0.00593929179012775,-0.999452173709869,-0.0325595401227474,-0.00689380103722215,-0.999877572059631,-0.0140520865097642,-0.00651391688734293,-0.999607682228088,-0.0272420886904001,-0.00689380103722215,-0.999877572059631,-0.0140520865097642,-0.00765449646860361,-0.999952256679535,-0.00607483414933085,-0.00651391688734293,-0.999607682228088,-0.0272420886904001,-0.233401998877525,-0.972331285476685,-0.00976493675261736,-0.233401998877525,-0.972331285476685,-0.00976494513452053,-0.233401998877525,-0.972331285476685,-0.00976494513452053,0.996912896633148,0.00258232676424086,0.0784732326865196,0.997220993041992,0.0025410046800971,0.074458435177803,0.998155474662781,0.00232271943241358,0.0606645159423351,0.997321724891663,0.00247195619158447,0.0730974599719048,0.998441874980927,0.00174629327375442,0.055774874985218,0.997321724891663,0.00247195619158447,0.0730974599719048,0.998155474662781,0.00232271943241358,0.0606645159423351,0.999150931835175,0.0019861797336489,0.0411544740200043,0.550517380237579,-0.833694219589233,0.0434114411473274,0.550517380237579,-0.833694219589233,0.0434114448726177,0.550517380237579,-0.833694219589233,0.0434114448726177,-0.99993222951889,0.00607353495433927,-0.00994124729186296,-0.999893307685852,0.00424227397888899,-0.0139810219407082,-0.999638736248016,0.00497333891689777,-0.0264115501195192,-0.999638736248016,0.00497333891689777,-0.0264115501195192,-0.999893307685852,0.00424227397888899,-0.0139810219407082,-0.999637246131897,0.00230369227938354,-0.0268294345587492,-0.999509155750275,0.00252128671854734,-0.0312243923544884,-0.999637246131897,0.00230369227938354,-0.0268294345587492,-0.999938130378723,0.000599814637098461,-0.0111092822626233,-0.999509155750275,0.00252128671854734,-0.0312243923544884,-9.40744430408813e-005,-0.999392867088318,-0.0348414294421673,-9.40465251915157e-005,-0.999405860900879,-0.0344676226377487,
  523. -7.32700864318758e-005,-0.999366998672485,-0.0355751439929008,-8.22391302790493e-005,-0.999397397041321,-0.0347115881741047,-8.22391302790493e-005,-0.999397397041321,-0.0347115881741047,-7.32700864318758e-005,-0.999366998672485,-0.0355751439929008,-3.42594976245891e-005,-0.999299287796021,-0.0374320149421692,-3.44487489201128e-005,-0.999340415000916,-0.0363157838582993,0.0221593156456947,0.997722864151001,0.0637027993798256,0.0224002283066511,0.998047411441803,0.0583068840205669,0.0221777055412531,0.99719226360321,0.0715245455503464,0.0226356573402882,0.998279631137848,0.0540870800614357,0.0226333346217871,0.998202443122864,0.0554956756532192,0.0223324187099934,0.997348725795746,0.0692594721913338,0.0224002283066511,0.998047411441803,0.0583068840205669,0.0221723895519972,0.995482921600342,0.0923154130578041,0.0221777055412531,0.99719226360321,0.0715245455503464,0.0224002283066511,0.998047411441803,0.0583068840205669,0.0223324187099934,0.997348725795746,0.0692594721913338,-0.999943971633911,-0.010588064789772,0.000139373587444425,-0.999850571155548,-0.0128232538700104,0.0115955984219909,-0.999908566474915,-0.0131091549992561,0.0033500618301332,-0.999875247478485,-0.0122603084892035,-0.00996811967343092,-0.999974370002747,-0.00693571846932173,0.00182894768659025,-0.999997794628143,-0.000248348078457639,0.00207954249344766,-0.999986231327057,-0.0048690577968955,0.00195198366418481,-0.999986231327057,-0.0048690577968955,0.00195198366418481,-0.999997794628143,-0.000248348078457639,0.00207954249344766,-0.999956727027893,0.00899121351540089,0.00239472999237478,-0.999992787837982,0.00309513020329177,0.00221351091749966,-0.999999642372131,0.000862803251948208,0.000122923258459195,-0.999997854232788,0.0021072959061712,0.000155982808792032,-0.999997913837433,0.00204567308537662,0.000144119112519547,-0.999997913837433,0.00204567308537662,0.000144119112519547,-0.999997854232788,0.0021072959061712,0.000155982808792032,-0.999974548816681,0.00712257204577327,0.000331908755470067,-0.999959349632263,0.00900855753570795,0.000390085013350472,
  524. -0.999959349632263,0.00900855753570795,0.000390085013350472,-0.999974548816681,0.00712257204577327,0.000331908755470067,-0.999870359897614,0.0160945598036051,0.000652357353828847,-0.554843544960022,0.830586671829224,0.0476930253207684,-0.554843485355377,0.830586612224579,0.0476930439472198,-0.554843544960022,0.830586671829224,0.0476930253207684,0.569148659706116,-0.821659862995148,-0.030738839879632,0.569148659706116,-0.821659862995148,-0.030738839879632,0.569148659706116,-0.821659862995148,-0.030738839879632,-0.764609396457672,-0.398244500160217,-0.506728529930115,-0.764609396457672,-0.398244500160217,-0.506728529930115,-0.764609396457672,-0.398244500160217,-0.506728529930115,-0.999341189861298,0.0362038314342499,-0.0025399187579751,-0.998592436313629,0.0527252107858658,-0.00574179645627737,-0.994321823120117,0.106227084994316,-0.00632167793810368,-0.99982213973999,0.018304755911231,-0.00453804200515151,-0.999341189861298,0.0362038314342499,-0.0025399187579751,-0.99982213973999,0.018304755911231,-0.00453804200515151,-0.998493015766144,0.054872639477253,0.000814383267425001,-0.987177550792694,0.159623682498932,0.000987121136859059,-0.998626589775085,0.0522374175488949,0.00402894290164113,-0.998892426490784,0.0469404272735119,0.0032510266173631,-0.997626841068268,0.0687842443585396,0.00305988593026996,-0.995027840137482,0.0995582863688469,0.00278720236383379,-0.997626841068268,0.0687842443585396,0.00305988593026996,-0.998892426490784,0.0469404272735119,0.0032510266173631,-0.998025298118591,0.0627362504601479,0.0031290827319026,-0.999368906021118,0.0340843982994556,0.0100004831328988,-0.998025298118591,0.0627362504601479,0.0031290827319026,-0.998892426490784,0.0469404272735119,0.0032510266173631,-0.0178370345383883,0.995157718658447,-0.0966596752405167,-0.0178298186510801,0.993984878063202,-0.108056388795376,-0.0191701706498861,0.995404839515686,-0.0938166007399559,-0.0190444011241198,0.99456387758255,-0.102371461689472,-0.0195579715073109,0.985399723052979,-0.169129386544228,-0.0190444011241198,0.99456387758255,-0.102371461689472,
  525. -0.0191701706498861,0.995404839515686,-0.0938166007399559,-0.019651111215353,0.989639461040497,-0.142223432660103,-0.019651111215353,0.989639461040497,-0.142223432660103,-0.0182523224502802,0.97872120141983,-0.204381212592125,-0.0195579715073109,0.985399723052979,-0.169129386544228,-0.968555748462677,0.186560168862343,-0.164606362581253,-0.968555748462677,0.186560198664665,-0.164606377482414,-0.968555748462677,0.186560153961182,-0.164606362581253,-0.914024412631989,-0.354255497455597,0.197642102837563,-0.914024412631989,-0.354255497455597,0.197642117738724,-0.914024412631989,-0.354255497455597,0.197642117738724,-0.999658823013306,0.0197632890194654,-0.0170806646347046,-0.999723494052887,0.0207958836108446,-0.010984611697495,-0.999823153018951,-0.0188003089278936,-0.000463269185274839,-0.999775528907776,-0.00869723781943321,-0.0193206463009119,0.0183602571487427,-0.999273180961609,-0.0334068797528744,0.018304456025362,-0.998362123966217,-0.0542034842073917,0.0183062180876732,-0.998418509960175,-0.0531538426876068,0.0185675695538521,-0.999544322490692,-0.0237993448972702,0.0185938067734241,-0.998975336551666,0.0412626080214977,0.0195742230862379,-0.999688327312469,0.0154945310205221,0.0196730084717274,-0.999336004257202,-0.030667033046484,0.0185675695538521,-0.999544322490692,-0.0237993448972702,0.0196730084717274,-0.999336004257202,-0.030667033046484,0.0183062180876732,-0.998418509960175,-0.0531538426876068,0.018304456025362,-0.998362123966217,-0.0542034842073917,0.320902347564697,-0.946290075778961,0.0394585989415646,0.320902347564697,-0.946289956569672,0.0394585840404034,0.320902347564697,-0.946289956569672,0.0394585765898228,-0.997100114822388,-0.0112106148153543,-0.0752705708146095,-0.997116923332214,-0.0112201767042279,-0.0750472173094749,-0.997869610786438,-0.0114571796730161,-0.0642261207103729,-0.997133731842041,-0.0111021958291531,-0.0748402178287506,-0.998213469982147,-0.0102415420114994,-0.0588635131716728,-0.997133731842041,-0.0111021958291531,-0.0748402178287506,-0.997869610786438,-0.0114571796730161,-0.0642261207103729,
  526. -0.998997449874878,-0.0111650172621012,-0.0433531142771244,-0.584684729576111,-0.806544721126556,-0.087346576154232,-0.584684729576111,-0.806544721126556,-0.087346576154232,-0.584684729576111,-0.806544840335846,-0.0873465687036514,0.999900639057159,-0.00967266503721476,0.0102548161521554,0.99983024597168,-0.0116550922393799,0.01426887139678,0.999576330184937,-0.011257765814662,0.0268412958830595,0.999576330184937,-0.011257765814662,0.0268412958830595,0.99983024597168,-0.0116550922393799,0.01426887139678,0.999532520771027,-0.0140101071447134,0.0271778646856546,0.999402940273285,-0.0139184985309839,0.0316229537129402,0.999532520771027,-0.0140101071447134,0.0271778646856546,0.999818801879883,-0.015359346754849,0.0112450933083892,0.999402940273285,-0.0139184985309839,0.0316229537129402,-0.0139534724876285,-0.999898850917816,-0.00276014790870249,-0.0139533225446939,-0.999897480010986,-0.00323144812136889,-0.0138561902567744,-0.999901831150055,-0.00206292630173266,-0.0138901835307479,-0.99989902973175,-0.00300719379447401,-0.0138901835307479,-0.99989902973175,-0.00300719379447401,-0.0138561902567744,-0.999901831150055,-0.00206292630173266,-0.0135750183835626,-0.999907851219177,7.31086765881628e-005,-0.0135758630931377,-0.99990713596344,-0.00124284299090505,-0.00650321412831545,0.999645352363586,-0.0258236918598413,-0.00705076195299625,0.999519467353821,-0.0301878470927477,-0.00695794122293592,0.999448180198669,-0.0324808843433857,-0.0073318425565958,0.999834716320038,-0.0166366025805473,-0.00724466471001506,0.9996058344841,-0.0271260309964418,-0.00726929679512978,0.99975061416626,-0.0211192164570093,-0.00705076195299625,0.999519467353821,-0.0301878470927477,-0.00726929679512978,0.99975061416626,-0.0211192164570093,-0.00724466471001506,0.9996058344841,-0.0271260309964418,-0.00695794122293592,0.999448180198669,-0.0324808843433857,0.998883306980133,-0.0453283339738846,0.0133191514760256,0.999761581420898,-0.0175907220691442,0.0129379909485579,0.999227046966553,-0.0392987132072449,0.0010119549697265,0.997622132301331,-0.0687341541051865,0.00505752256140113,
  527. 0.999227046966553,-0.0392987132072449,0.0010119549697265,0.999761581420898,-0.0175907220691442,0.0129379909485579,0.999345719814301,0.00139621959533542,0.0361418984830379,0.999937772750854,0.0016158043872565,0.0110364323481917,0.999950230121613,0.00975942984223366,-0.00206666113808751,0.999857127666473,-0.0167685821652412,-0.00217663054354489,0.998458683490753,-0.0554537996649742,-0.00224960339255631,0.998458683490753,-0.0554537996649742,-0.00224960339255631,0.999857127666473,-0.0167685821652412,-0.00217663054354489,0.999682724475861,-0.0250919125974178,-0.00221416517160833,0.995551288127899,-0.0941895246505737,-0.00241878256201744,0.983522772789001,-0.18077252805233,-0.00206801109015942,0.998458683490753,-0.0554537996649742,-0.00224960339255631,0.995551288127899,-0.0941895246505737,-0.00241878256201744,0.999981582164764,-0.00606005592271686,-1.16538296879298e-006,0.999999523162842,0.000972735288087279,-8.77809070516378e-005,0.999979972839355,-0.00634391140192747,-4.21139629906975e-005,0.999985575675964,0.00535333016887307,-9.94813453871757e-005,0.999981582164764,-0.00606005592271686,-1.16538296879298e-006,0.999985575675964,0.00535333016887307,-9.94813453871757e-005,0.997252523899078,-0.0740769803524017,0.000247514806687832,0.992379665374756,-0.123216435313225,0.000538007589057088,0.997252523899078,-0.0740769803524017,0.000247514806687832,0.977791309356689,-0.209581345319748,-9.31209870032035e-005,0.992379665374756,-0.123216435313225,0.000538007589057088,0.554873943328857,0.831772446632385,-0.0164172947406769,0.554873883724213,0.831772446632385,-0.0164173133671284,0.554873943328857,0.831772446632385,-0.0164172761142254,-0.568254768848419,-0.822852671146393,-1.25147807921167e-005,-0.568254768848419,-0.822852671146393,-1.25147807921167e-005,-0.568254828453064,-0.822852611541748,-1.24931802929495e-005,0.753302931785584,-0.434575110673904,0.493638724088669,0.753302931785584,-0.434575110673904,0.493638724088669,0.753302931785584,-0.434575080871582,0.493638694286346,-0.999938249588013,-0.00560502801090479,-0.00960528757423162,
  528. -0.999943971633911,-0.010588064789772,0.000139373587444425,-0.999875247478485,-0.0122603084892035,-0.00996811967343092,-0.999875068664551,-0.00623705564066768,-0.0145295206457376,-0.999875247478485,-0.0122603084892035,-0.00996811967343092,-0.999798357486725,-0.0118709011003375,-0.0161979719996452,-0.999875068664551,-0.00623705564066768,-0.0145295206457376,-0.999646544456482,-0.0161916296929121,-0.0210905503481627,-0.999775528907776,-0.00869723781943321,-0.0193206463009119,-0.999787092208862,-0.0204518400132656,-0.00275695323944092,-0.999571144580841,-0.0160626471042633,-0.0244846437126398,-0.998667776584625,-0.0220126267522573,0.0466703586280346,-0.999787092208862,-0.0204518400132656,-0.00275695323944092,-0.999775528907776,-0.00869723781943321,-0.0193206463009119,-0.999823153018951,-0.0188003089278936,-0.000463269185274839,0.998883306980133,-0.0453283339738846,0.0133191514760256,0.997622132301331,-0.0687341541051865,0.00505752256140113,0.975486218929291,-0.219609647989273,0.0140811046585441,0.997622132301331,-0.0687341541051865,0.00505752256140113,0.999227046966553,-0.0392987132072449,0.0010119549697265,0.982553899288177,-0.185765400528908,-0.00890422239899635,-0.975271224975586,0.191335693001747,-0.110619805753231,-0.965726912021637,0.234427601099014,-0.111423887312412,-0.947248101234436,0.300206124782562,-0.112237960100174,-0.975274801254272,0.191317334771156,-0.110620200634003,-0.975271224975586,0.191335693001747,-0.110619805753231,-0.975274801254272,0.191317334771156,-0.110620200634003,-0.972831785678864,0.203244179487228,-0.110860422253609,-0.947231531143188,0.30025988817215,-0.112233832478523,-0.9663365483284,0.239130407571793,-0.0949233919382095,-0.966446042060852,0.238682478666306,-0.0949356257915497,-0.966365098953247,0.239014059305191,-0.0949260890483856,-0.966296494007111,0.239294230937958,-0.0949187502264977,-0.9663365483284,0.239130407571793,-0.0949233919382095,-0.966296494007111,0.239294230937958,-0.0949187502264977,-0.966307878494263,0.239246711134911,-0.0949213355779648,-0.966307044029236,0.239250645041466,-0.0949212461709976,
  529. 0.144645288586617,0.982973158359528,-0.113321281969547,0.144912153482437,0.982599318027496,-0.116185463964939,0.144542336463928,0.983110547065735,-0.112255439162254,0.143279269337654,0.984827816486359,-0.0979041829705238,0.144466653466225,0.983258366584778,-0.111050598323345,0.144460693001747,0.983266890048981,-0.110983356833458,0.144912153482437,0.982599318027496,-0.116185463964939,0.144460693001747,0.983266890048981,-0.110983356833458,0.144466653466225,0.983258366584778,-0.111050598323345,0.144542336463928,0.983110547065735,-0.112255439162254,-0.891012132167816,0.377323925495148,-0.252436190843582,-0.891012132167816,0.377323925495148,-0.252436190843582,-0.891012132167816,0.377323925495148,-0.25243616104126,-0.954952478408813,-0.289963036775589,0.0631458535790443,-0.954952478408813,-0.289963036775589,0.0631458535790443,-0.954952418804169,-0.289962977170944,0.0631458312273026,-0.982627332210541,0.148670017719269,-0.111088871955872,-0.98176383972168,0.148686051368713,-0.11845812946558,-0.982433378696442,0.148560702800751,-0.112935177981853,-0.982095241546631,0.148637488484383,-0.115740619599819,-0.983174085617065,0.148423165082932,-0.106486365199089,-0.982095241546631,0.148637488484383,-0.115740619599819,-0.982433378696442,0.148560702800751,-0.112935177981853,-0.983582675457001,0.148407578468323,-0.102665975689888,-0.135389596223831,-0.990714132785797,0.0124639421701431,-0.134744644165039,-0.990842342376709,0.00867577735334635,-0.135026603937149,-0.99078381061554,0.0107405297458172,-0.132578268647194,-0.991169512271881,0.00249450746923685,-0.13392299413681,-0.99097728729248,0.00533541478216648,-0.133558616042137,-0.991034746170044,0.00349368434399366,-0.133558616042137,-0.991034746170044,0.00349368434399366,-0.13392299413681,-0.99097728729248,0.00533541478216648,-0.135026603937149,-0.99078381061554,0.0107405297458172,-0.134744644165039,-0.990842342376709,0.00867577735334635,0.0683433413505554,-0.997312426567078,0.026403333991766,0.0683433338999748,-0.997312426567078,0.0264033358544111,0.0683433413505554,-0.997312426567078,0.0264033321291208,
  530. -0.972997426986694,0.148413464426994,-0.176775217056274,-0.973225474357605,0.148422360420227,-0.175507932901382,-0.975001454353333,0.148499801754951,-0.165287494659424,-0.973307907581329,0.148432835936546,-0.175040736794472,-0.975728094577789,0.14865106344223,-0.160803139209747,-0.973307907581329,0.148432835936546,-0.175040736794472,-0.975001454353333,0.148499801754951,-0.165287494659424,-0.977824032306671,0.148700416088104,-0.147473156452179,-0.615105390548706,-0.78251713514328,-0.0965004488825798,-0.615105390548706,-0.78251713514328,-0.0965004488825798,-0.615105390548706,-0.78251713514328,-0.0965004488825798,0.219126671552658,-0.0427715703845024,-0.974758505821228,0.198973551392555,-0.0389422364532948,-0.979230880737305,0.205302909016609,-0.0401355586946011,-0.977875173091888,0.214523121714592,-0.0418905541300774,-0.975820124149323,0.219126671552658,-0.0427715703845024,-0.974758505821228,0.214523121714592,-0.0418905541300774,-0.975820124149323,0.245434612035751,-0.0478510111570358,-0.968231558799744,0.176000416278839,-0.0832398384809494,-0.980864465236664,0.184168055653572,-0.0769514143466949,-0.979877889156342,0.183057770133018,-0.0842677056789398,-0.979484021663666,0.177382707595825,-0.0759215727448463,-0.981209099292755,0.306426465511322,-0.0685245543718338,-0.949424684047699,0.261124014854431,-0.055924229323864,-0.96368396282196,0.279409438371658,-0.060754232108593,-0.95824807882309,0.241193994879723,-0.0232478957623243,-0.970198452472687,0.229285404086113,-0.0205870550125837,-0.973141491413116,0.239677682518959,-0.0367297865450382,-0.970157563686371,0.240616142749786,-0.0275804437696934,-0.970228493213654,0.240616142749786,-0.0275804437696934,-0.970228493213654,0.239677682518959,-0.0367297865450382,-0.970157563686371,0.279409438371658,-0.060754232108593,-0.95824807882309,0.261124014854431,-0.055924229323864,-0.96368396282196,0.171548917889595,0.985136687755585,-0.00875905528664589,0.160587400197983,0.986959517002106,-0.011077132076025,0.167363062500954,0.985848009586334,-0.00965904723852873,0.180891007184982,0.98347944021225,-0.00683212466537952,
  531. 0.167363062500954,0.985848009586334,-0.00965904723852873,0.160587400197983,0.986959517002106,-0.011077132076025,0.165268167853355,0.98619681596756,-0.0101064248010516,-0.161381751298904,-0.986853957176209,0.00866921618580818,-0.144478842616081,-0.989386796951294,0.0154801495373249,-0.142173618078232,-0.98971301317215,0.0159625187516212,-0.153496578335762,-0.988141655921936,0.00385731714777648,-0.153496578335762,-0.988141655921936,0.00385731714777648,-0.165036782622337,-0.98501318693161,-0.0501206777989864,-0.161381751298904,-0.986853957176209,0.00866921618580818,-0.0247055869549513,0.83716869354248,0.54638671875,-0.0247056055814028,0.837168633937836,0.54638659954071,-0.0247056055814028,0.837168633937836,0.54638659954071,0.195718705654144,-0.0769875347614288,-0.977633416652679,0.183057770133018,-0.0842677056789398,-0.979484021663666,0.184168055653572,-0.0769514143466949,-0.979877889156342,0.195420578122139,-0.0731963068246841,-0.977984249591827,0.184168055653572,-0.0769514143466949,-0.979877889156342,0.196965768933296,-0.0473944619297981,-0.979264140129089,0.195420578122139,-0.0731963068246841,-0.977984249591827,0.194676905870438,-0.046720027923584,-0.979754149913788,0.195126935839653,-0.0441356487572193,-0.979784429073334,0.195178836584091,-0.0442435964941978,-0.979769229888916,0.195315182209015,-0.0451177358627319,-0.979702115058899,0.195315182209015,-0.0451177358627319,-0.979702115058899,0.195178836584091,-0.0442435964941978,-0.979769229888916,0.196912303566933,-0.0473022796213627,-0.979279339313507,-0.141950055956841,-0.982072353363037,0.124033354222775,-0.141950055956841,-0.982072353363037,0.124033354222775,-0.141950055956841,-0.982072353363037,0.124033354222775,0.996882140636444,0.0675834491848946,-0.0407248586416245,0.998708784580231,0.0252747498452663,-0.0440680831670761,0.997972130775452,-0.0404952242970467,-0.0491098314523697,0.996873319149017,0.0677224323153496,-0.0407099314033985,0.996882140636444,0.0675834491848946,-0.0407248586416245,0.996873319149017,0.0677224323153496,-0.0407099314033985,0.997569739818573,0.0558388829231262,-0.0416712164878845,
  532. 0.997952818870544,-0.0409136638045311,-0.0491558164358139,0.999399244785309,0.0200704280287027,-0.028256930410862,0.999390721321106,0.0205125883221626,-0.0282423347234726,0.999397039413452,0.0201843995600939,-0.0282534845173359,0.999402344226837,0.0199040919542313,-0.0282625369727612,0.999399244785309,0.0200704280287027,-0.028256930410862,0.999402344226837,0.0199040919542313,-0.0282625369727612,0.999401450157166,0.0199564434587955,-0.0282599367201328,0.999401271343231,0.0199609212577343,-0.0282597821205854,0.115738704800606,-0.978851199150085,-0.168685749173164,0.115510679781437,-0.978376388549805,-0.171572044491768,0.115741558372974,-0.979034125804901,-0.167618975043297,0.11654107272625,-0.981302976608276,-0.153175860643387,0.115788601338863,-0.979234933853149,-0.166409328579903,0.115792796015739,-0.97924667596817,-0.166337311267853,0.115510679781437,-0.978376388549805,-0.171572044491768,0.115792796015739,-0.97924667596817,-0.166337311267853,0.115788601338863,-0.979234933853149,-0.166409328579903,0.115741558372974,-0.979034125804901,-0.167618975043297,0.974117815494537,-0.117847070097923,-0.192890495061874,0.974117815494537,-0.117847062647343,-0.192890495061874,0.974117815494537,-0.117847070097923,-0.192890495061874,0.851293385028839,0.503545701503754,0.147449314594269,0.851293504238129,0.503545701503754,0.147449314594269,0.851293385028839,0.503545641899109,0.147449314594269,0.993253767490387,0.109295159578323,-0.0387500822544098,0.99292117357254,0.109520979225636,-0.0459645539522171,0.993156015872955,0.10947447270155,-0.0406969040632248,0.99304473400116,0.109481625258923,-0.0433121360838413,0.993401229381561,0.109393887221813,-0.0344524942338467,0.99304473400116,0.109481625258923,-0.0433121360838413,0.993156015872955,0.10947447270155,-0.0406969040632248,0.993530511856079,0.10928039252758,-0.03090182505548,-0.120083972811699,0.990494072437286,0.0670923218131065,-0.120477922260761,0.990699172019959,0.0632481202483177,-0.12032026797533,0.990581750869751,0.065351814031601,-0.122143238782883,0.990883111953735,0.0568481497466564,
  533. -0.12106154859066,0.990840673446655,0.0598255731165409,-0.121297806501389,0.990924298763275,0.0579314976930618,-0.121297806501389,0.990924298763275,0.0579314976930618,-0.12106154859066,0.990840673446655,0.0598255731165409,-0.12032026797533,0.990581750869751,0.065351814031601,-0.120477922260761,0.990699172019959,0.0632481202483177,-0.326305031776428,0.943013370037079,0.0651979669928551,-0.326305031776428,0.943013489246368,0.0651979893445969,-0.326305031776428,0.943013489246368,0.0651979893445969,0.988433003425598,0.111230224370956,-0.103093378245831,0.988566040992737,0.111199460923672,-0.101842947304249,0.989577412605286,0.110933847725391,-0.0918166264891624,0.988615393638611,0.111181765794754,-0.101382680237293,0.990000188350677,0.110705621540546,-0.087429590523243,0.988615393638611,0.111181765794754,-0.101382680237293,0.989577412605286,0.110933847725391,-0.0918166264891624,0.991105556488037,0.110353276133537,-0.0743782371282578,0.416381329298019,0.909093499183655,-0.0132597098127007,0.416381329298019,0.909093379974365,-0.0132597424089909,0.416381329298019,0.909093499183655,-0.0132597098127007,0.99136084318161,0.130519241094589,0.0129775227978826,0.991427361965179,0.130359351634979,0.00885217729955912,0.991248846054077,0.130631059408188,0.0190060082823038,0.99128669500351,0.130621418356895,0.0169953405857086,0.991248846054077,0.130631059408188,0.0190060082823038,0.990850925445557,0.130790486931801,0.0332915931940079,0.99128669500351,0.130621418356895,0.0169953405857086,0.994926989078522,0.0909787937998772,-0.0429324470460415,0.994314670562744,0.105595856904984,-0.013699546456337,0.995013773441315,0.0983923003077507,-0.0163257326930761,0.994368433952332,0.0968350991606712,-0.0430620387196541,0.98844850063324,0.14753232896328,0.0346986688673496,0.988512694835663,0.147549122571945,0.0327429324388504,0.988801419734955,0.137304335832596,0.0584728941321373,0.988239586353302,0.144921779632568,0.0487880855798721,0.988983929157257,0.128383219242096,0.0736790522933006,0.988239586353302,0.144921779632568,0.0487880855798721,0.988801419734955,0.137304335832596,0.0584728941321373,
  534. 0.98855322599411,0.12784019112587,0.0801208987832069,0.990661561489105,0.124104045331478,0.0564610473811626,0.988983929157257,0.128383219242096,0.0736790522933006,0.98855322599411,0.12784019112587,0.0801208987832069,-0.124029062688351,0.991781175136566,-0.0314152501523495,-0.124190345406532,0.991883516311646,-0.0272738412022591,-0.124189324676991,0.991883039474487,-0.0272954311221838,-0.124103210866451,0.991814315319061,-0.0300429370254278,-0.124103210866451,0.991814315319061,-0.0300429370254278,-0.123938970267773,0.991651713848114,-0.0355810225009918,-0.124029062688351,0.991781175136566,-0.0314152501523495,0.135666370391846,-0.989690005779266,0.0459182150661945,0.136213272809982,-0.989548325538635,0.0473304316401482,0.136270180344582,-0.989616692066193,0.0457086600363255,0.134417146444321,-0.989865243434906,0.0458120368421078,0.134417146444321,-0.989865243434906,0.0458120368421078,0.124387629330158,-0.991319894790649,0.0425749607384205,0.135666370391846,-0.989690005779266,0.0459182150661945,-0.780560672283173,0.62297797203064,-0.0512203499674797,-0.780560672283173,0.62297797203064,-0.0512203499674797,-0.780560791492462,0.62297797203064,-0.0512203276157379,0.994280517101288,0.103082068264484,0.0279352404177189,0.995013773441315,0.0983923003077507,-0.0163257326930761,0.994314670562744,0.105595856904984,-0.013699546456337,0.993335664272308,0.111854702234268,0.0277997646480799,0.994314670562744,0.105595856904984,-0.013699546456337,0.991961479187012,0.123490057885647,0.0276161357760429,0.993335664272308,0.111854702234268,0.0277997646480799,0.992479681968689,0.121866308152676,0.0115202171728015,0.992002427577972,0.125689461827278,0.0115524800494313,0.991892993450165,0.126552268862724,0.0115263955667615,0.992092728614807,0.124995827674866,0.0113128228113055,0.992092728614807,0.124995827674866,0.0113128228113055,0.991892993450165,0.126552268862724,0.0115263955667615,0.992279827594757,0.123605906963348,0.01012490876019,0.0307527258992195,-0.999084413051605,0.0297430530190468,0.0307527258992195,-0.999084413051605,0.0297430530190468,
  535. 0.0307527258992195,-0.999084413051605,0.0297430530190468,-0.027899919077754,-0.00610981369391084,-0.999592065811157,-0.00834551826119423,-0.00586700765416026,-0.999947965145111,-0.0208757892251015,-0.00224485341459513,-0.999779582023621,-0.0211026947945356,-0.00437830435112119,-0.99976772069931,-0.0211026947945356,-0.00437830435112119,-0.99976772069931,-0.0208757892251015,-0.00224485341459513,-0.999779582023621,-0.00795714650303125,-0.00031348192715086,-0.999968290328979,-0.0091359606012702,-0.000319591141305864,-0.999958217144012,-1.87631612789119e-005,1,0,0.000948077882640064,0.999999642372131,2.97768455942773e-013,0.00317409355193377,0.999994993209839,1.05813621753548e-012,0.00762607622891665,0.99997091293335,3.6960100778527e-012,0.00317409355193377,0.999994993209839,1.05813621753548e-012,0.000948077882640064,0.999999642372131,2.97768455942773e-013,0.00477051688358188,0.999988675117493,2.31205072448448e-012,0.0237979870289564,-0.999501049518585,0.0207690820097923,0.0161367487162352,-0.999665081501007,0.0202360171824694,0.012573167681694,-0.999716281890869,0.020236337557435,0.0149724148213863,-0.999674141407013,0.0206726770848036,0.0149724148213863,-0.999674141407013,0.0206726770848036,0.0258469395339489,-0.99944406747818,0.021060137078166,0.0390456095337868,-0.999015748500824,0.0210471283644438,0.0237979870289564,-0.999501049518585,0.0207690820097923,0.000630040012765676,0.0124969882890582,-0.999921798706055,0.00976788811385632,0.0123472474515438,-0.999876081943512,-0.00388067727908492,0.01345603633672,-0.9999018907547,-0.0107199419289827,0.0130367008969188,-0.999857664108276,-0.00388067727908492,0.01345603633672,-0.9999018907547,-0.012916186824441,0.0143590504303575,-0.999813497066498,-0.0107199419289827,0.0130367008969188,-0.999857664108276,0.00168883358128369,0.007576584815979,-0.999969899654388,0.00171718641649932,0.000213027291465551,-0.999998450279236,0.00175784330349416,0.0053028641268611,-0.999984383583069,0.00175784330349416,0.0053028641268611,-0.999984383583069,0.00171718641649932,0.000213027291465551,-0.999998450279236,
  536. 0.00170678563881665,-0.00996698625385761,-0.999948859214783,0.00173931510653347,-0.00346887251362205,-0.999992489814758,7.43552736821584e-005,-0.000953386013861746,-0.999999642372131,5.94004959566519e-005,-0.00234535499475896,-0.99999725818634,5.2399071137188e-005,-0.00226934487000108,-0.99999737739563,4.80863127449993e-005,-0.00992687419056892,-0.999950766563416,5.2399071137188e-005,-0.00226934487000108,-0.99999737739563,5.94004959566519e-005,-0.00234535499475896,-0.99999725818634,5.07293552800547e-005,-0.00786366313695908,-0.999968945980072,4.80863127449993e-005,-0.00992687419056892,-0.999950766563416,5.07293552800547e-005,-0.00786366313695908,-0.999968945980072,5.38441963726655e-005,-0.017735842615366,-0.999842822551727,0.0127996383234859,-0.85523509979248,-0.518082141876221,0.0127996420487762,-0.85523509979248,-0.518082141876221,0.0127996420487762,-0.85523509979248,-0.518082141876221,0.000108150488813408,0.847007513046265,0.531581103801727,0.000108167063444853,0.84700745344162,0.531581044197083,0.000108147112769075,0.847007513046265,0.531581103801727,-0.41370701789856,0.464382588863373,-0.783067882061005,-0.413706988096237,0.46438255906105,-0.783067941665649,-0.413706958293915,0.464382529258728,-0.783067941665649,0.999439120292664,-0.0334855280816555,0.000353992130840197,0.999880194664001,-0.0144694875925779,0.00550175504758954,0.998982012271881,-0.0451094806194305,4.23394631070551e-005,-0.985199630260468,-0.170852959156036,0.0138150565326214,-0.977028012275696,-0.212482869625092,0.0163450371474028,-0.960849285125732,-0.276333630084991,0.0202138908207417,-0.985221564769745,-0.170727789402008,0.0138071477413177,-0.985199630260468,-0.170852959156036,0.0138150565326214,-0.985221564769745,-0.170727789402008,0.0138071477413177,-0.983108758926392,-0.182445019483566,0.0145212011411786,-0.960743010044098,-0.276700675487518,0.0202396996319294,-0.976119339466095,-0.217234760522842,-0.000511485210154206,-0.976213574409485,-0.216810584068298,-0.000515760097187012,-0.976143777370453,-0.217124909162521,-0.000511635502334684,
  537. -0.976084589958191,-0.217390656471252,-0.00050957128405571,-0.976119339466095,-0.217234760522842,-0.000511485210154206,-0.976084589958191,-0.217390656471252,-0.00050957128405571,-0.976094841957092,-0.217344611883163,-0.000512655649799854,-0.976094245910645,-0.217347085475922,-0.000512623519171029,0.114837937057018,-0.981608688831329,0.152501061558723,0.11469367146492,-0.981145620346069,0.155559688806534,0.11474684625864,-0.981794953346252,0.151367083191872,0.115005016326904,-0.984007656574249,0.136024832725525,0.114768892526627,-0.981990694999695,0.15007458627224,0.114776395261288,-0.982001900672913,0.149995788931847,0.11469367146492,-0.981145620346069,0.155559688806534,0.114776395261288,-0.982001900672913,0.149995788931847,0.114768892526627,-0.981990694999695,0.15007458627224,0.11474684625864,-0.981794953346252,0.151367083191872,-0.921204507350922,-0.349545329809189,0.170881107449532,-0.921204507350922,-0.349545329809189,0.170881107449532,-0.921204507350922,-0.349545300006866,0.17088109254837,-0.940981805324554,0.292359739542007,-0.170525833964348,-0.940981805324554,0.292359739542007,-0.170525819063187,-0.940981805324554,0.292359739542007,-0.170525833964348,-0.991504907608032,-0.129430055618286,0.0128800254315138,-0.991387605667114,-0.129351064562798,0.0204711053520441,-0.991494059562683,-0.129302620887756,0.0148425521329045,-0.991443574428558,-0.129338383674622,0.0176418237388134,-0.991577744483948,-0.12925086915493,0.00823179539293051,-0.991443574428558,-0.129338383674622,0.0176418237388134,-0.991494059562683,-0.129302620887756,0.0148425521329045,-0.991597652435303,-0.129283517599106,0.00448123924434185,-0.11641600728035,0.992184340953827,-0.0449170805513859,-0.115844041109085,0.992426097393036,-0.0408721230924129,-0.115858405828476,0.992328643798828,-0.043136540800333,-0.114412374794483,0.992852389812469,-0.0339697152376175,-0.11533048003912,0.992629706859589,-0.0372163243591785,-0.115203991532326,0.992719769477844,-0.0351524017751217,-0.115203991532326,0.992719769477844,-0.0351524017751217,-0.11533048003912,0.992629706859589,-0.0372163243591785,
  538. -0.115858405828476,0.992328643798828,-0.043136540800333,-0.115844041109085,0.992426097393036,-0.0408721230924129,0.095404177904129,0.994728088378906,-0.0376047752797604,0.0954041853547096,0.994728088378906,-0.0376047752797604,0.095404177904129,0.994728088378906,-0.0376047790050507,-0.988419413566589,-0.128342434763908,0.0809648260474205,-0.988523840904236,-0.128366991877556,0.0796407014131546,-0.989296078681946,-0.128569304943085,0.0690164864063263,-0.988560974597931,-0.128382652997971,0.0791530981659889,-0.989584505558014,-0.128762498497963,0.0643647164106369,-0.988560974597931,-0.128382652997971,0.0791530981659889,-0.989296078681946,-0.128569304943085,0.0690164864063263,-0.990358829498291,-0.128977820277214,0.0505383424460888,-0.61995255947113,0.784342885017395,0.0215653292834759,-0.61995255947113,0.784342885017395,0.0215653348714113,-0.619952619075775,0.784342885017395,0.0215653516352177,-0.99935907125473,0.0342997610569,-0.0102545320987701,-0.999376237392426,0.0323161892592907,-0.0142464265227318,-0.999104976654053,0.0327020809054375,-0.0268284194171429,-0.999104976654053,0.0327020809054375,-0.0268284194171429,-0.999376237392426,0.0323161892592907,-0.0142464265227318,-0.999182224273682,0.0299511775374413,-0.0271609965711832,-0.999048471450806,0.0300370510667562,-0.0316199623048306,-0.999182224273682,0.0299511775374413,-0.0271609965711832,-0.999527335166931,0.0286164544522762,-0.0112328426912427,-0.999048471450806,0.0300370510667562,-0.0316199623048306,-0.0300827249884605,-0.999543607234955,0.00276025547645986,-0.0300827994942665,-0.999542117118835,0.00324545963667333,-0.0301819257438183,-0.999542236328125,0.0020797117613256,-0.0301471631973982,-0.99954092502594,0.00302425562404096,-0.0301471631973982,-0.99954092502594,0.00302425562404096,-0.0301819257438183,-0.999542236328125,0.0020797117613256,-0.0304683782160282,-0.999535739421844,-7.3772891482804e-005,-0.030467513948679,-0.999534964561462,0.00125408626627177,0.0504461601376534,0.998392581939697,0.0258357189595699,0.050893671810627,0.998248279094696,0.030170226469636,
  539. 0.050813727080822,0.998180091381073,0.0324751697480679,0.0513506196439266,0.998541712760925,0.0166588183492422,0.0511229000985622,0.998324334621429,0.0271118022501469,0.0511886775493622,0.998465895652771,0.0211096107959747,0.050893671810627,0.998248279094696,0.030170226469636,0.0511886775493622,0.998465895652771,0.0211096107959747,0.0511229000985622,0.998324334621429,0.0271118022501469,0.050813727080822,0.998180091381073,0.0324751697480679,-0.999910175800323,-0.00136500003281981,-0.0133257582783699,-0.999568104743958,0.0263864416629076,-0.0129393944516778,-0.999988555908203,0.0046747699379921,-0.0010138254147023,-0.999679565429688,-0.0248026121407747,-0.00505985878407955,-0.999988555908203,0.0046747699379921,-0.0010138254147023,-0.999568104743958,0.0263864416629076,-0.0129393944516778,-0.998317658901215,0.0453368611633778,-0.0361452586948872,-0.998899638652802,0.0455823242664337,-0.0110385091975331,-0.998554170131683,0.0537150129675865,0.00206657103262842,-0.999627590179443,0.0272034537047148,0.00218945275992155,-0.999931275844574,-0.0115029523149133,0.00226266542449594,-0.999931275844574,-0.0115029523149133,0.00226266542449594,-0.999627590179443,0.0272034537047148,0.00218945275992155,-0.999819219112396,0.0188813786953688,0.00223030941560864,-0.998729884624481,-0.0503261312842369,0.00243429420515895,-0.990519642829895,-0.137355402112007,0.00208003888837993,-0.999931275844574,-0.0115029523149133,0.00226266542449594,-0.998729884624481,-0.0503261312842369,0.00243429420515895,-0.99928092956543,0.0379139855504036,-1.00345766895771e-006,-0.998989820480347,0.0449390076100826,8.22330766823143e-005,-0.999291777610779,0.0376306250691414,3.65723390132189e-005,-0.998783111572266,0.0493186414241791,9.5171490102075e-005,-0.99928092956543,0.0379139855504036,-1.00345766895771e-006,-0.998783111572266,0.0493186414241791,9.5171490102075e-005,-0.999545097351074,-0.0301580205559731,-0.000247510033659637,-0.996837437152863,-0.0794655680656433,-0.000538034830242395,-0.999545097351074,-0.0301580205559731,-0.000247510033659637,-0.986060440540314,-0.166388124227524,9.26228822208941e-005,
  540. -0.996837437152863,-0.0794655680656433,-0.000538034830242395,-0.517734825611115,0.855384111404419,0.0163899809122086,-0.517734825611115,0.855384111404419,0.0163899622857571,-0.517734825611115,0.855384111404419,0.0163899622857571,0.531390845775604,-0.84712678194046,1.22618203022284e-005,0.531390845775604,-0.84712678194046,1.22701094369404e-005,0.531390845775604,-0.84712690114975,1.22980136438855e-005,-0.771681666374207,-0.401043683290482,-0.493630766868591,-0.771681725978851,-0.401043683290482,-0.493630737066269,-0.771681666374207,-0.401043683290482,-0.493630766868591,-0.999910175800323,-0.00136500003281981,-0.0133257582783699,-0.999679565429688,-0.0248026121407747,-0.00505985878407955,-0.984198391437531,-0.176508367061615,-0.0140815423801541,-0.999679565429688,-0.0248026121407747,-0.00505985878407955,-0.999988555908203,0.0046747699379921,-0.0010138254147023,-0.989771008491516,-0.14238640666008,0.00891677010804415,-0.99980491399765,0.0165436901152134,-0.0107964631170034,-0.999839305877686,0.0164593569934368,-0.00711562391370535,-0.999981164932251,0.00247790454886854,-0.00562169589102268,-0.999992668628693,0.00376626406796277,-0.000611616356763989,-0.99980491399765,0.0165436901152134,-0.0107964631170034,-0.999992668628693,0.00376626406796277,-0.000611616356763989,-0.999789893627167,0.0165763590484858,-0.012056571431458,-0.999351322650909,0.0166452005505562,-0.0319354236125946,-0.998121500015259,0.0589572265744209,0.0166612211614847,-0.998491704463959,0.0523004084825516,0.0167032424360514,-0.998411655426025,0.055341150611639,0.0105641130357981,-0.998997926712036,0.0436195582151413,0.0100267259404063,-0.990019500255585,0.0187423769384623,-0.139678657054901,-0.998980164527893,0.0338319391012192,0.0298985727131367,-0.99938839673996,0.034271739423275,0.00695794075727463,-0.999729335308075,0.0219425689429045,0.00773606123402715,-0.999637961387634,0.00298863672651351,-0.0267407614737749,-0.99789023399353,0.00273486273363233,-0.0648659095168114,-0.997457683086395,0.00929109379649162,-0.0706521570682526,-0.998980164527893,0.0338319391012192,0.0298985727131367,
  541. -0.999729335308075,0.0219425689429045,0.00773606123402715,-0.997457683086395,0.00929109379649162,-0.0706521570682526,-0.99938839673996,0.034271739423275,0.00695794075727463,-0.0161474086344242,-0.9996377825737,-0.0215314868837595,-0.0161027014255524,-0.999737501144409,0.0162986069917679,-0.0160975363105536,-0.999833643436432,-0.00857303757220507,-0.0161682162433863,-0.999592185020447,-0.023540310561657,-0.0163738541305065,-0.999693095684052,-0.0185878686606884,-0.0161474086344242,-0.9996377825737,-0.0215314868837595,-0.0161682162433863,-0.999592185020447,-0.023540310561657,-0.0163760911673307,-0.999813258647919,0.0102692972868681,0.0116369351744652,0.998159527778625,-0.0595162436366081,-0.00331523385830224,0.999993562698364,0.00137960677966475,-0.00572867365553975,0.999982893466949,0.00114547519478947,-0.015639953315258,0.999370872974396,0.0318312644958496,-0.00572867365553975,0.999982893466949,0.00114547519478947,-0.00331523385830224,0.999993562698364,0.00137960677966475,-0.016000259667635,0.999870419502258,0.00182370515540242,0.66330474615097,-0.748099327087402,0.0193461515009403,0.663304686546326,-0.748099327087402,0.019346171990037,0.66330474615097,-0.748099327087402,0.0193461496382952,-0.998997926712036,0.0436195582151413,0.0100267259404063,-0.998411655426025,0.055341150611639,0.0105641130357981,-0.998029768466949,0.062742218375206,0.00044109596638009,-0.999090969562531,0.0426292978227139,0.00022998965869192,-0.999090969562531,0.0426292978227139,0.00022998965869192,-0.999701917171478,0.024419330060482,7.25452991900966e-005,-0.998997926712036,0.0436195582151413,0.0100267259404063,-0.992613434791565,-0.121313706040382,-0.00126580218784511,-0.999032080173492,-0.0439883098006248,-0.000163494303706102,-0.999639630317688,0.0267913993448019,0.00169743876904249,-0.999938428401947,-0.0110923144966364,0.000558370258659124,-0.999938428401947,-0.0110923144966364,0.000558370258659124,-0.999639630317688,0.0267913993448019,0.00169743876904249,-0.999760866165161,0.0216956194490194,0.0027500013820827,-0.999722063541412,0.023415420204401,0.00277451635338366,
  542. 0.0958124771714211,0.995034992694855,-0.0269329380244017,0.0958124920725822,0.995034992694855,-0.0269329436123371,0.0958124846220016,0.995034992694855,-0.0269329398870468,-0.999981164932251,0.00247790454886854,-0.00562169589102268,-0.99151086807251,-0.129988715052605,0.00302014034241438,-0.999992668628693,0.00376626406796277,-0.000611616356763989,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996801614761353,-0.0799158960580826,-2.59714862949068e-008,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,1,-1.0383928383817e-008,-1.03050945554628e-008,1,0.000393285823520273,0,0.999999821186066,0.000548485608305782,0,0.252366364002228,0.0671870186924934,-0.965296387672424,0.174702927470207,-0.0916985645890236,-0.980341851711273,0.259364366531372,-0.114457093179226,-0.958973228931427
  543. }
  544. TangentsW: *2005 {
  545. 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,
  546. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  547. }
  548. }
  549. LayerElementUV: 0 {
  550. Version: 101
  551. Name: "map1"
  552. MappingInformationType: "ByPolygonVertex"
  553. ReferenceInformationType: "IndexToDirect"
  554. UV: *2744 {
  555. a: 0,0,0.249999538064003,4.46428227718343e-010,0.250005930662155,0.0646386221051216,-0.00014388159615919,0.109301283955574,0.50000011920929,0,0.364871293306351,0.127165600657463,0.315955609083176,0.131136402487755,0.306155115365982,0.200305938720703,0.249785527586937,0.202203288674355,-0.000277544313576072,0.201805666089058,0.672820568084717,0.416850715875626,0.581608295440674,0.443484663963318,0.672821044921875,0.296074688434601,0.672820687294006,0.519129931926727,0.581114828586578,0.519130051136017,0.998813569545746,0.274758011102676,0.998867988586426,0.341932237148285,0.749364078044891,0.341974645853043,0.638125538825989,0.589284479618073,0.638508498668671,0.472820341587067,-0.30243045091629,0.58780711889267,-0.302307963371277,0.469882786273956,0.0532750077545643,0.470329761505127,0.0531089343130589,0.58770215511322,0.133225843310356,0.470696896314621,0.132911026477814,0.58762925863266,0.230683714151382,0.587728381156921,0.231194585561752,0.471253603696823,0.299959599971771,0.471680730581284,0.299567580223084,0.588047325611115,0.394544064998627,0.261976361274719,0.605432331562042,0.126655697822571,0.634958624839783,0.26503136754036,0.693211019039154,0.339851588010788,0.683631837368011,0.271119207143784,0.249666079878807,0.272594958543777,0.101582057774067,0.269978553056717,0.102897763252258,0.222848266363144,0.498162150382996,0.272870600223541,0.737759709358215,0.862607061862946,0.737761735916138,0.920470893383026,0.692805707454681,0.925822675228119,0.692792236804962,0.857272982597351,0.99899423122406,0.0657781064510345,0.901700675487518,0.0719248205423355,0.901757717132568,0.130443945527077,0.749977707862854,0.132675155997276,0.750000536441803,1.15393161692623e-009,0.998827934265137,0,0.325700104236603,0.852324426174164,0.32570943236351,0.930909633636475,0.559547126293182,0.929625511169434,0.559533655643463,0.853535294532776,0.50000011920929,0,0.50002533197403,0.130461454391479,0.327179998159409,0.369152575731277,0.327179908752441,0.296074688434601,0.419896245002747,0.364812105894089,0.805307924747467,
  556. 0.862619876861572,0.811081230640411,0.920281171798706,0.543018281459808,0.4413101375103,0.218471258878708,2.90959715843201,0.292765974998474,2.98733043670654,0.250538378953934,2.99888610839844,0.276162475347519,2.29913830757141,0.19943556189537,2.52874255180359,0.331811606884003,2.31622934341431,0.381800770759583,2.32865333557129,0.322363823652267,2.51481628417969,0.319024354219437,2.8177285194397,0.314320117235184,2.89826679229736,0.4629907310009,2.84738349914551,0.418305605649948,2.71030449867249,0.208989709615707,2.60003733634949,0.204204857349396,2.73441910743713,0.458914935588837,2.35001277923584,0.416643738746643,2.56319165229797,0.458815962076187,2.97824645042419,0.499662429094315,0.257341533899307,0.32827153801918,0.249733835458755,0.498888105154037,0.249565094709396,0.749823808670044,1.5180481672287,0.998654723167419,1.5180481672287,0.998586297035217,1.09413933753967,0.749450206756592,1.09413933753967,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.267827153205872,2.58528423309326,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.256433635950089,0.724722266197205,0.118176721036434,0.641973495483398,0.258441627025604,0.64637702703476,0.25687250494957,0.722593128681183,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.258098483085632,0.949353694915771,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.254944205284119,
  557. 0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591086864471,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.969153642654419,0.231808200478554,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.675252914428711,0.253354877233505,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,
  558. 0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.751242756843567,0.0902616307139397,0.894094526767731,0.0937743335962296,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.894072771072388,0.0565293803811073,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,
  559. 0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255404233932495,0.799993991851807,0.150247782468796,0.800658464431763,0.0962403863668442,0.747453808784485,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0942604467272758,0.747453808784485,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,
  560. 0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.15047399699688,0.802241981029511,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.0964959263801575,0.800795078277588,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,
  561. 0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591086864471,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,
  562. 0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255958497524261,0.76226806640625,0.0961830168962479,0.760387539863586,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256453901529312,0.724675178527832,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0943235978484154,0.760387539863586,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258212894201279,0.762170910835266,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,
  563. 0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.686562657356262,0.258888483047485,0.386433601379395,2.84228682518005,0.471113204956055,0.372512489557266,0.40431022644043,2.99899530410767,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,
  564. 0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.894072771072388,0.0565293803811073,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.749738931655884,0.0657625868916512,0.895279228687286,0.0658151209354401,0.880442380905151,0.175843209028244,0.749702155590057,0.173364251852036,0.749784827232361,2.5902409106493e-009,0.612885177135468,0.196180447936058,0.50000011920929,0,0.998827934265137,0,0.998965919017792,0.0615158565342426,1.35062766075134,0.45308518409729,1.35099291801453,0.606565237045288,1.1702823638916,0.59873354434967,1.17006278038025,0.461556553840637,1.00178515911102,0.472460955381393,1.00153195858002,0.587699890136719,0.834158301353455,0.578220725059509,0.834774732589722,0.480460524559021,0.683499813079834,
  565. 0.570119917392731,0.683825731277466,0.48587703704834,0.615444302558899,0.580133616924286,0.61638206243515,0.482086777687073,0.605190634727478,0.126583144068718,1.03513932228088,0.277051985263824,0.72674971818924,0.294383734464645,0.708026111125946,0.357299208641052,0.789847493171692,0.200894832611084,0.493230313062668,0.339991688728333,0.651508510112762,0.202305883169174,0.346495866775513,0.00290262699127197,0.346496075391769,0.139604777097702,0.253879815340042,0.139604777097702,0.176772907376289,0.142365872859955,0.131475105881691,0.09519924223423,0.0922585725784302,0.0713461488485336,0.000854613375850022,0.0713463425636292,0.000854730606079102,0.00290262699127197,0.289337009191513,0.130995824933052,3.33345815306529e-005,0.123570963740349,0,0,0.249999403953552,5.33984856332381e-010,-0.226403504610062,0.92980569601059,-0.226468876004219,0.853499233722687,0.0377325341105461,0.853275895118713,0.0377191007137299,0.929884970188141,0.32570943236351,0.930909633636475,0.325700104236603,0.852324426174164,0.50000011920929,0,0.50002533197403,0.130461454391479,0.500353395938873,0.189819812774658,0.300107896327972,0.189809232950211,0.0927069336175919,0.853000700473785,0.0927294194698334,0.930272400379181,0.278139561414719,0.852744698524475,0.27813446521759,0.930643200874329,0.376661330461502,1.76273775100708,0.463079482316971,1.62114036083221,0.535588324069977,1.64955699443817,0.454333126544952,1.84032666683197,0.422024816274643,2.10091876983643,0.445881992578506,2.15869283676147,0.311624974012375,2.16486978530884,0.309728384017944,2.10739588737488,0.452289968729019,1.97262847423553,0.342117041349411,1.9750669002533,0.380994528532028,1.83389711380005,0.609776854515076,2.02665233612061,0.555231988430023,2.15317535400391,0.55935674905777,1.986736536026,0.501446902751923,2.20390748977661,0.589792132377625,1.830402135849,0.627014398574829,1.6715133190155,0.352077215909958,1.73158061504364,0.412994593381882,1.59836423397064,0.24996592104435,0.244237810373306,0.499746561050415,0.258899658918381,0.394670397043228,0.263695895671844,0.386884391307831,
  566. 0.33373436331749,0.24989116191864,0.314425349235535,0.103912018239498,0.206547856330872,0.119706608355045,0.16740208864212,0.118835739791393,0.316880851984024,0.249821424484253,1.5180481672287,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.250026643276215,1.09413933753967,-0.0325616262853146,1.09400653839111,-0.0327872671186924,1.51789963245392,1.11319195639226e-005,0.202363908290863,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.256433635950089,0.724722266197205,0.118176721036434,0.641973495483398,0.258441627025604,0.64637702703476,0.25687250494957,0.722593128681183,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.258098483085632,0.949353694915771,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591086864471,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.255404233932495,0.799993991851807,0.150247782468796,0.800658464431763,0.0962403863668442,0.747453808784485,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,
  567. 0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0942604467272758,0.747453808784485,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.15047399699688,0.802241981029511,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.538207411766052,0.878610014915466,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,0.414893358945847,0.827518582344055,0.483848959207535,0.826823592185974,0.486355245113373,0.913431584835052,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.536629915237427,
  568. 0.825338423252106,0.483848959207535,0.825686872005463,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.486391484737396,0.914746940135956,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.536688268184662,0.878610014915466,0.537059247493744,0.914043843746185,0.536207139492035,0.826508045196533,0.0964959263801575,0.800795078277588,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.538207411766052,0.870280385017395,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.414348125457764,0.865086197853088,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,0.414893358945847,0.827518582344055,0.536207139492035,0.826508045196533,0.536688268184662,0.870280385017395,0.415624409914017,0.865056872367859,0.536629915237427,0.825338423252106,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,
  569. 0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.537059247493744,0.914043843746185,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.894072771072388,0.0565293803811073,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,
  570. 0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.538207411766052,0.870280385017395,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.414348125457764,0.865086197853088,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,0.414893358945847,0.827518582344055,0.536207139492035,0.826508045196533,0.536688268184662,0.870280385017395,0.415624409914017,0.865056872367859,0.536629915237427,0.825338423252106,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,
  571. 0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.969153642654419,0.231808200478554,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.675252914428711,0.253354877233505,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.538207411766052,0.878610014915466,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,0.414893358945847,0.827518582344055,0.483848959207535,0.826823592185974,0.486355245113373,
  572. 0.913431584835052,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.536629915237427,0.825338423252106,0.483848959207535,0.825686872005463,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.486391484737396,0.914746940135956,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.537059247493744,0.914043843746185,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.751242756843567,0.0902616307139397,0.894094526767731,0.0937743335962296,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.894072771072388,0.0565293803811073,0.536688268184662,0.878610014915466,0.537059247493744,0.914043843746185,0.536207139492035,0.826508045196533,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,
  573. 0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.894072771072388,0.0565293803811073,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,
  574. 0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591086864471,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.894072771072388,0.0565293803811073,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.7298304438591,0.306655019521713,0.674351692199707,0.292142480611801,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,
  575. 0.255404233932495,0.799993991851807,0.0964959263801575,0.800795078277588,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,
  576. 0.414893358945847,0.827518582344055,0.536207139492035,0.826508045196533,0.537059247493744,0.914043843746185,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.536629915237427,0.825338423252106,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.498162150382996,0.272870600223541,0.498448640108109,0.249524623155594,0.752156138420105,0.129839822649956,0.894243538379669,0.132140174508095,0.892870306968689,0.199938416481018,0.851999938488007,0.206171497702599,0.75884211063385,0.209945484995842,0.750094950199127,0.193429261445999,0.753413736820221,0.308605253696442,0.897919297218323,0.296862065792084,0.902776002883911,0.354445338249207,0.875003337860107,0.375967890024185,0.772700965404511,0.384365022182465,0.755812406539917,0.330107778310776,0.963598489761353,0.19539687037468,0.974708735942841,0.268219530582428,0.957947790622711,0.286432832479477,0.899144053459167,0.295305162668228,0.891751348972321,0.225860118865967,0.894050538539886,0.200815618038177,0.890483856201172,0.224692091345787,0.854374587535858,0.207031205296516,0.892859220504761,0.2009686678648,0.894144594669342,0.0553645305335522,0.865765273571014,0.0399317778646946,0.898261487483978,0.0316374264657497,0.750205814838409,0.051879309117794,0.761374890804291,0.0390751138329506,0.86416620016098,0.0404560603201389,0.894072771072388,0.0565293803811073,0.894116222858429,0.131019309163094,0.75227963924408,0.128643959760666,0.7298304438591,
  577. 0.306655019521713,0.674351692199707,0.292142480611801,0.67615419626236,0.214331328868866,0.738640189170837,0.212520331144333,0.751182734966278,0.225779324769974,0.751864194869995,0.307415366172791,0.674359500408173,0.293537795543671,0.725274741649628,0.306745976209641,0.673951804637909,0.305311352014542,0.752699017524719,0.225855380296707,0.758986711502075,0.211066767573357,0.851980149745941,0.207292839884758,0.890470921993256,0.226060435175896,0.897889852523804,0.295383781194687,0.753384351730347,0.307211369276047,0.751638889312744,0.224589318037033,0.740170896053314,0.212162107229233,0.757620751857758,0.210882365703583,0.414587736129761,0.665984988212585,0.526780188083649,0.664963841438293,0.535148143768311,0.677003800868988,0.535829305648804,0.752072989940643,0.429889798164368,0.753320038318634,0.415408164262772,0.736675143241882,0.611593782901764,0.826639175415039,0.611942291259766,0.901619255542755,0.599440515041351,0.913836359977722,0.538544595241547,0.914170503616333,0.538207411766052,0.878610014915466,0.537654757499695,0.826390326023102,0.34450426697731,0.913660526275635,0.344044297933578,0.846178650856018,0.356723487377167,0.828278958797455,0.413325220346451,0.82714056968689,0.415371090173721,0.903031885623932,0.397654235363007,0.912756085395813,0.414893358945847,0.827518582344055,0.483848959207535,0.826823592185974,0.486355245113373,0.913431584835052,0.424709618091583,0.912545680999756,0.416660189628601,0.903204560279846,0.536629915237427,0.825338423252106,0.483848959207535,0.825686872005463,0.414476692676544,0.826009213924408,0.415541440248489,0.766669094562531,0.429860562086105,0.754395842552185,0.53615391254425,0.753508150577545,0.414373755455017,0.934105753898621,0.424618393182755,0.91391921043396,0.486391484737396,0.914746940135956,0.537530422210693,0.915480554103851,0.536883056163788,0.976046741008759,0.528435468673706,0.988451063632965,0.414987742900848,0.987271904945374,0.415991246700287,0.904173672199249,0.423437744379044,0.912999510765076,0.399396657943726,0.91321736574173,0.600854635238647,0.914084076881409,
  578. 0.612356305122375,0.902884185314178,0.612408339977264,0.914020359516144,0.415546298027039,0.765273034572601,0.415228754281998,0.738267958164215,0.428701013326645,0.75374448299408,0.536688268184662,0.878610014915466,0.537059247493744,0.914043843746185,0.536207139492035,0.826508045196533,0.255404233932495,0.799993991851807,0.150247782468796,0.800658464431763,0.0962403863668442,0.747453808784485,0.096301831305027,0.720257699489594,0.176599144935608,0.720716178417206,0.256433635950089,0.724722266197205,0.25687250494957,0.722593128681183,0.176604777574539,0.718958020210266,0.188421130180359,0.644030213356018,0.258441627025604,0.64637702703476,0.258098483085632,0.949353694915771,0.189212173223495,0.956363499164581,0.118814885616302,0.95854115486145,0.0977336242794991,0.940606355667114,0.0969404429197311,0.878044962882996,0.249899014830589,0.874469459056854,0.256653666496277,0.889456629753113,0.0210041888058186,0.802984952926636,0.019113389775157,0.739589691162109,0.040805995464325,0.720831274986267,0.0938384160399437,0.7198166847229,0.0942604467272758,0.747453808784485,0.0947793498635292,0.800959765911102,0.334767639636993,0.72661817073822,0.329522550106049,0.786801815032959,0.283602833747864,0.800518929958344,0.25762927532196,0.800006687641144,0.258627533912659,0.724329829216003,0.0187826845794916,0.7382652759552,0.0185350403189659,0.720946133136749,0.0396098792552948,0.720378816127777,0.0961751639842987,0.71835470199585,0.0975309312343597,0.663997650146484,0.118176721036434,0.641973495483398,0.254944205284119,0.828025162220001,0.252015471458435,0.872064054012299,0.0971289947628975,0.876471996307373,0.0967187583446503,0.802744388580322,0.15047399699688,0.802241981029511,0.25529408454895,0.801579594612122,0.329053401947021,0.788591146469116,0.328156352043152,0.803140044212341,0.285872519016266,0.801347613334656,0.0964959263801575,0.800795078277588
  579. }
  580. UVIndex: *2005 {
  581. a: 0,1,2,3,5,2,1,4,5,6,2,8,2,6,7,3,2,8,9,57,55,56,12,57,12,506,60,506,12,11,11,12,10,13,11,13,14,32,30,78,504,34,32,504,15,15,16,17,34,33,34,17,23,20,21,22,25,23,22,24,27,26,25,24,26,27,28,29,5,4,31,29,28,19,18,42,39,40,41,45,46,47,44,44,47,48,43,52,42,41,51,50,49,52,51,47,46,54,53,58,59,40,39,62,63,61,70,66,68,65,64,68,66,67,75,69,70,61,74,69,72,505,70,87,68,69,74,72,69,68,76,71,77,505,72,75,76,68,65,87,73,37,79,35,36,84,81,82,83,86,85,81,84,73,87,74,65,68,87,88,89,90,91,93,94,95,96,92,93,96,102,97,98,101,99,100,101,98,106,107,105,104,105,107,103,112,108,109,110,110,111,112,113,114,115,117,118,119,116,116,119,120,121,122,123,124,125,126,127,124,127,128,129,130,131,135,134,135,131,133,132,133,131,142,136,137,141,140,141,137,138,138,139,140,143,144,145,146,147,148,149,150,151,211,157,158,152,153,157,153,154,156,154,155,156,159,160,161,167,162,166,165,166,162,164,162,163,164,168,169,170,172,173,174,171,171,174,175,176,177,178,179,180,181,186,183,184,185,182,182,185,186,181,187,188,191,189,190,191,188,196,192,193,194,194,195,196,197,198,199,202,178,177,201,177,200,201,204,205,206,203,203,206,207,208,209,210,214,211,212,213,215,212,211,151,220,216,217,219,217,218,219,221,222,223,224,229,230,228,227,228,230,226,226,230,231,225,232,233,236,234,235,236,233,240,241,237,239,237,238,239,242,243,244,223,222,247,246,247,222,245,249,250,251,248,248,251,252,253,254,255,258,259,260,257,256,257,260,261,262,263,264,265,266,267,272,269,270,271,268,268,271,272,267,275,276,277,274,278,273,274,277,283,279,280,281,281,282,283,284,285,286,289,264,263,288,263,287,288,291,292,293,294,290,291,294,295,296,297,298,300,301,302,299,299,302,303,304,305,306,307,308,309,314,311,312,313,310,310,313,314,309,319,315,316,317,317,318,319,324,320,321,322,322,323,324,325,326,327,330,306,305,329,328,329,305,332,333,334,331,331,334,335,336,337,338,258,257,339,344,340,341,343,341,342,343,345,346,347,348,353,354,352,351,352,354,350,350,354,355,349,356,357,360,360,357,358,359,363,364,365,361,361,362,363,366,367,368,371,347,346,370,346,369,
  582. 370,373,374,375,372,372,375,376,377,378,379,380,381,382,383,380,383,384,385,386,387,388,389,390,395,392,393,394,391,391,394,395,390,400,396,397,398,398,399,400,404,405,401,403,401,402,403,406,407,408,411,387,386,410,386,409,410,413,414,415,412,412,415,416,417,418,419,422,423,421,420,421,423,424,425,426,427,428,433,434,432,431,432,434,430,430,434,435,429,441,436,437,440,440,437,438,439,442,443,447,447,443,444,446,444,445,446,448,449,450,453,427,426,452,426,451,452,455,456,457,454,454,457,458,459,460,461,462,463,421,420,464,465,466,467,464,467,468,469,470,471,472,473,474,479,476,477,478,475,475,478,479,474,484,480,481,482,482,483,484,488,489,485,487,485,486,487,490,491,492,495,471,470,494,470,493,494,497,498,499,496,496,499,500,501,502,503,38,35,79,80,70,77,507,62,77,70,505,508,509,510,511,508,511,512,513,519,514,515,516,519,516,517,518,523,524,522,521,522,524,525,520,521,525,526,527,528,529,530,531,535,536,537,534,533,534,537,532,542,543,538,539,541,542,539,540,544,545,546,551,552,547,550,549,550,547,548,553,554,555,556,557,558,559,561,577,556,559,557,556,560,563,563,564,557,568,565,566,567,570,569,568,567,572,569,570,571,573,574,572,571,573,575,576,574,581,578,579,583,583,579,582,1230,591,584,585,586,590,591,589,589,591,586,588,586,587,588,595,592,593,594,599,596,597,598,592,595,602,603,605,592,603,604,599,598,606,607,609,607,606,608,600,609,608,601,610,611,612,613,617,614,615,616,618,619,620,613,621,622,623,623,622,614,618,622,615,614,624,615,622,616,615,66,64,625,612,626,610,613,620,613,612,625,623,624,75,67,615,610,627,611,611,627,628,630,631,629,633,629,631,632,635,629,634,636,634,629,633,637,638,640,642,640,638,639,641,642,640,634,643,635,613,623,618,614,617,619,618,644,645,646,647,649,650,651,652,648,649,652,653,654,658,656,657,655,655,657,658,654,662,663,661,660,661,663,659,664,665,668,668,665,666,667,669,670,671,673,674,675,672,672,675,676,677,678,679,682,683,684,681,680,681,684,685,686,687,688,689,690,691,696,693,694,695,692,692,695,696,691,702,697,698,701,701,698,699,700,703,704,707,707,704,705,706,708,709,
  583. 710,713,688,687,712,687,711,712,715,716,717,718,714,715,718,719,720,721,722,728,723,724,727,727,724,725,726,734,729,730,733,733,730,731,732,735,736,740,738,739,737,736,737,739,740,743,744,742,768,742,744,745,741,747,748,749,750,747,750,751,746,757,758,752,753,757,753,754,756,754,755,756,759,760,761,762,763,764,765,766,767,743,768,769,768,742,770,682,681,771,777,772,773,776,776,773,774,775,783,778,779,782,782,779,780,781,784,785,790,786,787,788,785,789,790,785,788,794,791,792,793,796,797,795,795,797,798,799,802,803,801,801,803,804,800,805,800,804,806,807,808,809,810,811,812,813,814,817,794,793,816,793,815,816,818,819,820,821,818,821,822,823,829,824,825,826,829,826,827,828,833,834,832,831,832,834,835,830,831,835,836,837,838,839,840,841,845,846,847,844,843,844,847,842,853,848,852,852,848,849,851,849,850,851,854,855,856,861,862,857,860,859,860,857,858,863,864,865,866,867,871,871,867,868,870,868,869,870,877,872,873,876,876,873,874,875,878,879,884,880,881,882,879,883,884,879,882,888,885,886,887,890,891,889,889,891,892,893,896,897,895,895,897,898,894,894,898,899,900,901,902,903,904,905,906,907,908,909,910,911,912,909,912,913,914,915,916,920,919,920,916,918,917,918,916,927,921,922,926,925,926,922,923,923,924,925,928,929,930,931,932,933,934,935,936,1004,940,941,939,942,943,937,938,942,938,939,941,944,945,946,951,952,947,950,949,950,947,948,953,954,955,956,957,961,961,957,958,960,958,959,960,967,962,963,966,966,963,964,965,968,969,973,971,972,970,969,970,972,973,976,977,975,1009,975,977,978,974,981,982,980,980,982,983,984,979,980,984,990,991,985,986,990,986,987,989,987,988,989,992,993,994,995,996,997,998,999,1000,1003,888,887,1002,887,1001,1002,1007,1004,1005,1006,1008,1005,1004,936,976,1009,1010,1009,975,1011,1012,1013,1014,1015,1012,1015,1016,1017,1023,1018,1019,1020,1023,1020,1021,1022,1027,1028,1026,1024,1025,1029,1028,1029,1025,1026,1030,1031,1032,1033,1034,1035,1039,1040,1041,1038,1037,1038,1041,1036,1047,1042,1046,1044,1045,1043,1043,1045,1046,1042,1048,1049,1050,1055,1056,1051,1054,1053,1054,1051,1052,1057,1058,1059,
  584. 1060,1061,1062,1063,1060,1063,1064,1065,1066,1067,1068,1069,1070,1075,1072,1073,1074,1071,1071,1074,1075,1070,1079,1080,1078,1077,1078,1080,1076,1085,1081,1082,1083,1083,1084,1085,1086,1087,1088,1091,1067,1066,1090,1066,1089,1090,1093,1094,1095,1092,1092,1095,1096,1097,1098,1099,1100,1101,1102,1103,1100,1103,1104,1105,1111,1106,1107,1108,1111,1108,1109,1110,1115,1116,1114,1112,1113,1117,1116,1117,1113,1114,1118,1119,1120,1121,1122,1123,1127,1128,1129,1126,1125,1126,1129,1124,1135,1130,1134,1132,1133,1131,1131,1133,1134,1130,1136,1137,1138,1143,1144,1139,1142,1141,1142,1139,1140,1145,1146,1147,1152,1148,1149,1151,1149,1150,1151,1153,1154,1155,1156,1160,1161,1162,1159,1158,1159,1162,1163,1157,1158,1163,1168,1164,1165,1166,1166,1167,1168,1173,1169,1170,1171,1171,1172,1173,1174,1175,1176,1179,1155,1154,1178,1154,1177,1178,1181,1182,1183,1180,1180,1183,1184,1185,1186,1187,1193,1188,1189,1192,1192,1189,1190,1191,1197,1198,1196,1195,1196,1198,1194,1204,1199,1200,1201,1201,1202,1203,1204,1209,1205,1206,1208,1206,1207,1208,1211,1212,1210,1210,1212,1213,1214,1217,1218,1216,1215,1216,1218,1219,1215,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,583,1232,1233,1234,1235,1232,1235,1236,1237,1243,1238,1239,1240,1243,1240,1241,1242,1247,1248,1246,1244,1245,1249,1248,1249,1245,1246,1250,1251,1252,1253,1254,1255,1259,1260,1261,1258,1257,1258,1261,1256,1267,1262,1266,1264,1265,1263,1263,1265,1266,1262,1268,1269,1270,1275,1276,1271,1274,1273,1274,1271,1272,1277,1278,1279,1280,1281,1285,1285,1281,1282,1284,1282,1283,1284,1291,1286,1287,1290,1290,1287,1288,1289,1292,1293,1297,1295,1296,1294,1293,1294,1296,1297,1300,1301,1299,1325,1299,1301,1302,1298,1305,1306,1304,1304,1306,1307,1308,1303,1304,1308,1314,1315,1309,1310,1314,1310,1311,1313,1311,1312,1313,1316,1317,1318,1319,1320,1321,1322,1323,1324,1300,1325,1326,1325,1299,1327,1332,1331,1330,1329,1332,1329,1328,1333,1334,1337,1336,1335,1338,1344,1339,1343,1342,1341,1340,1344,1343,1340,1339,1346,1345,1350,1349,1347,1346,1349,1348,1351,1355,1352,1353,1352,1355,1354,1356,
  585. 1358,1357,1335,1336,1361,1360,1360,1359,1335,1365,1364,1363,1366,1366,1363,1362,1367,1368,1370,1369,1330,1371,1329,582,579,580,577,562,560,556,66,615,67
  586. }
  587. }
  588. LayerElementSmoothing: 0 {
  589. Version: 102
  590. Name: ""
  591. MappingInformationType: "ByEdge"
  592. ReferenceInformationType: "Direct"
  593. Smoothing: *1016 {
  594. a: 0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,1,0,1,0,0,0,1,1,1,1,1,1,1,1,1,1,0,1,0,0,1,0,1,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,1,0,0,0,0,0,0,0,1,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,1,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,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,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,1,1,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,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,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,1,0,0,0,1,1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,0,1,0,1,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,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,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,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,1,0,0,1,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,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,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,1,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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  595. 1,1,1
  596. }
  597. }
  598. LayerElementMaterial: 0 {
  599. Version: 101
  600. Name: ""
  601. MappingInformationType: "ByPolygon"
  602. ReferenceInformationType: "IndexToDirect"
  603. Materials: *563 {
  604. a: 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,1,1,1,1,1,1,0,0,0,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,0,0,1
  605. }
  606. }
  607. Layer: 0 {
  608. Version: 100
  609. LayerElement: {
  610. Type: "LayerElementNormal"
  611. TypedIndex: 0
  612. }
  613. LayerElement: {
  614. Type: "LayerElementBinormal"
  615. TypedIndex: 0
  616. }
  617. LayerElement: {
  618. Type: "LayerElementTangent"
  619. TypedIndex: 0
  620. }
  621. LayerElement: {
  622. Type: "LayerElementMaterial"
  623. TypedIndex: 0
  624. }
  625. LayerElement: {
  626. Type: "LayerElementSmoothing"
  627. TypedIndex: 0
  628. }
  629. LayerElement: {
  630. Type: "LayerElementUV"
  631. TypedIndex: 0
  632. }
  633. }
  634. }
  635. Geometry: 2333008451760, "Geometry::", "Mesh" {
  636. Vertices: *921 {
  637. a: -200,0,62.5,-100,0,62.5,0,0,62.5,-100,80.6673583984375,62.5,-200,80.6673583984375,62.5,-200,80.6673583984375,29.334716796875,-100,25.807861328125,62.5,-200,43.67822265625,62.5,-200,53.7648315429688,29.334716796875,-100,80.6673583984375,29.4443359375,-77.48046875,79.76611328125,62.5,-77.48046875,79.76611328125,29.4443359375,-73.6640625,52.2789306640625,62.5,-73.6640625,52.2789306640625,29.4443359375,-54.15234375,50.736083984375,62.5,-54.15234375,49.8381958007813,29.4443359375,42.052734375,49.1206665039063,29.4443359375,42.052734375,50.7454833984375,62.5,-200,0,-62.5,-100,0,-62.5,0,0,-62.5,-100,53.144287109375,-29.005615234375,-160.8984375,52.3067626953125,-29.005615234375,-160.8984375,52.3067626953125,-62.5,-100,53.144287109375,-62.5,0,52.1920166015625,-62.5,0,52.3280639648438,-29.005615234375,-200,26.4284057617188,-62.5,-203.265625,25.009033203125,-29.115234375,-160.8984375,28.839111328125,-62.5,-160.8984375,28.839111328125,-29.005615234375,0,47.055419921875,29.22509765625,-69.1953125,43.6793212890625,-29.22509765625,0,43.3200073242188,-29.115234375,-74.8984375,47.374267578125,29.22509765625,200,0,62.5,100,0,62.5,200,24.7526245117188,29.4443359375,200,24.7526245117188,62.5,100,69.5657501220703,62.5,100,26.4215698242188,62.5,45.09765625,78.6695709228516,62.5,100,69.5657501220703,29.4443359375,45.09765625,77.2156524658203,29.4443359375,152.478515625,70.583122253418,62.5,152.478515625,70.583122253418,29.4443359375,158.44140625,26.4215698242188,62.5,158.44140625,26.4215698242188,29.4443359375,200,0,-62.5,100,0,-62.5,200,49.43798828125,-62.5,200,49.43798828125,-29.005615234375,84.267578125,52.4019775390625,-29.005615234375,84.267578125,52.4019775390625,-62.5,79.9609375,75.9952697753906,-29.005615234375,79.9609375,75.9272766113281,-62.5,-0.134765625,76.0213928222656,-29.005615234375,-0.134765625,75.9359436035156,-62.5,200,50.3222045898438,-0.914794921875,100,41.5275268554688,29.4443359375,152.119140625,10.7634887695313,29.4443359375,115.265625,23.0676879882813,-28.996826171875,61.05859375,24.217041015625,-29.0009765625,
  638. 155.97265625,24.9100341796875,29.75927734375,200,24.7526245117188,29.4443359375,153.5625,38.19482421875,29.86474609375,200,50.3222045898438,-0.9150390625,140.5078125,55.2112197875977,7.0888671875,200,49.43798828125,-29.005615234375,141.650390625,59.7580986022949,29.8837890625,105.92578125,47.9759521484375,-29.47216796875,104,70.9395980834961,-5.576171875,50.67578125,67.4759140014648,29.8304443359375,58.806640625,68.6979370117188,-6.86767578125,59.1953125,26.6862182617188,-29.5703125,101.49609375,27.34765625,-29.22509765625,51.0390625,50.4122924804688,-8.9912109375,41.248046875,46.5578002929688,29.570556640625,45.30859375,50.086669921875,-29.603515625,-1.048828125,46.6697998046875,7.3555908203125,-74.8984375,47.374267578125,29.22509765625,0,43.3200073242188,-29.115234375,-56.296875,58.0885620117188,-2.1884765625,-87.681640625,77.1676864624023,29.7234497070313,-118.234375,44.7000312805176,-29.468505859375,-174.3828125,68.6254806518555,-9.789306640625,-180.078125,74.9496459960938,29.771484375,-160.8984375,28.839111328125,-29.005859375,-200,53.7648315429688,29.334716796875,-203.265625,25.009033203125,-29.115234375,-69.46484375,84.8746948242188,33.068359375,-67.63671875,53.6499824523926,26.2353515625,-74.8203125,81.8526458740234,26.6962890625,-73.6015625,53.7006225585938,64.5546875,-16.73828125,53.794189453125,64.11328125,-17.375,53.3919563293457,27.8681640625,-73.6015625,53.8331909179688,28.62109375,-73.234375,27.0824909210205,64.6884765625,-16.79296875,27.3717041015625,64.2099609375,-73.65234375,28.0750732421875,28.78125,-16.748046875,28.6341094970703,30.78125,-137.8046875,83.4227676391602,64.8251953125,-69.66796875,53.5418930053711,66.39453125,-70.9375,85.1402435302734,65.162109375,-137.130859375,53.2409782409668,61.36328125,-137.46484375,82.2450180053711,26.9912109375,-136.5,53.9063606262207,26.91796875,-209.31640625,51.177490234375,65.8837890625,-137.373046875,51.7377853393555,27.8818359375,-138.265625,52.1259841918945,66.263671875,-209.3203125,51.311279296875,27.2333984375,-137.80859375,83.1552810668945,27.4716796875,
  639. -210.640625,82.1657257080078,66.26953125,-137.73046875,82.3748550415039,65.0576171875,-206.900390625,80.548713684082,27.421875,-46.0859375,28.0899658203125,-65.181640625,-45.21484375,28.2180023193359,-27.236328125,-109.27734375,29.7745780944824,-64.82421875,-109.140625,29.2037963867188,-26.9482421875,-45.3671875,55.0531272888184,-27.5322265625,-108.6796875,54.80322265625,-27.322265625,-109.341796875,55.9793510437012,-62.9482421875,-45.671875,55.0755615234375,-66.1171875,-114.134765625,59.6383972167969,-65.009765625,-176.392578125,59.0455284118652,-26.826171875,-113.908203125,57.9882698059082,-27.3095703125,-177.03125,59.22314453125,-63.8896484375,-114.880859375,32.8585243225098,-64.4619140625,-176.49609375,33.2150268554688,-64.5185546875,-113.515625,34.1881103515625,-27.048828125,-176.41015625,34.4206733703613,-28.146484375,-204.15234375,-3.37158203125,-27.2041015625,-117.8046875,-3.80265545845032,-64.9580078125,-118.8203125,-3.4658670425415,-26.8642578125,-204.15234375,-3.21856689453125,-65.59765625,-117.552734375,32.0670890808105,-65.361328125,-203.9921875,31.6531372070313,-26.767578125,-118.19140625,31.4176120758057,-27.775390625,-203.3203125,31.4090957641602,-65.5732421875,-112.7109375,79.94482421875,-24.4521484375,-145.0390625,80.055534362793,-15.357421875,-98.451171875,73.933219909668,22.5361328125,-131.28125,74.2551879882813,32.48046875,-131.89453125,49.4238891601563,29.6904296875,-145.794921875,54.3040046691895,-17.7109375,-113.64453125,54.3515014648438,-27.2060546875,-100.845703125,48.8159370422363,20.224609375,-141.484375,82.14697265625,20.60546875,-144.69140625,83.6747055053711,-10.306640625,-194.5234375,81.5402221679688,26.6494140625,-198.53125,83.67529296875,-5.5,-145.142578125,54.3611640930176,-11.1103515625,-198.4765625,54.626708984375,-5.564453125,-141.46484375,53.8365478515625,20.166015625,-195.5625,54.6395072937012,23.4775390625,-43.42578125,66.5841751098633,4.64453125,-106.275390625,72.1472396850586,-17.2412109375,-101.1015625,70.8787002563477,14.150390625,-48.953125,61.6942749023438,-26.5859375,
  640. -109.26171875,40.6292839050293,-16.4482421875,-46.6953125,34.6256103515625,5.3017578125,-104.88671875,40.5019264221191,12.900390625,-51.89453125,35.410099029541,-26.3974609375,-212.0390625,54.7257690429688,-13.4140625,-214.3203125,54.8279037475586,17.1064453125,-161.208984375,53.9050025939941,-10.1953125,-162.9609375,54.531005859375,21.6982421875,-214.087890625,27.5829925537109,16.7490234375,-163.078125,27.6198120117188,20.5888671875,-160.82421875,28.873950958252,-8.0224609375,-212.18359375,28.4824829101563,-14.125,-216.474609375,31.1179332733154,66.7431640625,-155.3671875,1.2763671875,64.537109375,-155.0859375,30.1627769470215,62.37109375,-216.41796875,1.4217529296875,64.515625,-216.66015625,-0.292688727378845,26.6806640625,-155.57421875,30.7271728515625,26.669921875,-155.01953125,2.93077325820923,28.9853515625,-218.447265625,30.5015678405762,25.6181640625,-6.9375,26.1489868164063,65.025390625,45.171875,26.2379760742188,64.583984375,44.5859375,25.832389831543,28.30859375,-6.9375,26.2750854492188,29.091796875,-6.4921875,0.384362369775772,64.8359375,45.12109375,1.10546875,64.6806640625,45.234375,2.3443615436554,31.318359375,-6.98828125,1.77447509765625,29.251953125,158.154296875,72.7437744140625,28.693359375,99.13671875,71.42333984375,64.5849609375,158.38671875,70.9678802490234,64.109375,98.8046875,71.6011352539063,29.7197265625,99.19921875,44.2146835327148,29.24609375,156.396484375,46.5554351806641,28.896484375,159.451171875,44.8205413818359,64.251953125,98.392578125,44.5527458190918,63.662109375,150.9140625,-1.3074254989624,64.82421875,201.927734375,-1.60032093524933,26.6328125,202.41015625,-1.3001708984375,64.517578125,148.8515625,-2.08747363090515,26.794921875,202.3203125,25.9497718811035,26.529296875,202.2890625,26.5718765258789,65.22265625,148.37109375,26.80419921875,64.791015625,148.857421875,28.1189403533936,26.7333984375,43.310546875,52.7572059631348,64.3193359375,96.80078125,54.1874809265137,26.2802734375,99,52.6195945739746,64.177734375,42.80078125,53.9833068847656,26.529296875,42.666015625,80.4116973876953,65.544921875,
  641. 42.80078125,80.4184875488281,27.328125,99.12890625,80.1110000610352,65.609375,99.296875,81.3737869262695,27.1923828125,150.26953125,28.6798858642578,-66.126953125,202.6484375,57.5711669921875,-64.0703125,202.86328125,29.6143627166748,-62.11328125,150.390625,57.4302978515625,-64.0498046875,149.908203125,59.1808052062988,-27.103515625,202.46875,29.0465087890625,-26.955078125,202.921875,56.0651588439941,-29.205078125,148.697265625,29.2824726104736,-25.8896484375,39.494140625,50.376148223877,-28.005859375,-5.29296875,51.0397300720215,-27.751953125,-6.306640625,51.835807800293,-64.87109375,37.5703125,52.7950744628906,-65.1083984375,-6.17578125,77.4417266845703,-26.685546875,-6.046875,77.4539566040039,-64.1337890625,39.59765625,78.4432220458984,-64.2548828125,38.564453125,77.5643997192383,-26.908203125,148.37109375,26.5099811553955,-26.0302734375,148.1171875,54.4796142578125,-27.154296875,92.95703125,53.9907455444336,-27.4931640625,93.08203125,26.7065086364746,-30.587890625,148.74609375,54.6529006958008,-64.0966796875,93.5390625,27.3565673828125,-63.703125,92.7578125,51.2159385681152,-61.5751953125,150.220703125,28.6891460418701,-64.30859375,85.78515625,50.1327972412109,-27.80859375,40.6171875,50.3135185241699,-64.73828125,85.03125,50.1607933044434,-65.04296875,42.390625,51.7528228759766,-27.5654296875,86.201171875,75.5539855957031,-64.9609375,86.16796875,75.6193695068359,-27.171875,40.8359375,77.6308975219727,-27.515625,41.60546875,79.0343475341797,-64.810546875,-38.8203125,60.752197265625,-1.513671875,-2.61328125,28.9785823822021,3.6982421875,1.916015625,54.5663833618164,3.201171875,-42.259765625,36.3945693969727,-2.931640625,4.6484375,55.9232597351074,-22.474609375,-39.34375,35.4666748046875,-27.2353515625,-36.56640625,59.1025428771973,-25.6533203125,2.544921875,29.4874134063721,-23.291015625,96.77734375,80.7893600463867,20.650390625,124.1953125,75.6082153320313,26.4072265625,105.20703125,78.6513137817383,-24.78125,133.0234375,73.886100769043,-19.244140625,119.677734375,49.1649742126465,26.2841796875,128.2890625,47.6879005432129,-19.0439453125,
  642. 103.24609375,53.8612747192383,-24.4208984375,92.234375,55.3348731994629,20.853515625,128.1171875,58.1463012695313,27.171875,173.0234375,36.9422988891602,23.375,170.30859375,61.5127754211426,23.2685546875,130.19140625,32.2449760437012,25.15234375,129.630859375,31.8815803527832,-0.9853515625,168.8359375,63.2094497680664,-1.349609375,172.02734375,39.5225067138672,-1.0224609375,124.9375,58.0666542053223,-0.4375,35.953125,74.9844055175781,0.05078125,34.67578125,75.9297637939453,27.43359375,87.92578125,81.2876205444336,0.22265625,87.1875,82.7892150878906,26.6416015625,38.271484375,51.6725807189941,28.1708984375,90.1953125,58.8804054260254,27.0224609375,91.001953125,59.5038375854492,2.1142578125,38.83984375,52.1700782775879,0.001953125,203.25,53.4002304077148,16.591796875,202.939453125,53.3682632446289,-28.3154296875,172.9765625,53.2290840148926,14.748046875,172.78125,53.0066528320313,-28.689453125,172.640625,24.905029296875,-28.689453125,203.4140625,24.4118137359619,-28.837890625,172.4765625,24.3875217437744,17.2392578125,203.06640625,23.6465244293213,15.6064453125,42.4609375,46.1150245666504,-25.1025390625,77.28515625,74.2912750244141,-27.037109375,80.94921875,51.1543121337891,-25.703125,39.60546875,68.2036972045898,-24.419921875,80.96875,50.2139282226563,-0.8583984375,39.94921875,69.2812805175781,-0.9208984375,42.21875,47.8644866943359,-1.8388671875,79.427734375,74.1253356933594,-0.6591796875,21.27734375,-0.136901184916496,-27.8212890625,-23.103515625,1.66343891620636,-27.515625,-23.859375,1.6685037612915,-64.75,19.564453125,1.37909877300262,-64.994140625,-23.15234375,27.083324432373,-27.5986328125,-23.119140625,27.1474552154541,-65.38671875,22.2578125,27.1636962890625,-65.04296875,21.552734375,28.5993995666504,-27.748046875,-15.81640625,27.8202266693115,64.611328125,40.900390625,26.397834777832,28.7041015625,41.140625,28.3089904785156,64.1181640625,-16.1484375,27.6208648681641,29.71875,-15.76171875,56.6387214660645,29.2529296875,39.265625,54.1181869506836,28.8935546875,42.13671875,56.0023307800293,64.2626953125,-16.642578125,56.2498092651367,63.61328125
  643. }
  644. PolygonVertexIndex: *1260 {
  645. a: 0,1,6,-8,14,6,1,-3,14,12,-7,3,6,12,-11,7,6,3,-5,28,27,18,-1,28,0,-9,8,0,7,-5,8,4,-6,15,16,31,-35,13,15,34,-9,8,5,9,-14,11,13,-10,9,5,4,-4,11,9,3,-11,12,13,11,-11,13,12,14,-16,14,2,-18,15,14,17,-17,23,29,30,-23,23,24,19,-30,29,19,18,-28,24,23,22,-22,26,25,24,-22,19,24,25,-21,27,28,30,-30,30,32,21,-23,19,1,0,-19,20,2,1,-20,26,21,32,-34,40,46,44,-40,41,17,40,-40,46,40,36,-36,35,38,-47,46,38,37,-48,45,44,46,-48,39,44,45,-43,43,41,39,-43,43,16,17,-42,61,51,52,-63,62,52,56,-27,35,48,50,-52,38,35,-38,35,51,-38,51,58,-38,49,53,50,-49,52,51,50,-54,53,49,20,-26,55,53,25,-58,52,53,55,-55,56,54,55,-58,26,56,57,-26,31,16,-60,42,59,16,-44,60,59,-48,45,47,59,-43,36,2,49,-36,49,2,-21,48,35,-50,47,37,-61,26,33,-63,56,52,-55,17,2,36,-41,63,64,-66,65,64,66,-68,67,66,68,-71,65,67,-70,71,69,67,-71,72,69,71,-74,73,71,70,-75,74,70,-76,72,73,76,-78,74,76,-74,78,76,-75,79,77,76,-79,80,77,79,-83,79,78,81,-83,80,82,-84,81,84,-83,85,83,82,-85,85,86,-84,85,84,87,-90,88,86,85,-90,90,91,-93,93,94,-96,93,95,-97,94,93,-98,94,97,-99,97,99,100,-99,97,96,-100,96,97,-94,94,100,-96,100,94,-99,99,95,-101,95,99,-97,101,102,-104,102,101,-105,105,91,-107,91,105,-93,104,105,-107,105,104,-102,102,90,-104,91,90,-103,106,102,-105,102,106,-92,107,108,-110,108,107,-111,112,113,111,-115,107,112,-111,110,112,-115,113,108,-112,108,113,-110,108,114,-112,114,108,-111,112,109,-114,109,112,-108,115,116,-118,116,118,-118,119,120,-119,119,118,-117,119,121,-121,119,122,-122,119,115,-123,115,119,-117,118,121,-118,121,118,-121,121,122,-118,115,117,-123,123,124,-126,124,123,-127,127,128,-127,127,126,-124,127,129,130,-129,129,123,-126,123,129,-128,130,126,-129,126,130,-125,130,125,-125,129,125,-131,131,132,-134,132,131,-135,135,136,-138,138,136,-136,131,138,-135,138,131,-137,133,135,-138,133,132,-136,132,138,-136,134,138,-133,136,133,-138,133,136,-132,139,140,-142,141,140,-143,143,142,-145,142,140,-145,144,145,-147,144,146,-144,144,139,-146,139,144,-141,141,143,-147,141,142,-144,145,141,-147,141,145,-140,147,148,-150,149,148,-151,151,152,-151,151,150,-149,
  646. 151,153,-155,151,154,-153,147,151,-149,151,147,-154,154,150,-153,150,154,-150,154,153,-150,147,149,-154,155,156,-158,156,155,-159,159,160,-162,162,160,-160,155,160,162,-159,161,157,-160,159,157,-157,156,158,162,-160,161,160,-158,155,157,-161,163,164,-166,164,166,-166,164,167,-167,166,167,-169,169,168,167,-171,167,163,-171,163,167,-165,166,169,-166,169,166,-169,170,165,-170,165,170,-164,171,172,-174,171,174,-173,175,176,-178,176,175,-179,173,172,-178,173,177,-177,175,172,-175,172,175,-178,171,175,-175,175,171,-179,176,171,-174,171,176,-179,179,180,-182,179,181,-183,180,179,-184,180,183,-185,183,185,-185,185,183,-187,183,182,-187,182,183,-180,180,185,-182,185,180,-185,186,181,-186,181,186,-183,187,188,-190,188,187,-191,191,190,-188,187,192,-192,193,194,191,-193,193,192,187,-190,194,190,-192,190,194,-189,189,188,194,-194,195,196,-198,196,195,-199,197,199,-201,199,197,-197,201,198,-196,202,198,-202,200,202,-202,200,199,-203,195,200,-202,200,195,-198,196,198,202,-200,203,204,-206,204,203,-207,207,206,-204,206,207,-209,209,205,-211,204,210,-206,210,208,-208,207,209,-211,210,204,-209,204,206,-209,209,207,203,-206,211,212,-214,211,214,-213,215,216,-218,216,215,-219,213,212,-218,213,217,-217,212,215,-218,215,212,-215,215,211,-219,211,215,-215,211,216,-219,216,211,-214,219,220,-222,221,222,-220,221,223,-225,220,223,-222,222,225,-220,219,225,-227,225,224,-224,223,226,-226,225,222,-225,222,221,-225,226,223,220,-220,227,228,-230,227,229,-231,231,232,-234,231,234,-233,230,233,-233,233,230,-230,227,231,-229,234,231,-228,232,227,-231,227,232,-235,235,236,-238,235,238,-237,235,239,-241,237,239,-236,241,236,-239,242,236,-242,240,242,-242,240,239,-243,238,240,-242,240,238,-236,237,236,242,-240,229,228,-232,229,231,-234,243,244,-246,244,243,-247,247,248,-250,248,247,-251,246,243,-250,246,249,-249,247,243,-246,243,247,-250,244,250,-246,247,245,-251,248,244,-247,244,248,-251,251,252,-254,253,252,-255,255,254,-253,254,255,-257,255,257,-257,255,258,-258,251,255,-253,255,251,-259,257,254,-257,254,257,-254,251,253,-259,258,253,-258,259,260,
  647. -262,259,262,-261,263,264,-266,264,263,-267,261,260,-266,261,265,-265,263,260,-263,260,263,-266,259,266,-263,263,262,-267,264,259,-262,259,264,-267,267,268,-270,268,270,-270,271,270,-269,270,271,-273,271,273,-273,271,274,-274,271,267,-275,267,271,-269,270,273,-270,273,270,-273,274,269,-274,269,274,-268,275,276,-278,277,276,-279,276,279,-279,279,276,-281,281,275,-278,275,281,-283,282,279,-281,279,282,-282,281,277,-280,279,277,-279,282,276,-276,276,282,-281,283,284,-286,284,283,-287,287,288,-290,288,287,-291,286,283,-290,286,289,-289,283,287,-290,287,283,-286,287,285,-291,284,290,-286,284,288,-291,288,284,-287,291,292,-294,293,294,-292,292,295,-294,293,295,-297,297,291,-295,298,291,-298,296,298,-298,296,295,-299,296,294,-294,294,296,-298,292,298,-296,291,298,-293,299,300,-302,300,299,-303,300,302,-304,304,300,-304,303,305,-305,305,303,-307,305,301,-301,300,304,-306,306,302,-300,302,306,-304,301,305,-307,306,299,-302,101,103,-91,90,105,-102,90,92,-106
  648. }
  649. Edges: *647 {
  650. a: 0,3,6,11,32,17,18,1,2,31,42,47,39,14,45,13,37,8,33,4,51,55,56,62,7,66,69,65,80,94,100,71,85,74,75,88,86,90,87,93,96,19,76,82,73,72,113,35,21,34,20,99,103,107,114,25,127,213,125,118,128,122,124,131,145,202,140,119,117,137,116,132,115,133,134,141,142,146,174,190,160,172,151,178,180,191,183,189,156,186,194,185,169,158,168,201,206,159,171,227,224,208,150,153,155,120,236,237,238,240,241,242,244,248,249,245,246,250,253,254,256,257,260,263,264,261,266,269,267,268,272,274,275,278,279,284,282,281,285,288,289,290,291,293,296,297,298,301,304,303,302,307,308,309,310,311,312,313,315,316,318,319,321,322,323,324,325,327,328,333,334,339,345,346,347,349,350,351,352,353,355,357,359,362,363,364,368,369,375,376,377,379,380,381,382,383,384,385,386,390,391,392,395,397,403,409,410,411,412,413,415,416,417,420,421,422,424,425,427,428,433,434,440,445,446,447,449,450,451,452,453,456,457,458,459,461,463,467,471,473,479,480,481,483,484,485,486,487,488,490,491,492,495,497,499,501,503,509,515,516,517,519,520,521,522,523,525,527,528,529,531,533,534,539,541,545,551,552,553,555,556,557,558,559,562,563,564,565,567,569,573,575,579,582,587,588,589,591,592,593,594,595,596,598,599,601,603,604,608,614,619,620,621,622,623,625,626,629,630,631,633,634,635,636,641,642,647,653,654,655,656,657,659,660,661,663,664,666,667,670,671,673,677,681,683,689,690,691,693,694,696,697,699,700,701,702,705,706,707,708,713,714,719,725,726,727,729,730,731,733,734,735,737,738,740,744,745,749,755,756,757,759,760,761,762,763,766,767,769,770,772,773,775,777,779,789,790,791,793,794,795,797,799,800,801,802,803,804,807,809,810,814,823,824,825,826,827,829,830,831,833,834,836,837,840,841,846,847,848,853,859,860,861,862,863,865,866,867,868,871,872,875,876,877,879,880,884,893,894,895,897,898,899,900,901,902,903,905,907,910,911,912,916,917,923,924,925,926,927,929,930,931,932,935,937,938,940,941,943,945,947,959,963,964,965,967,968,969,970,971,973,974,976,977,980,981,983,987,988,993,999,1000,1001,1003,1004,1005,1007,1009,1010,1011,1012,1014,1015,1017,1021,1023,1027,1030,1035,
  651. 1036,1037,1038,1039,1041,1042,1043,1045,1046,1048,1049,1052,1053,1055,1059,1060,1065,1071,1072,1073,1074,1075,1077,1079,1081,1082,1083,1084,1086,1087,1089,1090,1095,1096,1101,1107,1108,1109,1111,1112,1113,1114,1117,1118,1119,1121,1123,1124,1125,1127,1130,1132,1137,1143,1144,1145,1147,1148,1149,1150,1151,1153,1154,1156,1157,1160,1161,1166,1168,1170,1173,1179,1180,1181,1182,1183,1185,1186,1189,1190,1191,1193,1194,1196,1197,1199,1201,1203,1209,1215,1216,1217,1219,1220,1222,1223,1224,1226,1227,1228,1231,1232,1233,1235,1239,1241,1247,1253,1254,9,22,24,29,36,43,40,77,126,152,161,163,166,182,200,207,214,215,157
  652. }
  653. GeometryVersion: 124
  654. LayerElementNormal: 0 {
  655. Version: 102
  656. Name: ""
  657. MappingInformationType: "ByPolygonVertex"
  658. ReferenceInformationType: "Direct"
  659. Normals: *3780 {
  660. a: 0,0,1,0,0,1,9.93203830290668e-009,0,1,3.31549294685374e-008,0,1,5.8072342490334e-009,0,1,9.93203830290668e-009,0,1,0,0,1,1.03050945554628e-008,0,1,5.8072342490334e-009,0,1,-1.39191087100699e-007,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,9.93203830290668e-009,0,1,-1.39191087100699e-007,0,1,-1.77743373797057e-007,0,1,3.31549294685374e-008,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,5.31615178545053e-008,0,1,-0.99711549282074,-0.0754372030496597,-0.00836426950991154,-0.994626522064209,-0.101288810372353,-0.0214152149856091,-0.994626522064209,-0.101288802921772,-0.0214152149856091,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-0.99711549282074,-0.0754372030496597,-0.00836426950991154,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-0.999601066112518,0.0148274572566152,0.0240372102707624,-0.999601066112518,0.0148274572566152,0.0240372102707624,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-1,0,0,-1,0,0,-0.999601066112518,0.0148274572566152,0.0240372102707624,-1,0,0,-1,0,0,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00077163870446384,0.00620573991909623,-0.999980509281158,0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000971693254541606,0.000462825759314001,-0.999999463558197,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00120154430624098,0.0129687450826168,-0.999915242195129,1.23942580643188e-008,0,-1,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00734160840511322,0.999973058700562,0,0,1,0,0,0.999999940395355,0,0.00734579144045711,0.999973058700562,0,0.733112037181854,0.680107891559601,0,
  661. 0.00734160840511322,0.999973058700562,0,0.00734579144045711,0.999973058700562,0,0.733112037181854,0.680107891559601,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.733112037181854,0.680107891559601,0,0.733112037181854,0.680107891559601,0,0.101544760167599,0.994739294052124,-0.0135100614279509,0.101544760167599,0.994739294052124,-0.0135100614279509,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.0202251598238945,0.99921727180481,-0.0339956097304821,5.8072342490334e-009,0,1,1.03050945554628e-008,0,1,4.43915215697643e-009,0,1,0.0202251598238945,0.99921727180481,-0.0339956097304821,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.00367761356756091,0.999265909194946,-0.0381304621696472,0.00367761356756091,0.999265968799591,-0.0381304658949375,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-5.23283993913992e-008,0,-0.999999940395355,1.61196709314027e-008,0,-1,2.20212754697968e-008,0,-1,-1.67542850704194e-008,0,-1,-1.67542850704194e-008,0,-1,2.20212754697968e-008,0,-1,1.55809125601536e-008,0,-1,1.55809125601536e-008,0,-1,0.000290385069092736,0.999999225139618,-0.00126220018137246,-0.0137515040114522,0.999905467033386,0,-0.0137515040114522,0.999905467033386,0,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.00884210597723722,0.99995893239975,-0.00203077844344079,0.00884210504591465,0.999958872795105,-0.00203077821061015,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.000290385069092736,0.999999225139618,-0.00126220018137246,2.20212754697968e-008,0,-1,1.61196709314027e-008,0,-1,4.63545006823551e-008,0,-1,4.63545006823551e-008,0,-1,-0.0763913542032242,0.996925592422485,0.01742759719491,-0.0763913467526436,0.996925592422485,0.0174275953322649,-0.0763913467526436,0.996925532817841,0.0174275953322649,-0.0763913467526436,0.996925592422485,0.01742759719491,0.00193682697135955,-0.00485283136367798,0.999986350536346,-0.000175779001438059,-0.0159357730299234,0.999873042106628,0.00178902526386082,-0.0056282770819962,0.999982595443726,0.00193682697135955,-0.00485283136367798,0.999986350536346,
  662. 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.000782064686063677,-0.0191160533577204,0.999816954135895,0.00178902526386082,-0.0056282770819962,0.999982595443726,-0.000175779001438059,-0.0159357730299234,0.999873042106628,-0.000782064802478999,-0.0191160552203655,0.99981701374054,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,4.43915215697643e-009,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.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.15079627931118,0.988325834274292,-0.021735155954957,0.150796294212341,0.988325834274292,-0.0217351578176022,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.0683716312050819,0.997596859931946,-0.0112171284854412,-0.994130313396454,0.108072154223919,-0.00503278896212578,-0.994130373001099,0.10807216912508,-0.00503278989344835,-0.994130253791809,0.10807216912508,-0.00503278942778707,-0.994130373001099,0.10807216912508,-0.00503278942778707,-1.7624004613026e-005,0.000280996639048681,0.99999988079071,-1.7624004613026e-005,0.000280996639048681,0.999999940395355,-1.06322031570016e-005,0.000194382257177494,1,-3.84322665922809e-005,8.74833567650057e-005,1,-3.84322665922809e-005,8.74833567650057e-005,1,-1.06322031570016e-005,0.000194382257177494,1,-4.90213984960519e-008,8.19737542769872e-005,1,-0.000378571217879653,-0.000727676844689995,0.999999701976776,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,-0.999999940395355,4.58372761968917e-009,0,-1,0,0,-1,0,0,-1,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,
  663. 0.0256023108959198,0.99967223405838,0,4.58372761968917e-009,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-0.999999940395355,4.58372761968917e-009,0,-1,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-1,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699440956116,0.179820328950882,-0.000182531774044037,0.983699440956116,0.179820328950882,-0.000182531759492122,0.000217177352169529,0.99999737739563,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,0.000217177352169529,0.999997317790985,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983906745911,-0.00568175548687577,1.87864989129594e-005,-0.999983787536621,-0.00568175548687577,1.878649709397e-005,0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00077163870446384,0.00620573991909623,-0.999980509281158,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,0.00077163870446384,0.00620573991909623,-0.999980509281158,9.56510426419754e-009,0,-1,4.26636077577314e-008,0,-0.999999940395355,1.02940866781864e-005,7.86045056884177e-005,-1,2.83445406035199e-010,0,-1,-1.82927166747504e-008,0,-1,2.83445406035199e-010,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,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,-1,0,0,-1,0,2.83445406035199e-010,0,-1,0,0,-1,4.26636077577314e-008,0,-0.999999940395355,-0.000378571217879653,-0.000727676844689995,0.999999701976776,-0.00567800225690007,-0.0121679184958339,0.99990975856781,-3.84322665922809e-005,8.74833567650057e-005,1,-4.90213984960519e-008,8.19737542769872e-005,1,-1.06322031570016e-005,0.000194382257177494,1,2.60548205233135e-008,0,1,4.43915215697643e-009,0,1,1.03050945554628e-008,0,1,0,0,1,0,0,1,0.00712926732376218,-0.0066452887840569,0.999952495098114,
  664. 0.179961785674095,0.773686528205872,0.607472598552704,0.21881939470768,0.75818920135498,0.61422073841095,0.21881939470768,0.75818920135498,0.61422073841095,0.179961785674095,0.773686528205872,0.607472598552704,0.0866825878620148,0.983782708644867,0.15702748298645,0.208998411893845,0.975232064723969,-0.0724024921655655,0.208998411893845,0.975232064723969,-0.0724024921655655,0.0866825878620148,0.983782708644867,0.15702748298645,0.0155972745269537,0.991019666194916,-0.132803320884705,0.0159525349736214,0.779187560081482,-0.626587808132172,0.21881939470768,0.75818920135498,0.61422073841095,0.208998411893845,0.975232064723969,-0.0724024921655655,0.303332656621933,0.950547993183136,-0.0666917935013771,0.0890731960535049,0.963245391845703,-0.253425091505051,0.303332656621933,0.950547993183136,-0.0666917935013771,0.208998411893845,0.975232064723969,-0.0724024921655655,0.0159525349736214,0.779187560081482,-0.626587808132172,-0.275489687919617,0.959154427051544,0.0642518326640129,0.303332656621933,0.950547993183136,-0.0666917935013771,0.0890731960535049,0.963245391845703,-0.253425091505051,-0.209392458200455,0.932009398937225,-0.295826584100723,-0.209392458200455,0.932009398937225,-0.295826584100723,0.0890731960535049,0.963245391845703,-0.253425091505051,0.0159525349736214,0.779187560081482,-0.626587808132172,-0.072015680372715,0.558877289295197,-0.826117336750031,-0.072015680372715,0.558877289295197,-0.826117336750031,0.0159525349736214,0.779187560081482,-0.626587808132172,0.00837520323693752,-0.0137741873040795,-0.99987006187439,-0.275489687919617,0.959154427051544,0.0642518326640129,-0.209392458200455,0.932009398937225,-0.295826584100723,-0.307614177465439,0.946855664253235,-0.0940109267830849,-0.289100766181946,0.957014739513397,0.0233157332986593,-0.072015680372715,0.558877289295197,-0.826117336750031,-0.307614177465439,0.946855664253235,-0.0940109267830849,-0.209392458200455,0.932009398937225,-0.295826584100723,0.0994092151522636,0.994437158107758,-0.0348188057541847,-0.307614177465439,0.946855664253235,-0.0940109267830849,
  665. -0.072015680372715,0.558877289295197,-0.826117336750031,0.0421435385942459,0.996900856494904,0.0664270371198654,-0.289100766181946,0.957014739513397,0.0233157332986593,-0.307614177465439,0.946855664253235,-0.0940109267830849,0.0994092151522636,0.994437158107758,-0.0348188057541847,0.289650976657867,0.903150081634521,0.316894918680191,-0.289100766181946,0.957014739513397,0.0233157332986593,0.0421435385942459,0.996900856494904,0.0664270371198654,0.091839425265789,0.959746778011322,-0.265427142381668,0.0421435385942459,0.996900856494904,0.0664270371198654,0.0994092151522636,0.994437158107758,-0.0348188057541847,0.0478463731706142,0.987452566623688,-0.150492936372757,0.091839425265789,0.959746778011322,-0.265427142381668,0.289650976657867,0.903150081634521,0.316894918680191,0.091839425265789,0.959746778011322,-0.265427142381668,0.14754955470562,0.881858766078949,-0.447832673788071,0.0478463731706142,0.987452566623688,-0.150492936372757,0.074037604033947,0.806407630443573,-0.58670699596405,0.091839425265789,0.959746778011322,-0.265427142381668,-0.246854037046433,0.80260443687439,-0.543036997318268,0.14754955470562,0.881858766078949,-0.447832673788071,0.091839425265789,0.959746778011322,-0.265427142381668,0.074037604033947,0.806407630443573,-0.58670699596405,-0.246854037046433,0.80260443687439,-0.543036997318268,-0.436070740222931,0.871766030788422,-0.223307818174362,0.14754955470562,0.881858766078949,-0.447832673788071,-0.246854037046433,0.80260443687439,-0.543036997318268,0.074037604033947,0.806407630443573,-0.58670699596405,-0.0977439135313034,0.405782133340836,-0.908728182315826,-0.440608948469162,0.575938165187836,-0.688592076301575,-0.7375408411026,0.62979644536972,-0.243700236082077,-0.436070740222931,0.871766030788422,-0.223307818174362,-0.246854037046433,0.80260443687439,-0.543036997318268,-0.440608948469162,0.575938165187836,-0.688592076301575,0.705045461654663,0.190747752785683,-0.683027327060699,0.705045521259308,0.190747767686844,-0.683027327060699,0.705045402050018,0.19074772298336,-0.683027267456055,0.00433858390897512,0.999989032745361,-0.00176408735569566,
  666. -0.00173127162270248,0.999937236309052,-0.0110666016116738,0.00167669728398323,0.99998152256012,-0.00584375811740756,0.00433858390897512,0.999989032745361,-0.00176408735569566,0.00167669728398323,0.99998152256012,-0.00584375811740756,0.00789654348045588,0.999961972236633,0.00368923787027597,0.00825901608914137,0.00406464748084545,0.999957621097565,0.00775391748175025,0.0051329811103642,0.999956727027893,0.00794674083590508,0.00472514145076275,0.999957263469696,0.00825901608914137,0.00406464748084545,0.999957621097565,0.00794674083590508,0.00472514145076275,0.999957263469696,0.00845915265381336,0.00364132993854582,0.999957621097565,0.00791643001139164,-0.999438881874084,-0.0325469896197319,0.00791642908006907,-0.99943882226944,-0.0325469858944416,0.00791643001139164,-0.999438881874084,-0.0325469896197319,0.00791643001139164,-0.999438881874084,-0.0325469896197319,-0.999960601329803,-0.00763491820544004,0.00451737781986594,-0.999966502189636,-0.00452310824766755,0.00682538701221347,-0.999929487705231,0.00204434106126428,0.0116959195584059,-0.999966502189636,-0.00452310824766755,0.00682538701221347,-0.999960601329803,-0.00763491820544004,0.00451737781986594,-0.999904870986938,-0.0137935485690832,-5.0888102123281e-005,0.999943733215332,0.00832248944789171,-0.00657502794638276,0.999858200550079,0.0133000714704394,-0.0103322565555573,0.999571740627289,0.0232161097228527,-0.0178171470761299,0.999858200550079,0.0133000714704394,-0.0103322565555573,0.999943733215332,0.00832248944789171,-0.00657502794638276,0.999997079372406,-0.0020650289952755,0.00126582093071193,-0.000462231313576922,-0.0350165963172913,-0.999386608600616,0.0225931070744991,-0.0861456170678139,-0.996026337146759,0.0360253714025021,-0.115881271660328,-0.992609560489655,0.0225931070744991,-0.0861456170678139,-0.996026337146759,-0.000462231313576922,-0.0350165963172913,-0.999386608600616,-0.0134380552917719,-0.00619053049013019,-0.999890565872192,-0.0544071979820728,-0.0717572420835495,0.995937049388886,-0.0241276696324348,-0.00251367385499179,0.999705672264099,
  667. -0.00602937815710902,0.0387304946780205,0.999231517314911,-0.0241276696324348,-0.00251367385499179,0.999705672264099,-0.0544071979820728,-0.0717572420835495,0.995937049388886,-0.0733645185828209,-0.115264303982258,0.99062192440033,-0.00867916829884052,0.00523756537586451,-0.999948680400848,-0.00627097859978676,0.0111176399514079,-0.999918460845947,-0.00990370661020279,0.00224720477126539,-0.999948382377625,-0.00627097859978676,0.0111176399514079,-0.999918460845947,-0.00867916829884052,0.00523756537586451,-0.999948680400848,-0.00461234338581562,0.015166905708611,-0.999874413013458,-0.99958461523056,-0.0260683745145798,-0.0122849931940436,-0.999521315097809,-0.0277411844581366,-0.0136971743777394,-0.999242961406708,-0.0339714847505093,-0.0189571883529425,-0.999521315097809,-0.0277411844581366,-0.0136971743777394,-0.99958461523056,-0.0260683745145798,-0.0122849931940436,-0.999737143516541,-0.0213654283434153,-0.00831502769142389,0.99782782793045,0.044850304722786,0.0482494905591011,0.997787654399872,0.0452936626970768,0.0486660562455654,0.998088538646698,0.0418728329241276,0.0454519204795361,0.997597217559814,0.0473369732499123,0.0505858398973942,0.997787654399872,0.0452936626970768,0.0486660562455654,0.99782782793045,0.044850304722786,0.0482494905591011,0.00223288871347904,-0.999912917613983,-0.0130119873210788,-0.00122276926413178,-0.99997353553772,-0.00716212950646877,0.00589183997362852,-0.999798178672791,-0.0192055199295282,-0.00122276926413178,-0.99997353553772,-0.00716212950646877,0.00223288871347904,-0.999912917613983,-0.0130119873210788,-0.00375152099877596,-0.999988794326782,-0.0028811008669436,0.00821480993181467,-0.999965906143188,0.000808485434390605,0.010929848998785,-0.999922633171082,0.00594906648620963,0.0132919000461698,-0.999857366085052,0.0104217175394297,0.010929848998785,-0.999922633171082,0.00594906648620963,0.00821480993181467,-0.999965906143188,0.000808485434390605,0.00595909683033824,-0.999976277351379,-0.00346204545348883,-0.0199205987155437,0.99973076581955,-0.0118968086317182,-0.0199205968528986,0.999730706214905,-0.0118968077003956,
  668. -0.0199205987155437,0.999730706214905,-0.0118968086317182,-0.0199205968528986,0.999730706214905,-0.0118968077003956,-0.999088227748871,-0.0426930226385593,-4.68018333776854e-005,-0.99916535615921,0.00793823227286339,-0.0400691218674183,-0.998059570789337,0.0277875475585461,-0.055720929056406,-0.998059570789337,0.0277875475585461,-0.055720929056406,-0.99916535615921,0.00793823227286339,-0.0400691218674183,-0.991651892662048,0.0827138423919678,-0.0989187732338905,0.999918282032013,-0.00332016218453646,0.0123495906591415,0.999959230422974,0.000755587359890342,0.0089910663664341,0.999902665615082,0.0138380359858274,-0.00179102818947285,0.999959230422974,0.000755587359890342,0.0089910663664341,0.999918282032013,-0.00332016218453646,0.0123495906591415,0.999585449695587,-0.0167509354650974,0.0234150048345327,0.00314674736000597,-0.00837038643658161,-0.999960005283356,0.00695318821817636,0.000815264880657196,-0.999975442886353,0.00121265940833837,-0.0130370948463678,-0.999914348125458,0.00695318821817636,0.000815264880657196,-0.999975442886353,0.00314674736000597,-0.00837038643658161,-0.999960005283356,0.00897831842303276,0.00570292305201292,-0.999943494796753,0.00044361871550791,0.000873762182891369,0.999999523162842,0.0110021932050586,0.0263127479702234,0.999593198299408,0.0164933055639267,0.0395426563918591,0.999081790447235,0.0110021932050586,0.0263127479702234,0.999593198299408,0.00044361871550791,0.000873762182891369,0.999999523162842,-0.00517701357603073,-0.0126680806279182,0.999906301498413,-0.0266266819089651,-0.999637544155121,0.00398420635610819,-0.0227641742676497,-0.999737441539764,-0.00260291737504303,-0.0192609466612339,-0.999777734279633,-0.00857523549348116,-0.0227641742676497,-0.999737441539764,-0.00260291737504303,-0.015484968200326,-0.999767363071442,-0.0150103121995926,-0.0192609466612339,-0.999777734279633,-0.00857523549348116,0.0043475073762238,0.0118643259629607,0.999920189380646,0.00325851491652429,0.0145503226667643,0.999888837337494,0.00363625679165125,0.0136186443269253,0.999900639057159,0.0043475073762238,0.0118643259629607,0.999920189380646,
  669. 0.00363625679165125,0.0136186443269253,0.999900639057159,0.00467671873047948,0.0110522890463471,0.999927997589111,0.00868312828242779,0.999907493591309,0.0104653341695666,0.00277633732184768,0.999772846698761,0.0211316235363483,-0.00383531651459634,0.999445796012878,0.0330661237239838,0.00868312828242779,0.999907493591309,0.0104653341695666,0.0142168309539557,0.999898850917816,0.000469226943096146,0.00277633732184768,0.999772846698761,0.0211316235363483,0.999851703643799,-0.00295873056165874,-0.016968909651041,0.99987804889679,-0.00760926818475127,-0.0136387944221497,0.999846816062927,-0.0156153636053205,-0.00790440384298563,0.99987804889679,-0.00760926818475127,-0.0136387944221497,0.999851703643799,-0.00295873056165874,-0.016968909651041,0.99972140789032,0.0054219183512032,-0.022968465462327,-0.99987781047821,0.00933773629367352,0.0125323934480548,-0.99994683265686,0.00478052301332355,0.00914320163428783,-0.999989986419678,-0.00271460646763444,0.00356869143433869,-0.99994683265686,0.00478052301332355,0.00914320163428783,-0.99987781047821,0.00933773629367352,0.0125323934480548,-0.999648869037628,0.0182796567678452,0.0191819630563259,-0.0485754683613777,0.0712031945586205,-0.996278345584869,-0.0169759411364794,-0.00841749832034111,-0.999820411205292,-0.0378440134227276,0.0441210567951202,-0.998309135437012,-0.00657358998432755,-0.034546073526144,-0.999381482601166,-0.0378440134227276,0.0441210567951202,-0.998309135437012,-0.0169759411364794,-0.00841749832034111,-0.999820411205292,0.00919136125594378,0.999492287635803,0.0305053684860468,0.00170505663845688,0.999830901622772,0.0183042120188475,0.0172391925007105,0.998899459838867,0.0436181463301182,0.00170505663845688,0.999830901622772,0.0183042120188475,0.00919136125594378,0.999492287635803,0.0305053684860468,-0.00651460094377398,0.99996680021286,0.00490417517721653,-0.0131958490237594,-0.00940426345914602,-0.99986869096756,0.00105910620186478,0.0241958480328321,-0.999706745147705,-0.00403139647096395,0.0122004291042686,-0.999917387962341,-0.0131958490237594,-0.00940426345914602,-0.99986869096756,
  670. -0.00403139647096395,0.0122004291042686,-0.999917387962341,-0.0176707711070776,-0.0199579931795597,-0.999644696712494,-0.0050474782474339,-0.999394059181213,0.0344381704926491,-0.00504747917875648,-0.999394118785858,0.0344381704926491,-0.00504747871309519,-0.999394118785858,0.0344381742179394,-0.00504747871309519,-0.999394118785858,0.0344381742179394,0.999835908412933,-0.0024480598513037,-0.0179485287517309,0.999590754508972,-0.0133885126560926,-0.0252793058753014,0.999850988388062,0.0164345540106297,-0.00528935948386788,0.999590754508972,-0.0133885126560926,-0.0252793058753014,0.999835908412933,-0.0024480598513037,-0.0179485287517309,0.99896377325058,-0.0285566169768572,-0.0354381836950779,-0.999898076057434,-0.008268759585917,0.011637557297945,-0.999880075454712,-0.0130796963348985,0.00829890742897987,-0.999782204627991,-0.0206464827060699,0.00304657127708197,-0.999880075454712,-0.0130796963348985,0.00829890742897987,-0.999898076057434,-0.008268759585917,0.011637557297945,-0.999851584434509,-0.000210702841286547,0.0172282792627811,0.00133442447986454,-0.0390231236815453,0.999237477779388,-0.0115805715322495,-0.00479650357738137,0.999921441078186,0.00681904098019004,-0.0535437762737274,0.998542249202728,-0.0174092873930931,0.0106660230085254,0.99979156255722,-0.0115805715322495,-0.00479650357738137,0.999921441078186,0.00133442447986454,-0.0390231236815453,0.999237477779388,-0.00527740875259042,-0.999985814094543,-0.000652245071250945,-0.00267471466213465,-0.999982416629791,0.00530038634315133,-0.00113996409345418,-0.999960541725159,0.00881029386073351,-0.00267471466213465,-0.999982416629791,0.00530038634315133,-0.00527740875259042,-0.999985814094543,-0.000652245071250945,-0.00673465291038156,-0.99996942281723,-0.00398532394319773,3.16069622385839e-006,0.999942362308502,0.0107323536649346,-0.00491322064772248,0.999987900257111,-0.000278445048024878,0.00294812372885644,0.999845504760742,0.0173271875828505,-0.007655571680516,0.999950110912323,-0.0064209308475256,-0.00491322064772248,0.999987900257111,-0.000278445048024878,
  671. 3.16069622385839e-006,0.999942362308502,0.0107323536649346,-0.999863743782043,0.0136049157008529,-0.0093495287001133,-0.999855935573578,0.0148643031716347,-0.00820771884173155,-0.999711453914642,0.0240207072347403,9.57341326284222e-005,-0.999855935573578,0.0148643031716347,-0.00820771884173155,-0.999863743782043,0.0136049157008529,-0.0093495287001133,-0.99983811378479,0.00478844111785293,-0.0173411481082439,0.999691069126129,-0.0121991978958249,0.0216568317264318,0.999687254428864,-0.0117377080023289,0.0220826547592878,0.999706089496613,-0.0175881646573544,0.0166834071278572,0.999691069126129,-0.0121991978958249,0.0216568317264318,0.99962055683136,-0.00672130519524217,0.0267105102539063,0.999687254428864,-0.0117377080023289,0.0220826547592878,0.00371797615662217,-0.00844245776534081,-0.999957501888275,0.00617900909855962,-0.00246572284959257,-0.999977827072144,0.00255718710832298,-0.0112612340599298,-0.999933302402496,0.00741118518635631,0.00052694755140692,-0.999972343444824,0.00617900909855962,-0.00246572284959257,-0.999977827072144,0.00371797615662217,-0.00844245776534081,-0.999957501888275,-8.60083382576704e-005,-0.00296149519272149,0.999995648860931,0.00793607905507088,0.0164943151175976,0.999832391738892,0.0118123441934586,0.0258957780897617,0.999594807624817,0.00793607905507088,0.0164943151175976,0.999832391738892,-8.60083382576704e-005,-0.00296149519272149,0.999995648860931,-0.00399603415280581,-0.0124439615756273,0.999914646148682,0.0360472239553928,0.992588877677917,0.116050831973553,0.0385987386107445,0.992849946022034,0.112956039607525,0.0401361174881458,0.99299955368042,0.111090064048767,0.0401361174881458,0.99299955368042,0.111090064048767,0.0385987386107445,0.992849946022034,0.112956039607525,0.0425150208175182,0.993219494819641,0.108200840651989,-0.959778785705566,-0.00782950688153505,0.280647844076157,-0.960160911083221,-0.00444348994642496,0.279412508010864,-0.960627138614655,-0.000150523570482619,0.277840942144394,-0.960160911083221,-0.00444348994642496,0.279412508010864,-0.960947692394257,0.00291574513539672,0.276714861392975,
  672. -0.960627138614655,-0.000150523570482619,0.277840942144394,-0.0362486205995083,-0.994237661361694,-0.100884191691875,-0.0303634442389011,-0.993710815906525,-0.107781246304512,-0.0403474643826485,-0.994556128978729,-0.096073605120182,-0.0362486205995083,-0.994237661361694,-0.100884191691875,-0.0403474643826485,-0.994556128978729,-0.096073605120182,-0.0465493425726891,-0.994962632656097,-0.0887839123606682,-0.274400115013123,0.102682359516621,-0.956117689609528,-0.276430428028107,0.105537541210651,-0.95522153377533,-0.281585812568665,0.112804092466831,-0.95288223028183,-0.276430428028107,0.105537541210651,-0.95522153377533,-0.274400115013123,0.102682359516621,-0.956117689609528,-0.269272238016129,0.0954876244068146,-0.958318650722504,0.287349879741669,-0.11450832337141,0.950956284999847,0.287236511707306,-0.114337645471096,0.951011180877686,0.287625879049301,-0.114923894405365,0.950822770595551,0.287349879741669,-0.11450832337141,0.950956284999847,0.286983639001846,-0.113957017660141,0.951133072376251,0.287236511707306,-0.114337645471096,0.951011180877686,0.958580672740936,-0.0225088223814964,-0.283930152654648,0.960371673107147,-0.0474732890725136,-0.27464959025383,0.96129846572876,-0.0670517981052399,-0.267225325107574,0.960371673107147,-0.0474732890725136,-0.27464959025383,0.958580672740936,-0.0225088223814964,-0.283930152654648,0.956771790981293,-0.00360896694473922,-0.290817737579346,-0.00573281897231936,0.998735070228577,0.0499541945755482,-0.00156556069850922,0.99845427274704,0.0555571541190147,0.00214956304989755,0.998162806034088,0.060549832880497,0.00214956304989755,0.998162806034088,0.060549832880497,-0.00156556069850922,0.99845427274704,0.0555571541190147,0.00586174055933952,0.997832953929901,0.0655363276600838,-0.0933959484100342,0.0204122215509415,-0.995419800281525,-0.103416547179222,0.00201222603209317,-0.994636118412018,-0.0987399443984032,0.0106099462136626,-0.995056629180908,-0.0933959484100342,0.0204122215509415,-0.995419800281525,-0.0987399443984032,0.0106099462136626,-0.995056629180908,-0.0888860300183296,0.028665954247117,-0.995629191398621,
  673. -0.0125352516770363,-0.999869048595428,-0.0102263819426298,-0.0157524347305298,-0.999764621257782,-0.0149169266223907,-0.00874002277851105,-0.999950766563416,-0.00469340197741985,-0.0125352516770363,-0.999869048595428,-0.0102263819426298,-0.00874002277851105,-0.999950766563416,-0.00469340197741985,-0.00488208048045635,-0.999987602233887,0.00093063514214009,0.993865132331848,-0.00472301943227649,-0.110497996211052,0.993936836719513,-0.0055131558328867,-0.109814122319222,0.994520843029022,-0.0124621735885739,-0.10379421710968,0.993936836719513,-0.0055131558328867,-0.109814122319222,0.993865132331848,-0.00472301943227649,-0.110497996211052,0.993159055709839,0.00249786162748933,-0.116741962730885,-0.993444442749023,0.011893518269062,0.11369576305151,-0.993634641170502,0.0103552602231503,0.112173944711685,-0.995001435279846,-0.00209510349668562,0.0998389720916748,-0.993634641170502,0.0103552602231503,0.112173944711685,-0.993444442749023,0.011893518269062,0.11369576305151,-0.991850733757019,0.0235479362308979,0.125209957361221,0.058902382850647,-0.119139619171619,0.9911288022995,0.0975048467516899,-0.0459203645586967,0.99417507648468,0.0759117156267166,-0.087072417140007,0.993305504322052,0.113379925489426,-0.0153425242751837,0.99343329668045,0.0759117156267166,-0.087072417140007,0.993305504322052,0.0975048467516899,-0.0459203645586967,0.99417507648468,0.127263322472572,0.985174417495728,-0.115045607089996,0.10163114964962,0.994050264358521,-0.039181400090456,0.0787002295255661,0.996524512767792,0.0272983945906162,0.10163114964962,0.994050264358521,-0.039181400090456,0.127263322472572,0.985174417495728,-0.115045607089996,0.148269549012184,0.972696900367737,-0.178540945053101,-0.0968369990587235,-0.995292901992798,0.00383109622634947,-0.0942101180553436,-0.995545089244843,-0.00379477278329432,-0.0991142988204956,-0.995021104812622,0.0104567622765899,-0.0922364294528961,-0.99569171667099,-0.00951260607689619,-0.0942101180553436,-0.995545089244843,-0.00379477278329432,-0.0968369990587235,-0.995292901992798,0.00383109622634947,
  674. 0.981258511543274,-0.106967449188232,-0.160280227661133,0.981258511543274,-0.106967441737652,-0.160280212759972,0.981258451938629,-0.106967434287071,-0.16028019785881,0.981258511543274,-0.106967441737652,-0.160280212759972,-0.982279360294342,0.116352751851082,0.146933242678642,-0.981877386569977,0.105870448052883,0.157188564538956,-0.981884896755219,0.10602742433548,0.157035425305367,-0.981884896755219,0.10602742433548,0.157035425305367,-0.981877386569977,0.105870448052883,0.157188564538956,-0.981383442878723,0.0971543118357658,0.165673419833183,-0.16586135327816,0.000265249866060913,-0.98614901304245,-0.165861368179321,0.000265249895164743,-0.986149072647095,-0.165861368179321,0.000265249895164743,-0.98614901304245,-0.16586135327816,0.000265249866060913,-0.986148953437805,0.123695947229862,-0.0561816804111004,0.990728497505188,0.151296123862267,-0.0141895925626159,0.988386690616608,0.136465430259705,-0.0368305332958698,0.989960014820099,0.162883311510086,0.00362632586620748,0.986638724803925,0.136465430259705,-0.0368305332958698,0.989960014820099,0.151296123862267,-0.0141895925626159,0.988386690616608,0.0162799078971148,0.999865174293518,-0.0021292632445693,0.0130450865253806,0.999879419803619,-0.00842250138521194,0.0103833870962262,0.999853551387787,-0.0135994777083397,0.0130450865253806,0.999879419803619,-0.00842250138521194,0.00749719981104136,0.999787271022797,-0.0192117933183908,0.0103833870962262,0.999853551387787,-0.0135994777083397,-0.0891208276152611,-0.0138256624341011,0.995924830436707,-0.0848576202988625,-0.0219555292278528,0.996151089668274,-0.0794500038027763,-0.0322456322610378,0.996317207813263,-0.0794500038027763,-0.0322456322610378,0.996317207813263,-0.0848576202988625,-0.0219555292278528,0.996151089668274,-0.0749726668000221,-0.0407467558979988,0.996352732181549,0.00764301791787148,-0.999335169792175,-0.0356460735201836,0.00764301838353276,-0.999335289001465,-0.0356460772454739,0.00764301838353276,-0.99933522939682,-0.0356460735201836,0.00764301884919405,-0.99933522939682,-0.0356460735201836,-0.997639954090118,-0.000990141532383859,-0.0686552301049232,
  675. -0.99772047996521,0.000320019695209339,-0.0674818605184555,-0.998090445995331,0.0071592996828258,-0.0613532215356827,-0.99772047996521,0.000320019695209339,-0.0674818605184555,-0.997639954090118,-0.000990141532383859,-0.0686552301049232,-0.997191786766052,-0.00753063522279263,-0.0745097249746323,0.997729778289795,0.00532392133027315,0.067133866250515,0.997866034507751,0.00804143119603395,0.0647977069020271,0.998315095901489,0.0200715847313404,0.0544447377324104,0.997866034507751,0.00804143119603395,0.0647977069020271,0.997729778289795,0.00532392133027315,0.067133866250515,0.996908843517303,-0.00756514305248857,0.0782015770673752,0.0793779268860817,-0.00507514690980315,-0.996831655502319,0.101846791803837,-0.0506407879292965,-0.993510365486145,0.118204481899738,-0.0840712115168571,-0.989423871040344,0.101846791803837,-0.0506407879292965,-0.993510365486145,0.0793779268860817,-0.00507514690980315,-0.996831655502319,0.0636036768555641,0.0266754291951656,-0.997618675231934,0.019773043692112,-0.0333802215754986,0.999247133731842,0.0510986894369125,0.030842486768961,0.998217225074768,0.0719890743494034,0.073883019387722,0.994665205478668,0.019773043692112,-0.0333802215754986,0.999247133731842,-0.000528953736647964,-0.0748018249869347,0.997198224067688,0.0510986894369125,0.030842486768961,0.998217225074768,0.0228485241532326,-0.0453404113650322,-0.998710334300995,0.0336694531142712,-0.0666489601135254,-0.99720823764801,0.0415247976779938,-0.082117572426796,-0.995757281780243,0.0336694531142712,-0.0666489601135254,-0.99720823764801,0.0228485241532326,-0.0453404113650322,-0.998710334300995,0.0168366953730583,-0.0335018411278725,-0.99929678440094,0.999996900558472,0.00249413587152958,-4.5172968384577e-005,0.999915421009064,-0.0090331481769681,0.00935765448957682,0.99997216463089,0.00664223451167345,-0.00342889176681638,0.999996900558472,0.00249413587152958,-4.5172968384577e-005,0.99997216463089,0.00664223451167345,-0.00342889176681638,0.999733209609985,0.0188353322446346,-0.0133754704147577,0.0160208251327276,-0.999751508235931,0.0154980830848217,
  676. 0.0335916690528393,-0.999351441860199,-0.0129672801122069,-0.00239487318322062,-0.998971283435822,0.0452824048697948,0.0335916690528393,-0.999351441860199,-0.0129672801122069,0.0160208251327276,-0.999751508235931,0.0154980830848217,0.0538791343569756,-0.997492372989655,-0.0458915531635284,-0.999267518520355,-0.02773217856884,0.0263713262975216,-0.998782575130463,-0.0364689044654369,0.0332188680768013,-0.999975919723511,-0.00239483080804348,0.00650955364108086,-0.998782575130463,-0.0364689044654369,0.0332188680768013,-0.999267518520355,-0.02773217856884,0.0263713262975216,-0.997232556343079,-0.0561942234635353,0.048676785081625,0.00840673316270113,0.999960124492645,0.00302519323304296,0.00256299390457571,0.999979615211487,-0.00585594726726413,0.0166644938290119,0.999739766120911,0.0155769698321819,0.00256299390457571,0.999979615211487,-0.00585594726726413,0.00840673316270113,0.999960124492645,0.00302519323304296,-0.00333984033204615,0.99988454580307,-0.0148257808759809,0.00450946716591716,0.999987185001373,-0.00229453155770898,-0.00180208683013916,0.99993622303009,-0.0111508350819349,0.00216076034121215,0.999981939792633,-0.00559032894670963,0.00450946716591716,0.999987185001373,-0.00229453155770898,0.00216076034121215,0.999981939792633,-0.00559032894670963,0.00864508748054504,0.999956548213959,0.00350907910615206,0.00462545175105333,0.000502107955981046,0.999989211559296,0.00848245620727539,-0.00720616010949016,0.999938011169434,0.00694100232794881,-0.00412545679137111,0.999967455863953,0.00462545175105333,0.000502107955981046,0.999989211559296,0.00694100232794881,-0.00412545679137111,0.999967455863953,0.00295475800521672,0.00384078337810934,0.999988257884979,0.0129350433126092,-0.999176144599915,-0.0384663492441177,0.0132903233170509,-0.999192416667938,-0.0379190072417259,0.0138489101082087,-0.99921715259552,-0.0370584055781364,0.0132903233170509,-0.999192416667938,-0.0379190072417259,0.0129350433126092,-0.999176144599915,-0.0384663492441177,0.0124547500163317,-0.9991534948349,-0.0392062440514565,-0.999935626983643,-0.0101301064714789,0.00511994445696473,
  677. -0.999949157238007,-0.00588624319061637,0.0081941019743681,-0.999899387359619,0.00216407678090036,0.0140246320515871,-0.999949157238007,-0.00588624319061637,0.0081941019743681,-0.999935626983643,-0.0101301064714789,0.00511994445696473,-0.999850690364838,-0.0172808170318604,-6.0642181779258e-005,0.999950528144836,0.00887262262403965,-0.00449412828311324,0.999844670295715,0.0151512511074543,-0.00900408532470465,0.999540090560913,0.0254890993237495,-0.0164300370961428,0.999844670295715,0.0151512511074543,-0.00900408532470465,0.999950528144836,0.00887262262403965,-0.00449412828311324,0.999992489814758,-0.00200760504230857,0.00332090468145907,-0.000122999103041366,-0.0389186628162861,-0.99924236536026,0.0249633248895407,-0.092546708881855,-0.995395362377167,0.0405952446162701,-0.125893667340279,-0.991212785243988,0.0249633248895407,-0.092546708881855,-0.995395362377167,-0.000122999103041366,-0.0389186628162861,-0.99924236536026,-0.0152547201141715,-0.00650431029498577,-0.999862492084503,-0.00106800824869424,0.999386429786682,0.0350108332931995,-0.00973531790077686,0.999736845493317,0.02077198587358,0.00807875953614712,0.998715221881866,0.0500262640416622,-0.00973531790077686,0.999736845493317,0.02077198587358,-0.00106800824869424,0.999386429786682,0.0350108332931995,-0.0191575475037098,0.999802529811859,0.00528133753687143,-0.0146767441183329,0.0109581314027309,-0.999832272529602,-0.0176163818687201,0.0170354507863522,-0.999699652194977,-0.00945328827947378,0.000161495059728622,-0.999955236911774,-0.00945328827947378,0.000161495059728622,-0.999955236911774,-0.00581067940220237,-0.00736595317721367,-0.999956011772156,-0.0146767441183329,0.0109581314027309,-0.999832272529602,0.0220904741436243,-0.999541103839874,-0.0207226984202862,0.0220904778689146,-0.999541223049164,-0.0207227040082216,0.0220904760062695,-0.999541163444519,-0.0207227040082216,0.0220904741436243,-0.999541103839874,-0.0207227002829313,0.998800158500671,-0.0135425720363855,-0.0470629222691059,0.998800158500671,-0.0135425729677081,-0.0470629297196865,0.998800218105316,-0.0135425720363855,-0.0470629222691059,
  678. 0.998800158500671,-0.0135425720363855,-0.0470629259943962,-0.999942481517792,0.00981736835092306,-0.00431747641414404,-0.99994969367981,0.00338882324285805,-0.00944046583026648,-0.999630689620972,-0.0139975743368268,-0.0232917964458466,-0.99994969367981,0.00338882324285805,-0.00944046583026648,-0.999942481517792,0.00981736835092306,-0.00431747641414404,-0.999579250812531,0.0273500792682171,0.00965873617678881,-0.000972559675574303,-0.0147214327007532,0.99989116191864,-0.000972559675574303,-0.0147214327007532,0.999891102313995,-0.000972559675574303,-0.0147214336320758,0.99989128112793,-0.000972559675574303,-0.0147214345633984,0.99989116191864,0.00575266173109412,-0.999865651130676,0.0153521588072181,0.00392575515434146,-0.999908924102783,0.0129122259095311,0.000188033736776561,-0.999968647956848,0.00792007334530354,0.00392575515434146,-0.999908924102783,0.0129122259095311,0.00575266173109412,-0.999865651130676,0.0153521588072181,0.00923724472522736,-0.99975723028183,0.0200058110058308,0.999986171722412,-0.00284840003587306,-0.00440803309902549,0.999952554702759,-0.00664309412240982,-0.00713007291778922,0.999990344047546,0.00432540150359273,0.000738073198590428,0.999952554702759,-0.00664309412240982,-0.00713007291778922,0.999986171722412,-0.00284840003587306,-0.00440803309902549,0.99981826543808,-0.01429433375597,-0.012618362903595,-0.998415529727936,-0.0501549318432808,0.0255116391927004,-0.999286532402039,-0.0350676476955414,0.0140284150838852,-0.994389176368713,-0.0898863598704338,0.0557739101350307,-0.999918341636658,0.00016734802920837,-0.0127718895673752,-0.999286532402039,-0.0350676476955414,0.0140284150838852,-0.998415529727936,-0.0501549318432808,0.0255116391927004,0.026198536157608,0.999649465084076,0.00381109188310802,0.0185321681201458,0.999723732471466,0.0144567498937249,0.00402940111234784,0.999393880367279,0.0345766507089138,0.026198536157608,0.999649465084076,0.00381109188310802,0.0404736697673798,0.999052047729492,-0.016030078753829,0.0185321681201458,0.999723732471466,0.0144567498937249,-0.00398078467696905,-0.00695518078282475,0.999967873096466,
  679. 0.00135974225122482,-0.016794940456748,0.9998579621315,-0.00800315756350756,0.000457100191852078,0.999967932701111,0.00135974225122482,-0.016794940456748,0.9998579621315,-0.00398078467696905,-0.00695518078282475,0.999967873096466,0.0059563210234046,-0.0252625662833452,0.999663174152374,-0.00348200788721442,-0.00283344672061503,-0.999989986419678,-0.00348200765438378,-0.00283344648778439,-0.999989986419678,-0.00348200765438378,-0.00283344672061503,-0.999989926815033,-0.00348200765438378,-0.00283344672061503,-0.999989986419678,0.00116309314034879,-0.999353289604187,-0.0359403155744076,-0.000278834748314694,-0.999279022216797,-0.0379651673138142,-0.00257366825826466,-0.99914813041687,-0.0411872640252113,-0.000278834748314694,-0.999279022216797,-0.0379651673138142,0.00116309314034879,-0.999353289604187,-0.0359403155744076,0.00362921110354364,-0.999465942382813,-0.032476682215929,-0.999870598316193,-0.0147160897031426,0.00651474297046661,-0.999948441982269,-0.00966773089021444,0.0030948172789067,-0.999634504318237,-0.0238612480461597,0.0127103058621287,-0.999948441982269,-0.00966773089021444,0.0030948172789067,-0.999870598316193,-0.0147160897031426,0.00651474297046661,-0.999993801116943,0.000106646053609438,-0.00352630647830665,0.999979078769684,-0.00490834843367338,0.00421082507818937,0.999062538146973,-0.0376956090331078,-0.021287078037858,0.997859835624695,-0.0552619025111198,-0.0349536947906017,0.994119226932526,-0.0892147794365883,-0.0613804757595062,0.997859835624695,-0.0552619025111198,-0.0349536947906017,0.999062538146973,-0.0376956090331078,-0.021287078037858,-0.00310139171779156,0.999785006046295,0.0205005165189505,-0.0169064216315746,0.999857127666473,0.000117582399980165,-0.00844034180045128,0.999884724617004,0.0126194311305881,-0.00844034180045128,0.999884724617004,0.0126194311305881,0.00528508983552456,0.999445497989655,0.0328756161034107,-0.00310139171779156,0.999785006046295,0.0205005165189505,-0.00297290505841374,0.0338039882481098,-0.99942409992218,-0.00342767057009041,0.0328689701855183,-0.999453842639923,
  680. -0.00417955685406923,0.0313229598104954,-0.999500632286072,-0.00342767057009041,0.0328689701855183,-0.999453842639923,-0.00472360150888562,0.0302042402327061,-0.999532639980316,-0.00417955685406923,0.0313229598104954,-0.999500632286072,0.000499030575156212,-0.048124872148037,0.998841226100922,0.000499030575156212,-0.0481248684227467,0.998841226100922,0.000499030516948551,-0.0481248684227467,0.998841166496277,0.000499030575156212,-0.048124872148037,0.998841226100922,0.0236209258437157,0.0283131767064333,-0.999319911003113,0.0522685907781124,-0.0236928220838308,-0.99835205078125,0.0771313682198524,-0.069033183157444,-0.994628071784973,0.0236209258437157,0.0283131767064333,-0.999319911003113,-0.000585743167903274,0.0720622390508652,-0.997399926185608,0.0522685907781124,-0.0236928220838308,-0.99835205078125,0.0266774818301201,0.0514487028121948,0.998319268226624,0.0357731953263283,0.0673075243830681,0.997090756893158,0.0442979149520397,0.082169272005558,0.9956334233284,0.0357731953263283,0.0673075243830681,0.997090756893158,0.0266774818301201,0.0514487028121948,0.998319268226624,0.0199688691645861,0.0397508554160595,0.99901008605957,0.99999725818634,-0.00233768695034087,9.84161961241625e-005,0.999946057796478,0.00715671433135867,-0.00753312138840556,0.999977767467499,-0.00595470191910863,0.00300581939518452,0.99999725818634,-0.00233768695034087,9.84161961241625e-005,0.999977767467499,-0.00595470191910863,0.00300581939518452,0.999814212322235,-0.0158542953431606,0.0109634371474385,0.0353519730269909,0.999350845813751,0.0069218180142343,0.0204517785459757,0.999687910079956,-0.0143508184701204,0.0602991469204426,0.99727076292038,0.0426042824983597,0.0204517785459757,0.999687910079956,-0.0143508184701204,0.0353519730269909,0.999350845813751,0.0069218180142343,-0.00271121063269675,0.998874127864838,-0.0473617948591709,-0.999193906784058,0.0266156755387783,-0.0300547108054161,-0.999450743198395,0.0209784172475338,-0.0256508551537991,-0.998461008071899,0.0388316325843334,-0.0395962335169315,-0.999450743198395,0.0209784172475338,-0.0256508551537991,
  681. -0.999193906784058,0.0266156755387783,-0.0300547108054161,-0.999898135662079,0.00517306290566921,-0.0133011201396585,0.00362926279194653,-0.999983072280884,0.00452287215739489,0.00854317937046289,-0.99996143579483,-0.00202547502703965,-0.00409422535449266,-0.9998819231987,0.0148140201345086,0.00854317937046289,-0.99996143579483,-0.00202547502703965,0.00362926279194653,-0.999983072280884,0.00452287215739489,0.0189783293753862,-0.999692976474762,-0.0159335657954216,0.00497831543907523,-0.998941123485565,-0.0457375161349773,-0.014930666424334,-0.999667346477509,-0.0210317317396402,0.000970451335888356,-0.999168217182159,-0.040767215192318,0.000970451335888356,-0.999168217182159,-0.040767215192318,0.0214519556611776,-0.997578978538513,-0.0661501213908196,0.00497831543907523,-0.998941123485565,-0.0457375161349773,-0.999935805797577,-0.00752508966252208,0.00847279187291861,-0.999732792377472,-0.0174679588526487,0.0151394475251436,-0.999941647052765,0.0102382879704237,-0.00343870720826089,-0.999052882194519,-0.0344777777791023,0.0265433229506016,-0.999732792377472,-0.0174679588526487,0.0151394475251436,-0.999935805797577,-0.00752508966252208,0.00847279187291861,0.995437383651733,-0.076799601316452,-0.0566220991313457,0.999287188053131,-0.0311760380864143,-0.0212855227291584,0.999965488910675,-0.00770907802507281,-0.00311349565163255,0.999965488910675,-0.00770907802507281,-0.00311349565163255,0.999287188053131,-0.0311760380864143,-0.0212855227291584,0.999050855636597,0.0330149233341217,0.0284158270806074,-0.0111962789669633,0.99985271692276,0.0130120562389493,-0.021667493507266,0.999765157699585,0.000251895486144349,-0.0134593108668923,0.999856889247894,0.0102549521252513,-0.0134593108668923,0.999856889247894,0.0102549521252513,-0.00262441486120224,0.999721527099609,0.0234522707760334,-0.0111962789669633,0.99985271692276,0.0130120562389493,-0.00337811186909676,0.0335259661078453,-0.999432146549225,-0.00420890934765339,0.0320582278072834,-0.99947714805603,-0.00512313237413764,0.0304429717361927,-0.999523341655731,-0.00420890934765339,0.0320582278072834,-0.99947714805603,
  682. -0.0060363900847733,0.028829287737608,-0.99956613779068,-0.00512313237413764,0.0304429717361927,-0.999523341655731,0.00507600791752338,-0.040176834911108,0.999179720878601,0.0050760074518621,-0.0401768311858177,0.999179661273956,0.00507600838318467,-0.0401768311858177,0.999179720878601,0.00507600838318467,-0.040176834911108,0.999179720878601,-0.0286233834922314,-0.00450724922120571,0.999580085277557,-0.00649359589442611,0.040095143020153,0.999174833297729,-0.0595738068223,-0.0671101585030556,0.995965361595154,-0.0286233834922314,-0.00450724922120571,0.999580085277557,-0.0595738068223,-0.0671101585030556,0.995965361595154,-0.082028403878212,-0.11269398778677,0.990238010883331,-0.0202218070626259,0.0264888573437929,-0.999444603919983,-0.0386376231908798,0.0637671798467636,-0.997216582298279,-0.0501542240381241,0.0870925113558769,-0.994936883449554,-0.0202218070626259,0.0264888573437929,-0.999444603919983,-0.0108583960682154,0.00754450727254152,-0.999912619590759,-0.0386376231908798,0.0637671798467636,-0.997216582298279,-0.999893069267273,-0.0145800160244107,-0.00107008498162031,-0.999804615974426,-0.0191938616335392,-0.00472032884135842,-0.999401807785034,-0.0314394012093544,-0.0144101474434137,-0.999804615974426,-0.0191938616335392,-0.00472032884135842,-0.999893069267273,-0.0145800160244107,-0.00107008498162031,-0.999966323375702,-0.0052932919934392,0.0062760142609477,0.999157726764679,0.0276725087314844,0.030301421880722,0.998609781265259,0.0372033417224884,0.0373422764241695,0.999806702136993,0.00976213067770004,0.0170664750039577,0.997096002101898,0.0562107302248478,0.0513797327876091,0.998609781265259,0.0372033417224884,0.0373422764241695,0.999157726764679,0.0276725087314844,0.030301421880722,0.00861932430416346,-0.999350011348724,-0.0350026339292526,0.0154014565050602,-0.998874425888062,-0.0448633097112179,-0.00193379656411707,-0.99980491399765,-0.0196528378874063,0.0154014565050602,-0.998874425888062,-0.0448633097112179,0.00861932430416346,-0.999350011348724,-0.0350026339292526,0.0228719841688871,-0.998184382915497,-0.0557211190462112,
  683. -0.0181874670088291,-0.999684035778046,0.0173527095466852,-0.0216666553169489,-0.999531686306,0.0216087773442268,-0.00344332703389227,-0.999993801116943,-0.000682045298162848,-0.0181874670088291,-0.999684035778046,0.0173527095466852,-0.0370497740805149,-0.99849534034729,0.0404286049306393,-0.0216666553169489,-0.999531686306,0.0216087773442268,0.999623358249664,-0.026542792096734,-0.00696828821673989,0.999347805976868,-0.0340253859758377,-0.0120912864804268,0.999886512756348,-0.0150411622598767,0.00090456660836935,0.998738348484039,-0.0459487587213516,-0.0202565956860781,0.999347805976868,-0.0340253859758377,-0.0120912864804268,0.999623358249664,-0.026542792096734,-0.00696828821673989,-0.999648332595825,-0.0182339567691088,0.0192563887685537,-0.999983072280884,8.26679897727445e-005,0.00581597443670034,-0.996951580047607,-0.0599904358386993,0.0498851910233498,-0.999223530292511,0.034334558993578,-0.019325602799654,-0.999983072280884,8.26679897727445e-005,0.00581597443670034,-0.999648332595825,-0.0182339567691088,0.0192563887685537,0.062839150428772,0.997893095016479,0.0161405764520168,0.0589333139359951,0.99804562330246,0.0207787435501814,0.0440055876970291,0.998290181159973,0.0384746417403221,0.062839150428772,0.997893095016479,0.0161405764520168,0.0778002738952637,0.996967554092407,-0.00165663415100425,0.0589333139359951,0.99804562330246,0.0207787435501814,-0.00386246806010604,-0.00940410140901804,0.999948382377625,0.000315517012495548,-0.0170660112053156,0.999854326248169,-0.00768854795023799,-0.00238643772900105,0.999967634677887,0.000315517012495548,-0.0170660112053156,0.999854326248169,-0.00386246806010604,-0.00940410140901804,0.999948382377625,0.00466686161234975,-0.0250445082783699,0.999675393104553,-0.00509688444435596,0.000383740465622395,-0.999986946582794,-0.00509688491001725,0.000383740465622395,-0.999986946582794,-0.00509688444435596,0.000383740465622395,-0.999986886978149,-0.00509688491001725,0.000383740465622395,-0.999986946582794,-0.0433073937892914,0.997910141944885,-0.0479547455906868,-0.00889016315340996,0.999950230121613,0.00453886622563004,
  684. -0.0280184056609869,0.999304056167603,-0.0246269647032022,-0.0433073937892914,0.997910141944885,-0.0479547455906868,-0.0280184056609869,0.999304056167603,-0.0246269647032022,-0.0646883770823479,0.994645059108734,-0.0806014463305473,-0.147770926356316,-0.00616083620116115,0.989002346992493,-0.129404470324516,0.0151740266010165,0.991475760936737,-0.10910027474165,0.0386073850095272,0.993280649185181,-0.129404470324516,0.0151740266010165,0.991475760936737,-0.147770926356316,-0.00616083620116115,0.989002346992493,-0.170881256461143,-0.0331962257623672,0.984732270240784,0.0922735929489136,0.0331670120358467,-0.995181143283844,0.0873668119311333,0.0437272638082504,-0.995216071605682,0.081147164106369,0.0570680908858776,-0.995067059993744,0.0873668119311333,0.0437272638082504,-0.995216071605682,0.0922735929489136,0.0331670120358467,-0.995181143283844,0.0969782397150993,0.0230121500790119,-0.99502044916153,-0.98452889919281,0.134658947587013,-0.112115204334259,-0.984195828437805,0.144900739192963,-0.101795993745327,-0.984530866146088,0.134571403264999,-0.112203165888786,-0.98452889919281,0.134658947587013,-0.112115204334259,-0.984530866146088,0.134571403264999,-0.112203165888786,-0.984654426574707,0.123926647007465,-0.122872583568096,0.122711308300495,0.99210387468338,0.0259194746613503,0.104044862091541,0.994483172893524,-0.0133390417322516,0.142168208956718,0.987550675868988,0.0673180818557739,0.104044862091541,0.994483172893524,-0.0133390417322516,0.122711308300495,0.99210387468338,0.0259194746613503,0.0813993439078331,0.994850695133209,-0.0603859163820744,0.968847453594208,-0.167960166931152,0.182000175118446,0.981695890426636,-0.126128226518631,0.142704740166664,0.981468617916107,-0.126982927322388,0.143508449196815,0.99148166179657,-0.0820174291729927,0.101179301738739,0.981468617916107,-0.126982927322388,0.143508449196815,0.981695890426636,-0.126128226518631,0.142704740166664,-0.16619984805584,-0.986046612262726,-0.00947062578052282,-0.151912555098534,-0.988029181957245,-0.0268511641770601,-0.186290740966797,-0.982377707958221,0.0151547761633992,
  685. -0.151912555098534,-0.988029181957245,-0.0268511641770601,-0.16619984805584,-0.986046612262726,-0.00947062578052282,-0.137027606368065,-0.989551544189453,-0.0448447987437248,0.187969505786896,0.982109427452087,-0.0113418409600854,0.181432321667671,0.983363628387451,-0.00884233321994543,0.17603275179863,0.984360873699188,-0.00678010145202279,0.17603275179863,0.984360873699188,-0.00678010145202279,0.181432321667671,0.983363628387451,-0.00884233321994543,0.169691383838654,0.985487580299377,-0.00436080479994416,0.966842472553253,-0.168430134654045,0.191955521702766,0.966689705848694,-0.170807361602783,0.190619811415672,0.966985106468201,-0.166099905967712,0.193262740969658,0.966689705848694,-0.170807361602783,0.190619811415672,0.966842472553253,-0.168430134654045,0.191955521702766,0.966527223587036,-0.173218101263046,0.189263090491295,-0.22195827960968,-0.974883258342743,-0.0183651447296143,-0.228733539581299,-0.973357081413269,-0.0160282496362925,-0.236632615327835,-0.971508264541626,-0.0132973110303283,-0.22195827960968,-0.974883258342743,-0.0183651447296143,-0.215415924787521,-0.976304650306702,-0.0206168480217457,-0.228733539581299,-0.973357081413269,-0.0160282496362925,-0.192392557859421,0.0353865250945091,0.98067981004715,-0.193154439330101,0.034811794757843,0.980550646781921,-0.200031578540802,0.0296162888407707,0.979341745376587,-0.193154439330101,0.034811794757843,0.980550646781921,-0.192392557859421,0.0353865250945091,0.98067981004715,-0.185109034180641,0.0408725328743458,0.981867611408234,0.194619759917259,-0.0360005460679531,-0.980217933654785,0.195026114583015,-0.0366317965090275,-0.980113685131073,0.199457734823227,-0.0435251668095589,-0.978939235210419,0.195026114583015,-0.0366317965090275,-0.980113685131073,0.194619759917259,-0.0360005460679531,-0.980217933654785,0.190311431884766,-0.0293180774897337,-0.981285810470581,-0.967238366603851,0.171130537986755,-0.18752133846283,-0.969397723674774,0.105440154671669,-0.221698954701424,-0.968888640403748,0.141111075878143,-0.203328549861908,-0.968888640403748,0.141111075878143,-0.203328549861908,
  686. -0.969397723674774,0.105440154671669,-0.221698954701424,-0.968519687652588,0.0731531232595444,-0.237946018576622,0.0626469105482101,-0.0458488129079342,0.996982038021088,0.0758629813790321,-0.0178553238511086,0.996958374977112,0.0909750983119011,0.0143658900633454,0.995749473571777,0.0626469105482101,-0.0458488129079342,0.996982038021088,0.049415148794651,-0.0737053155899048,0.996055126190186,0.0758629813790321,-0.0178553238511086,0.996958374977112,-0.0157413799315691,0.00807398837059736,-0.99984347820282,-0.00771051505580544,-0.00197763368487358,-0.999968290328979,0.00157545495312661,-0.0135977771133184,-0.999906361103058,-0.00771051505580544,-0.00197763368487358,-0.999968290328979,-0.0157413799315691,0.00807398837059736,-0.99984347820282,-0.022741973400116,0.0168376695364714,-0.999599575996399,0.991894662380219,0.1208570972085,-0.0392263121902943,0.99354749917984,0.109654679894447,-0.0289677008986473,0.99186247587204,0.121060281991959,-0.0394125320017338,0.991894662380219,0.1208570972085,-0.0392263121902943,0.99186247587204,0.121060281991959,-0.0394125320017338,0.98989337682724,0.132679790258408,-0.0500711277127266,0.130867898464203,-0.991025686264038,-0.0272325947880745,0.152444183826447,-0.98605889081955,-0.0666975602507591,0.10947797447443,-0.99392294883728,0.0114704538136721,0.152444183826447,-0.98605889081955,-0.0666975602507591,0.130867898464203,-0.991025686264038,-0.0272325947880745,0.176185235381126,-0.978119790554047,-0.110635958611965,-0.989537417888641,-0.0881495624780655,0.114216312766075,-0.988783895969391,-0.132067978382111,0.0697450712323189,-0.988865911960602,-0.130703091621399,0.0711391568183899,-0.983954846858978,-0.1768549233675,0.0235606208443642,-0.988865911960602,-0.130703091621399,0.0711391568183899,-0.988783895969391,-0.132067978382111,0.0697450712323189,-0.0901879817247391,0.994775295257568,0.0478361807763577,-0.103502586483955,0.994214177131653,0.0287277977913618,-0.0726228654384613,0.994691848754883,0.0728984326124191,-0.103502586483955,0.994214177131653,0.0287277977913618,-0.0901879817247391,0.994775295257568,0.0478361807763577,
  687. -0.116134479641914,0.993177831172943,0.0105097349733114,-0.120171673595905,0.991952955722809,-0.0398513041436672,-0.123144932091236,0.99133163690567,-0.0457922592759132,-0.1270831823349,0.990438640117645,-0.0536752976477146,-0.123144932091236,0.99133163690567,-0.0457922592759132,-0.130182221531868,0.989679574966431,-0.0598895326256752,-0.1270831823349,0.990438640117645,-0.0536752976477146,0.0131979426369071,0.0283756703138351,0.999510169029236,0.0170932821929455,0.0222569108009338,0.999606072902679,0.0108943982049823,0.0319928452372551,0.999428808689117,0.0170932821929455,0.0222569108009338,0.999606072902679,0.0131979426369071,0.0283756703138351,0.999510169029236,0.019557774066925,0.0183843690901995,0.999639630317688,0.139080286026001,-0.990149676799774,-0.016132015734911,0.137975335121155,-0.990264713764191,-0.0184025652706623,0.137026816606522,-0.990358293056488,-0.0203501433134079,0.139080286026001,-0.990149676799774,-0.016132015734911,0.139793574810028,-0.990072011947632,-0.0146652227267623,0.137975335121155,-0.990264713764191,-0.0184025652706623,-0.989883303642273,-0.138035252690315,-0.0328217372298241,-0.990250110626221,-0.135818034410477,-0.0309534296393394,-0.991850674152374,-0.125451892614365,-0.0222280193120241,-0.990250110626221,-0.135818034410477,-0.0309534296393394,-0.989883303642273,-0.138035252690315,-0.0328217372298241,-0.988178372383118,-0.147726386785507,-0.0409961640834808,0.990760982036591,0.132669806480408,0.0281295496970415,0.990640997886658,0.133785828948021,0.0270514339208603,0.989748120307922,0.141470104455948,0.0196178052574396,0.990640997886658,0.133785828948021,0.0270514339208603,0.990760982036591,0.132669806480408,0.0281295496970415,0.991493403911591,0.125294238328934,0.0352451540529728,0.015055232681334,-0.0178022291511297,-0.999728143215179,0.038546483963728,-0.0574195273220539,-0.997605681419373,0.0514467321336269,-0.0791823044419289,-0.995531678199768,0.038546483963728,-0.0574195273220539,-0.997605681419373,0.015055232681334,-0.0178022291511297,-0.999728143215179,0.00300137861631811,0.00251999008469284,-0.999992311000824,
  688. -0.0056122737005353,0.999983966350555,-0.000672806287184358,-0.00943016540259123,0.999949932098389,-0.00332952407188714,-0.00792190432548523,0.999966025352478,-0.00227997708134353,-0.00792190432548523,0.999966025352478,-0.00227997708134353,-0.00943016540259123,0.999949932098389,-0.00332952407188714,-0.011926606297493,0.999916017055511,-0.00506673473864794,0.00323450891301036,0.00969676673412323,-0.999947786331177,0.0039432579651475,0.00894237030297518,-0.999952256679535,0.0124018238857389,-6.20607679593377e-005,-0.999923050403595,0.0039432579651475,0.00894237030297518,-0.999952256679535,0.00323450891301036,0.00969676673412323,-0.999947786331177,-0.00453481636941433,0.01796555519104,-0.999828279018402,-0.00390230561606586,0.0264476407319307,0.999642670154572,-0.00117780268192291,0.023559557273984,0.999721705913544,-0.0610500425100327,0.0869452804327011,0.994340717792511,-0.00117780268192291,0.023559557273984,0.999721705913544,-0.00390230561606586,0.0264476407319307,0.999642670154572,0.0524657815694809,-0.0333765633404255,0.998064815998077,-0.0216194819658995,-0.999674379825592,-0.0135521003976464,-0.0195034258067608,-0.999697208404541,-0.0150062432512641,-0.0161064807325602,-0.9997199177742,-0.0173402167856693,-0.0195034258067608,-0.999697208404541,-0.0150062432512641,-0.0216194819658995,-0.999674379825592,-0.0135521003976464,-0.0248205326497555,-0.999627411365509,-0.0113519951701164,-0.999849140644073,0.0170415826141834,-0.00337955774739385,-0.999914050102234,0.0130863646045327,-0.000799828674644232,-0.999951779842377,0.00971735920757055,0.00139741564635187,-0.999951779842377,0.00971735920757055,0.00139741564635187,-0.999914050102234,0.0130863646045327,-0.000799828674644232,-0.99997740983963,0.00500484555959702,0.00447067804634571,0.999996840953827,0.00194655626546592,-0.00157314853277057,0.999967336654663,0.00773625215515494,0.00234500388614833,0.999958515167236,-0.00594098819419742,-0.00691078417003155,0.999967336654663,0.00773625215515494,0.00234500388614833,0.999996840953827,0.00194655626546592,-0.00157314853277057,
  689. 0.99983537197113,0.0162407793104649,0.00810066144913435,-0.0490842573344707,-0.00790950749069452,-0.9987633228302,-0.0284916646778584,-0.0333794578909874,-0.999036490917206,-0.00787792261689901,-0.0588020086288452,-0.998238623142242,-0.0284916646778584,-0.0333794578909874,-0.999036490917206,-0.0490842573344707,-0.00790950749069452,-0.9987633228302,-0.0727188140153885,0.021414015442133,-0.997122585773468,-0.0104732578620315,-0.0192540232092142,0.99975973367691,-0.0160711780190468,-0.0312980525195599,0.999380826950073,-0.022529935464263,-0.0451949015259743,0.998724102973938,-0.0160711780190468,-0.0312980525195599,0.999380826950073,-0.0104732578620315,-0.0192540232092142,0.99975973367691,-0.00556281581521034,-0.00868959352374077,0.999946713447571,-0.992989659309387,-0.11787798255682,0.00874247867614031,-0.991750001907349,-0.128185451030731,-0.000684991478919983,-0.993095815181732,-0.116910740733147,0.00962598342448473,-0.992989659309387,-0.11787798255682,0.00874247867614031,-0.993095815181732,-0.116910740733147,0.00962598342448473,-0.994157195091248,-0.106182366609573,0.0194119215011597,0.0852334126830101,-0.995814979076386,0.0329811722040176,0.105935379862785,-0.994372963905334,-0.000144374906085432,0.0584444254636765,-0.995434045791626,0.0754668042063713,0.105935379862785,-0.994372963905334,-0.000144374906085432,0.0852334126830101,-0.995814979076386,0.0329811722040176,0.129153624176979,-0.990911185741425,-0.0376081354916096,0.997929275035858,0.0642995536327362,0.00164925027638674,0.992845118045807,0.111720405519009,-0.0421553589403629,0.99350494146347,0.10725100338459,-0.0380158051848412,0.985292732715607,0.151475429534912,-0.0790785998106003,0.99350494146347,0.10725100338459,-0.0380158051848412,0.992845118045807,0.111720405519009,-0.0421553589403629,-0.134323701262474,0.990935623645782,-0.0019346239278093,-0.14536789059639,0.989212870597839,-0.0180541221052408,-0.12187721580267,0.992413818836212,0.0161426533013582,-0.14536789059639,0.989212870597839,-0.0180541221052408,-0.134323701262474,0.990935623645782,-0.0019346239278093,
  690. -0.162245541810989,0.985820353031158,-0.0428335331380367,-0.0223014745861292,-0.999517798423767,-0.0216070152819157,-0.0405276268720627,-0.999178230762482,0.000686799758113921,-0.0257847383618355,-0.999516904354095,-0.0173494983464479,-0.0257847383618355,-0.999516904354095,-0.0173494983464479,-0.00688636489212513,-0.999158561229706,-0.0404308177530766,-0.0223014745861292,-0.999517798423767,-0.0216070152819157,-0.999792218208313,-0.00185422017239034,0.0202955696731806,-0.999875605106354,0.0100635066628456,0.0121443951502442,-0.999821484088898,0.0175376608967781,0.0070303906686604,-0.999821484088898,0.0175376608967781,0.0070303906686604,-0.999875605106354,0.0100635066628456,0.0121443951502442,-0.999578535556793,0.0290198400616646,-0.000829042866826057,0.997874975204468,-0.0622183904051781,-0.0193493217229843,0.999017894268036,-0.0439160689711571,-0.00589521322399378,0.993334472179413,-0.103854604065418,-0.050007376819849,0.999767899513245,-0.0096302218735218,0.0192718114703894,0.999017894268036,-0.0439160689711571,-0.00589521322399378,0.997874975204468,-0.0622183904051781,-0.0193493217229843,-0.0188992619514465,0.999691247940063,-0.0161331873387098,-0.0149902049452066,0.999671816825867,-0.0207719579339027,-6.6231150412932e-005,0.999259829521179,-0.0384687855839729,-0.0188992619514465,0.999691247940063,-0.0161331873387098,-0.0338877253234386,0.999424338340759,0.00166637334041297,-0.0149902049452066,0.999671816825867,-0.0207719579339027,-0.00108016235753894,-0.017021831125021,-0.999854445457459,0.00343832443468273,-0.00953872594982386,-0.999948561191559,-0.00578588526695967,-0.024813786149025,-0.999675333499908,0.00343832443468273,-0.00953872594982386,-0.999948561191559,-0.00108016235753894,-0.017021831125021,-0.999854445457459,0.00757615547627211,-0.00268500717356801,-0.999967694282532,0.00461101392284036,0.000984161044470966,0.999988913536072,0.00568786356598139,-0.000801140151452273,0.999983549118042,0.00323123019188643,0.00327164004556835,0.999989449977875,0.00678112264722586,-0.00261368695646524,0.999973595142365,
  691. 0.00568786356598139,-0.000801140151452273,0.999983549118042,0.00461101392284036,0.000984161044470966,0.999988913536072,-0.0104860747233033,-0.999679684638977,0.0230371244251728,-0.00150765059515834,-0.999306619167328,0.0372040495276451,0.00903452187776566,-0.998509526252747,0.0538241602480412,-0.00150765059515834,-0.999306619167328,0.0372040495276451,-0.0104860747233033,-0.999679684638977,0.0230371244251728,-0.0213278457522392,-0.999755084514618,0.00591519009321928,-0.0101950848475099,-0.000954898307099938,-0.999947607517242,-0.0181193016469479,-0.0158067643642426,-0.999710857868195,-0.0148908104747534,-0.00975518301129341,-0.999841570854187,-0.00623436458408833,0.00646650278940797,-0.999959707260132,-0.0101950848475099,-0.000954898307099938,-0.999947607517242,-0.0148908104747534,-0.00975518301129341,-0.999841570854187,0.0179530084133148,0.999772489070892,-0.011516785249114,0.030170276761055,0.999040901660919,-0.0317346826195717,0.0453130379319191,0.997356355190277,-0.0568080060184002,0.030170276761055,0.999040901660919,-0.0317346826195717,0.0179530084133148,0.999772489070892,-0.011516785249114,0.0040837898850441,0.999926388263702,0.0114225633442402,0.999246060848236,0.00457852426916361,-0.0385543592274189,0.999342918395996,-0.0359197705984116,-0.00484066177159548,0.998534560203552,0.0191119238734245,-0.0506294816732407,0.998534560203552,0.0191119238734245,-0.0506294816732407,0.994711816310883,0.0592351108789444,-0.0839013382792473,0.999246060848236,0.00457852426916361,-0.0385543592274189,-0.999929547309875,-0.0103207947686315,-0.00586029142141342,-0.99993509054184,-0.00535397231578827,-0.0100555708631873,-0.999541044235229,-0.0287073273211718,0.0096754627302289,-0.99993509054184,-0.00535397231578827,-0.0100555708631873,-0.999929547309875,-0.0103207947686315,-0.00586029142141342,-0.999591946601868,0.0129125826060772,-0.0254793185740709,-0.00556743424385786,0.00655530393123627,0.999963045120239,-0.0110678700730205,-0.00482051353901625,0.99992710351944,0.00269723846577108,0.0236426033079624,0.999716877937317,0.00269723846577108,0.0236426033079624,0.999716877937317,
  692. 0.00834973249584436,0.0353254452347755,0.999341011047363,-0.00556743424385786,0.00655530393123627,0.999963045120239,-0.0333220511674881,0.999105632305145,-0.0260289777070284,-0.0256276987493038,0.999626874923706,-0.00944765750318766,-0.0293599814176559,0.999415814876556,-0.0174888130277395,-0.0293599814176559,0.999415814876556,-0.0174888130277395,-0.0358201861381531,0.99886429309845,-0.0314157493412495,-0.0333220511674881,0.999105632305145,-0.0260289777070284,0.00362276611849666,0.902345895767212,-0.430997461080551,0.00362276611849666,0.902345955371857,-0.430997431278229,0.00362276611849666,0.902345895767212,-0.430997461080551
  693. }
  694. NormalsW: *1260 {
  695. 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,
  696. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  697. }
  698. }
  699. LayerElementBinormal: 0 {
  700. Version: 102
  701. Name: "map1"
  702. MappingInformationType: "ByPolygonVertex"
  703. ReferenceInformationType: "Direct"
  704. Binormals: *3780 {
  705. a: 0.00011288835958112,1,-0,0.000265633541857824,1,-0,0.000271644006716087,1,-2.69797855931286e-012,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.000271644006716087,1,-2.69797855931286e-012,0.000265633541857824,1,-0,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.00656960904598236,0.999978423118591,1.16770448865822e-009,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.00158994598314166,0.99999874830246,-8.45239433999723e-011,-0.0754132568836212,0.997147440910339,-0.00314324884675443,-0.100995600223541,0.994783222675323,-0.0143590997904539,-0.101156435906887,0.994844675064087,-0.0071797352284193,-0.00491679506376386,0.999978363513947,0.00437019253149629,-0.0754132568836212,0.997147440910339,-0.00314324884675443,-0.00491679506376386,0.999978363513947,0.00437019253149629,0.014987456612289,0.999866664409637,0.00648985477164388,0.014987456612289,0.999866664409637,0.00648985477164388,-0.00491679506376386,0.999978363513947,0.00437019253149629,0,0.999906122684479,0.0137030221521854,0,0.999976515769959,0.0068506021052599,0.014987456612289,0.999866664409637,0.00648985477164388,0,0.999976515769959,0.0068506021052599,0,1,-1.2783124248017e-006,-0.00318793044425547,0.996499121189117,0.0835427418351173,-0.00520186871290207,0.999967277050018,0.00620164396241307,-0.00454337056726217,0.99620509147644,0.0869178622961044,-0.00130563543643802,0.998976051807404,0.0452246144413948,0.000659332086797804,0.999915719032288,0.0129695441573858,-0.00318793044425547,0.996499121189117,0.0835427418351173,
  706. -0.00130563543643802,0.998976051807404,0.0452246144413948,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000169334598467685,0.999999940395355,0.000462990516098216,0.000907736306544393,0.999999523162842,0.00044875530875288,0.000659332086797804,0.999915719032288,0.0129695441573858,0.00233018840663135,0.99999725818634,2.88809566539872e-011,0.000659332086797804,0.999915719032288,0.0129695441573858,0.000907736306544393,0.999999523162842,0.00044875530875288,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00102883111685514,0,-0.999999463558197,0.00125708139967173,0,-0.999999284744263,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.000782954215537757,-0.00563911953940988,-0.999983787536621,0.000460909737739712,-0.00331963854841888,-0.999994456768036,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.00400289334356785,-0.013988696038723,-0.999894201755524,0.00509698037058115,-0.0141002926975489,-0.999887645244598,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00189534854143858,-0.0340408235788345,-0.999418675899506,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00221734237857163,0.999997556209564,9.84312024249201e-012,0.00189534854143858,-0.0340408235788345,-0.999418675899506,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00336967757903039,-0.0381428934633732,-0.999266624450684,0.00336962379515171,-0.0381428971886635,-0.999266684055328,0,-0.110381007194519,0.993889331817627,0,0.0103201903402805,0.99994683265686,0,0.130870655179024,0.991399466991425,0,0.0103201903402805,0.99994683265686,0.000940048368647695,0.999999642372131,-4.91912309497078e-011,
  707. 0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000282704218989238,1,6.22550752268913e-012,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000282704218989238,1,6.22550752268913e-012,0.000753533327952027,0.999999761581421,1.17407368549483e-011,0.00150706141721457,0.999998867511749,2.34813921778931e-011,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.00174553378019482,2.40059853240382e-005,0.999998509883881,0.0304918494075537,0.00041934844921343,0.999534964561462,0.000905434601008892,0.00126193673349917,0.999998867511749,0.00548928463831544,0.00198228843510151,0.999983012676239,8.95006160135381e-005,0.00203006621450186,0.999997973442078,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.000905434601008892,0.00126193673349917,0.999998867511749,0.000282704218989238,1,6.22550752268913e-012,0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000327754707541317,1,1.51929059610811e-011,-4.61638416382471e-009,1,-2.1399018186448e-016,0.00122989213559777,-0.0173844452947378,0.999848186969757,0.00157603656407446,-0.0173579175025225,0.999848127365112,0.0012298917863518,-0.0173844434320927,0.999848127365112,0.000883747241459787,-0.0174109656363726,0.999848067760468,-0.0106628136709332,0.999931335449219,0.00487321708351374,-0.00514253089204431,0.999859809875488,0.0159346573054791,-0.00401744898408651,0.9999760389328,0.0056354277767241,0.00763972150161862,0.999959111213684,0.00483790179714561,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.00674312794581056,0.999794483184814,0.0191208980977535,-0.00401744898408651,0.9999760389328,0.0056354277767241,-0.00514253089204431,0.999859809875488,0.0159346573054791,0.0042187855578959,0.999808371067047,0.0191191900521517,-0.000548485666513443,0.999999940395355,0,-0.000186372693860903,1,0,-4.26020742452238e-005,1,0,-0.000811614096164703,0.999999701976776,0,-0.000904779939446598,0.999999582767487,0,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,-0.000548485666513443,0.999999940395355,0,
  708. -0.000811614096164703,0.999999701976776,0,-0.000186372693860903,1,0,-0.000548485666513443,0.999999940395355,0,-0.000393285823520273,1,0,-0.000733714434318244,0.999999701976776,0,-0.000733714434318244,0.999999701976776,0,-0.00146741815842688,0.999998927116394,0,-0.000186372693860903,1,0,-0.0489818528294563,0.00196705455891788,-0.998797833919525,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0404885411262512,-0.00162597303278744,-0.999178767204285,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.00351725262589753,-0.00259660067968071,-0.999990463256836,-0.00787650607526302,0.0583340153098106,-0.998266041278839,0.000803284987341613,-0.00594919081777334,-0.999981999397278,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.00351725262589753,-0.00259660067968071,-0.999990463256836,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00224504852667451,-0.0223288983106613,-0.999748229980469,-0.0412987694144249,-0.0156691670417786,-0.999023973941803,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00139047659467906,-0.0337515436112881,-0.99942934513092,-0.00792653393000364,-0.119149886071682,-0.992844641208649,0.0013904768275097,-0.0337515436112881,-0.999429404735565,0.0106971655040979,0.0518973357975483,-0.998595178127289,-0.00467210169881582,0.999989092350006,-0.000281075946986675,-0.0224903635680676,0.999746978282928,-0.000281321932561696,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.033485259860754,0.999438941478729,0.000739945331588387,0,1,-4.44590477854945e-006,-0,1,0,0,1,-0,-0,0.999999642372131,0.000934551702812314,-0,1,2.11936253435852e-006,0,1,-4.44590477854945e-006,
  709. -0,0.999999284744263,0.001246775733307,0,1,-4.44590477854945e-006,-0,0.999999642372131,0.000934551702812314,-0,0.999999284744263,0.001246775733307,-0,0.999999642372131,0.000934551702812314,-0,0.999992966651917,0.00375365861691535,-0,0.999999284744263,0.001246775733307,-1.78855752892559e-005,1,0,9.14150223252364e-006,1,4.19021574707933e-014,-2.68294297711691e-005,1,0,-2.13635442669613e-009,1,0,-0.000299284147331491,7.66487846703967e-006,1,0.000273615325568244,-7.00748114468297e-006,1,0.000846514769364148,-2.16798398469109e-005,0.999999701976776,0.000273615325568244,-7.00748114468297e-006,1,9.14150223252364e-006,1,4.19021574707933e-014,-1.78855752892559e-005,1,0,2.26535066758515e-005,1,0,4.85304553876631e-005,1,4.38202344419172e-013,5.01432405144442e-005,1,1.57550307435667e-012,9.14150223252364e-006,1,4.19021574707933e-014,4.85304553876631e-005,1,4.38202344419172e-013,5.53707577637397e-005,1,1.73975178881236e-012,2.30014848057181e-006,0.00100249517709017,0.999999523162842,0.00108417798765004,-0.00491588423028588,0.999987363815308,2.30016303248703e-006,0.00100249517709017,0.999999523162842,-0.00107957783620805,0.00692083826288581,0.999975562095642,-0.00198980933055282,0.00229098368436098,0.999995410442352,-0.000302063825074583,0.0022906216327101,0.99999737739563,0.00138568261172622,0.00229025329463184,0.999996483325958,-0.000302063825074583,0.0022906216327101,0.99999737739563,1.10897062768345e-005,0.0013546789996326,0.999999165534973,4.62566677015275e-005,-0.00483470968902111,0.999988377094269,1.10897062768345e-005,0.00135467911604792,0.999999165534973,-2.40776789723895e-005,0.00754401553422213,0.999971628189087,-0.00376188382506371,0.996208429336548,0.0869186595082283,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00171590957324952,0.999998509883881,-1.64128537150088e-011,
  710. 0.000179377471795306,1,7.65289134146974e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,0.000239490254898556,1,6.78824130153494e-014,-0.000167505204444751,1,3.06412534234468e-012,0.000239490254898556,1,6.78824130153494e-014,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.000218995759496465,-0,1,0,0,1,-0.000207399280043319,-0,1,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0,0,1,0,0,1,-0.000391605630284175,-0,0.999999940395355,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0.000239490254898556,1,6.78824130153494e-014,-0.000109146909380797,1,0,0.000179377471795306,1,7.65289134146974e-012,0.033485259860754,0.999438941478729,0.000739945331588387,0.014401238411665,0.999821305274963,0.012248620390892,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0799158960580826,0.996801614761353,-2.08219441688584e-009,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,1.0383928383817e-008,1,-1.0700736629253e-016,-0.000393285823520273,1,0,-0.000548485666513443,0.999999940395355,0,-0.835073351860046,0.550054848194122,0.00960919074714184,-0.760002195835114,0.501429200172424,-0.413479804992676,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.928627848625183,0.337312012910843,-0.15450282394886,-0.954671382904053,0.127081528306007,-0.269170850515366,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.954671382904053,0.127081528306007,-0.269170850515366,-0.980137050151825,-0.0111086955294013,-0.198010131716728,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.947553038597107,0.293502151966095,-0.126490518450737,-0.975147545337677,0.032514426857233,-0.21915802359581,
  711. -0.947553038597107,0.293502151966095,-0.126490518450737,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.937198042869568,-0.253106623888016,-0.239993825554848,-0.947553038597107,0.293502151966095,-0.126490518450737,-0.975147545337677,0.032514426857233,-0.21915802359581,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.975147545337677,0.032514426857233,-0.21915802359581,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.914790153503418,-0.40392404794693,-0.00209810025990009,-0.937198042869568,-0.253106623888016,-0.239993825554848,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.880367755889893,0.381310909986496,-0.282054364681244,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.979199528694153,0.0166274905204773,-0.202217385172844,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.880367755889893,0.381310909986496,-0.282054364681244,
  712. -0.964418888092041,0.0193663779646158,-0.263668805360794,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.979199528694153,0.0166274905204773,-0.202217385172844,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.899200141429901,-0.412226647138596,0.146657139062881,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.994089722633362,-0.0831522643566132,0.0697948187589645,-0.89731776714325,-0.304919898509979,0.319131195545197,-0.674391269683838,-0.668171346187592,0.314234972000122,-0.899200141429901,-0.412226647138596,0.146657139062881,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.89731776714325,-0.304919898509979,0.319131195545197,-0.629213988780975,-0.276002079248428,-0.726575970649719,-0.629213988780975,-0.276002079248428,-0.726576030254364,-0.629213988780975,-0.276002079248428,-0.726575970649719,0.0286922473460436,-0.00188786233775318,-0.999586522579193,0.0287092421203852,-0.0110123567283154,-0.999527156352997,0.0286999959498644,-0.00588948000222445,-0.999570786952972,-0.00758570292964578,-0.00173114170320332,-0.999969720840454,-0.00761784333735704,-0.00583082437515259,-0.999953985214233,-0.00754254311323166,0.0037488101515919,-0.999964594841003,0.0234108343720436,0.999716937541962,-0.00425702799111605,0.023402651771903,0.999711990356445,-0.00531319482252002,0.0234057810157537,0.999714076519012,-0.00491000013425946,0.0278407074511051,0.99960321187973,-0.00429315399378538,0.0278351772576571,0.999600291252136,-0.00494466302916408,0.0278442408889532,0.999604821205139,-0.00387559388764203,-0.0510875955224037,-0.0329097285866737,0.998151779174805,
  713. -0.0295640118420124,-0.0327677018940449,0.999025642871857,-0.0510875955224037,-0.0329097285866737,0.998151779174805,-0.0725874900817871,-0.0330364927649498,0.996814846992493,-0.00430830474942923,-0.0271820053458214,-0.999621331691742,-0.00663361651822925,-0.0411365479230881,-0.999131500720978,-0.0117701189592481,-0.0411265939474106,-0.99908459186554,-0.00676492741331458,-0.0132500352337956,-0.999889373779297,-0.00430830474942923,-0.0271820053458214,-0.999621331691742,0.000232343794777989,-0.0131538286805153,-0.999913454055786,-0.00624576210975647,-0.0389895550906658,-0.999220192432404,-0.00974924024194479,-0.043178167194128,-0.999019920825958,-0.0168971363455057,-0.0392391458153725,-0.999087035655975,-0.00974924024194479,-0.043178167194128,-0.999019920825958,-0.00617431569844484,-0.0472909137606621,-0.998862147331238,0.00116671528667212,-0.047307338565588,-0.998879730701447,-0.00784880388528109,-0.999355852603912,0.0350191481411457,-0.00971571169793606,-0.996252596378326,0.0859447941184044,-0.0107936020940542,-0.993241548538208,0.115563310682774,0.00165953487157822,-0.996276140213013,0.08620485663414,0.000972983543761075,-0.999386250972748,0.0350161343812943,0.000585690198931843,-0.999980688095093,0.00618321727961302,0.0171553902328014,-0.997334420681,-0.0709207355976105,0.0168274380266666,-0.999856233596802,-0.00210792594589293,0.0165945403277874,-0.999108195304871,0.0388258472084999,-0.000979246688075364,-0.999996364116669,-0.0025380386505276,0.00413189036771655,-0.997422218322754,-0.0716385245323181,0.00734474137425423,-0.993334293365479,-0.115035966038704,0.0619364269077778,0.998069047927856,0.00469013582915068,0.0619937777519226,0.998019158840179,0.0107077285647392,0.0619064085185528,0.998080611228943,0.00162987248040736,0.0759538188576698,0.997054934501648,0.010609457269311,0.0759226307272911,0.997103333473206,0.00456368271261454,0.0759736895561218,0.997000455856323,0.0147728510200977,0.0159834027290344,-0.146784037351608,-0.989039421081543,0.0176256727427244,-0.146729901432991,-0.989019572734833,0.0237428173422813,-0.146524682641029,-0.98892205953598,
  714. 0.0158262904733419,-0.078044168651104,-0.996824324131012,0.0142875239253044,-0.0780776590108871,-0.996844887733459,0.00996194127947092,-0.0781708434224129,-0.996890246868134,0.0461865924298763,0.0459466390311718,-0.997875690460205,0.0465829521417618,0.0459632202982903,-0.997856438159943,0.0435249842703342,0.0458351336419582,-0.99800044298172,0.0499666072428226,0.0141753945499659,-0.998650372028351,0.0480733290314674,0.0140855349600315,-0.998744547367096,0.0476625449955463,0.0140660339966416,-0.998764514923096,0.088611789047718,0.0131586771458387,-0.995979368686676,0.0886427238583565,0.007025555241853,-0.996038794517517,0.0885753929615021,0.0196521487087011,-0.995875656604767,0.0693482533097267,0.0070600975304842,-0.997567534446716,0.0693678855895996,0.013135552406311,-0.997504651546478,0.0693322569131851,0.00261408579535782,-0.997590243816376,-0.00620347214862704,0.00075753522105515,0.999980568885803,-0.00627180188894272,0.00588075211271644,0.999963104724884,-0.00633112015202641,0.0103382738307118,0.999926567077637,0.00725455768406391,0.00602855952456594,0.999955534934998,0.0072855674661696,0.000868342933245003,0.999973177909851,0.00731118023395538,-0.00341844605281949,0.999967455863953,-0.0307807009667158,-0.01250677742064,-0.99944794178009,-0.0358085595071316,-0.0126049537211657,-0.999279141426086,-0.0408355221152306,-0.0127028143033385,-0.999085187911987,-0.0358085595071316,-0.0126049537211657,-0.999279141426086,0.001124809961766,-0.0274182632565498,0.999623417854309,-0.0401319526135921,-0.00791982747614384,0.999163091182709,-0.0565457493066788,-0.0298368725925684,0.997954130172729,-0.0553307794034481,0.0146179022267461,0.998361110687256,-0.0401319526135921,-0.00791982747614384,0.999163091182709,-0.0977422297000885,0.0181646011769772,0.995045959949493,-0.0121303796768188,0.0594662688672543,0.998156666755676,-0.00902009941637516,0.0595114566385746,0.998186945915222,0.0009624570957385,0.0596525818109512,0.998218774795532,-0.00892750825732946,-0.0615578293800354,0.998063683509827,-0.0125304572284222,-0.0615004934370518,0.998028457164764,
  715. -0.0244010258466005,-0.0613059177994728,0.997820794582367,0.0391469709575176,-0.999197483062744,0.00848719384521246,0.032745573669672,-0.999463558197021,-0.000587155809625983,0.0391418263316154,-0.999148190021515,0.0130745749920607,0.032745573669672,-0.999463558197021,-0.000587155809625983,0.0262513123452663,-0.999619722366333,0.00845014769583941,0.02637879550457,-0.999637126922607,-0.00546432519331574,-0.0167871825397015,0.999858796596527,-0.000866192160174251,-0.0278062019497156,0.999275267124176,-0.0259983260184526,-0.0280243456363678,0.998843431472778,-0.0390705838799477,-0.0060634040273726,0.999637126922607,-0.026247164234519,-0.0167871825397015,0.999858796596527,-0.000866192160174251,-0.00626941118389368,0.999900579452515,0.0126355485990644,-0.00848194397985935,-0.00375955179333687,-0.999956965446472,-0.00830723717808723,0.00279265805147588,-0.999961614608765,-0.00814852025359869,0.00873351283371449,-0.999928712844849,-0.0403925441205502,0.00352120446041226,-0.999177694320679,-0.0402080789208412,0.0156225971877575,-0.999069273471832,-0.0403044931590557,0.00934627279639244,-0.999143779277802,-0.0284204110503197,-0.999524235725403,0.0119831953197718,-0.0284118670970201,-0.99948924779892,0.0146370986476541,-0.0284148491919041,-0.999502122402191,0.0137165505439043,-0.0446336194872856,-0.998930811882019,0.0120466472581029,-0.0446254424750805,-0.998908936977386,0.0137674221768975,-0.044637355953455,-0.99893993139267,0.011250140145421,0.0629844292998314,-0.0109918415546417,0.997954070568085,0.0841403678059578,-0.0212903209030628,0.996226489543915,0.084189273416996,-0.0326262526214123,0.995915472507477,0.0629844292998314,-0.0109918415546417,0.997954070568085,0.0419938154518604,-0.0010659396648407,0.999117314815521,0.0416985899209976,-0.0212290715426207,0.998904764652252,-0.0169517081230879,0.00574427517130971,-0.999839842319489,-0.0136281521990895,0.00144879356957972,-0.999906122684479,-0.00788413546979427,0.00135910452809185,-0.999967992305756,-0.0135623747482896,0.0100056231021881,-0.9998579621315,-0.0169517081230879,0.00574427517130971,-0.999839842319489,
  716. -0.0230216272175312,0.00995477195829153,-0.999685406684875,-0.0125693688169122,-0.00391147192567587,-0.999913394451141,-0.00916189048439264,-0.00390231609344482,-0.999950408935547,-0.00355812534689903,-0.0038871627766639,-0.999986112117767,-0.0089771980419755,0.0336636863648891,-0.999392986297607,-0.012210919521749,0.0337236858904362,-0.999356627464294,-0.018555598333478,0.0338403768837452,-0.999255061149597,0.0318307802081108,0.997059524059296,0.0697070583701134,0.0279105361551046,0.999570965766907,-0.00888929050415754,0.0305173117667437,0.998609840869904,0.0429774932563305,0.0349257625639439,0.998785436153412,-0.0347551964223385,0.0353301241993904,0.998459279537201,0.0427883937954903,0.0350834578275681,0.999343872070313,-0.00900916755199432,0.00630864500999451,-0.0305640138685703,0.99951297044754,0.00651842402294278,-0.018314965069294,0.999810993671417,0.0060820416547358,-0.043728593736887,0.999024927616119,-0.0196473933756351,-0.0182672124356031,0.999640107154846,-0.0195642746984959,-0.0303210746496916,0.999348759651184,-0.0197353530675173,-0.005031893029809,0.999792575836182,-0.0307335183024406,0.999487221240997,-0.00899506732821465,-0.0307855289429426,0.999234199523926,0.0241517964750528,-0.0307708401232958,0.999450623989105,0.0123187936842442,-0.0320070348680019,0.999447405338287,-0.00897788628935814,-0.0316162295639515,0.999424159526825,0.0123218791559339,-0.0321926698088646,0.999293804168701,-0.0193819142878056,0.0501845665276051,-0.0346483774483204,-0.998138844966888,0.012429409660399,-0.0344986505806446,-0.999327480792999,0.0501845590770245,-0.0346483774483204,-0.998138785362244,0.0878681018948555,-0.0347486585378647,-0.99552583694458,0.0178911630064249,-0.0217271894216537,0.999603867530823,0.0253761000931263,0.0071096858009696,0.999652683734894,0.0056492555886507,-0.0219300575554371,0.999743580818176,0.0253761000931263,0.0071096858009696,0.999652683734894,0.0180251337587833,0.036038164049387,0.999187827110291,0.0364443026483059,0.0355178415775299,0.998704314231873,0.0122126247733831,-0.0732863619923592,0.99723619222641,
  717. 0.00923669058829546,-0.0733491703867912,0.997263550758362,0.00455571804195642,-0.0734466388821602,0.997288763523102,0.00731249386444688,0.0737383142113686,0.99725079536438,0.0109965400770307,0.0737412720918655,0.997216880321503,0.0171658359467983,0.0737439692020416,0.997129499912262,-0.00371797708794475,-0.9992316365242,-0.0390179306268692,-0.00348082580603659,-0.999982237815857,-0.00483710831031203,-0.00381736597046256,-0.998559594154358,-0.0535186380147934,0.00936529133468866,-0.999897480010986,0.0108302300795913,0.00963430665433407,-0.999942719936371,-0.00468502612784505,0.0102217001840472,-0.999185562133789,-0.0390347465872765,-0.00468304380774498,-0.000627532368525863,0.999988913536072,-0.00467645237222314,0.00531285535544157,0.999975025653839,-0.004672487732023,0.008815529756248,0.999950230121613,0.00612179469317198,0.00528393220156431,0.999967336654663,0.00608183024451137,-0.000684338912833482,0.999981343746185,0.00605935649946332,-0.00402614939957857,0.999973595142365,-0.0263713411986828,0.0107287047430873,-0.999594628810883,-0.0190219189971685,-0.000371858070138842,-0.999818980693817,-0.0189725756645203,0.0173800718039274,-0.999669015407562,-0.033621359616518,-0.00667488155886531,-0.999412357807159,-0.0336684100329876,-0.000443712866399437,-0.999432981014252,-0.0263713411986828,0.0107287047430873,-0.999594628810883,-0.00962744746357203,-0.0205077510327101,0.999743402004242,-0.0082515450194478,-0.00288952118717134,0.999961793422699,-0.000402358826249838,-0.0207302924245596,0.999785006046295,-0.0082515450194478,-0.00288952118717134,0.999961793422699,-0.00914852600544691,0.0147623149678111,0.999849259853363,-0.0172685831785202,0.0148016856983304,0.99974137544632,-0.0223260261118412,-0.0576901398599148,0.998084902763367,-0.0227243471890688,-0.0576830171048641,0.998076260089874,-0.0176742393523455,-0.0577726028859615,0.998173296451569,-0.0209982749074697,0.0517451502382755,0.99843955039978,-0.0263273529708385,0.0517817102372646,0.998311340808868,-0.0214472841471434,0.0517482832074165,0.998429834842682,0.0250663869082928,-0.999649405479431,0.0085330568253994,
  718. 0.0188478417694569,-0.999819040298462,0.00258179474622011,0.0250593572854996,-0.99962192773819,0.0113218128681183,0.0126364203169942,-0.999920129776001,-0.000433266628533602,0.0188478417694569,-0.999819040298462,0.00258179474622011,0.0125697935000062,-0.999885022640228,0.00848858151584864,-0.0139165418222547,0.999898791313171,0.00296001136302948,-0.0141502292826772,0.999765694141388,-0.0163809005171061,-0.0142612773925066,0.999567329883575,-0.0257265400141478,0.00660977978259325,0.999841272830963,-0.0165469273924828,0.00653427513316274,0.999974310398102,0.00296199414879084,0.00649657472968102,0.999901175498962,0.0124697564169765,0.95657879114151,-0.000661201833281666,-0.291473209857941,0.956452906131744,-0.00397903798148036,-0.291859477758408,0.956372022628784,-0.00597853306680918,-0.292090713977814,0.969823777675629,-0.011956699192524,-0.24351379275322,0.96989893913269,-0.0100261783227324,-0.24330161511898,0.969700217247009,-0.0149444211274385,-0.243840351700783,0.0313941463828087,0.990349173545837,0.134992614388466,0.0344408936798573,0.990369021892548,0.134100988507271,0.038303155452013,0.990379810333252,0.132968619465828,0.0385738648474216,0.988194584846497,0.148268774151802,0.0451497547328472,0.98819774389267,0.14637890458107,0.0424101240932941,0.988202035427094,0.147167176008224,-0.959913015365601,0.00656343065202236,0.280221432447433,-0.96017062664032,-0.000967437401413918,0.279412627220154,-0.959700882434845,0.0118106808513403,0.280775487422943,-0.975390374660492,0.0132293868809938,0.220088005065918,-0.975205302238464,0.0182576160877943,0.220547944307327,-0.974877715110779,0.0258682556450367,0.22123347222805,0.959396004676819,-0.0382848158478737,-0.279452562332153,0.958761751651764,-0.0380251109600067,-0.2816561460495,0.957123100757599,-0.0373626984655857,-0.287262111902237,0.957709908485413,-0.0523465275764465,-0.282934039831162,0.958357989788055,-0.052571564912796,-0.280689001083374,0.959966242313385,-0.0531368590891361,-0.27502977848053,0.95374196767807,0.125788807868958,-0.273044943809509,0.95377117395401,0.125777125358582,-0.272948265075684,
  719. 0.953670859336853,0.125817254185677,-0.273280173540115,0.955541133880615,-0.0342610664665699,-0.292860776185989,0.95566189289093,-0.0343089923262596,-0.292460739612579,0.955578565597534,-0.0342759005725384,-0.292736947536469,-0.0590235516428947,-0.990931212902069,-0.120713286101818,-0.081688679754734,-0.990057826042175,-0.114510253071785,-0.0994492769241333,-0.988988697528839,-0.109596490859985,-0.0764064937829971,-0.992481112480164,-0.0956210866570473,-0.0537142306566238,-0.993271112442017,-0.102602899074554,-0.0365280583500862,-0.993496358394623,-0.107845962047577,0.109215907752514,-0.0490308403968811,0.992808163166046,0.109248481690884,-0.0550539121031761,0.99248868227005,0.109274193644524,-0.0604218430817127,0.992173612117767,0.0582971014082432,-0.06057208776474,0.996460020542145,0.0583252720534801,-0.0553714781999588,0.996760904788971,0.0582673735916615,-0.0657669231295586,0.99613231420517,-0.0344239212572575,0.999125838279724,0.0237180665135384,-0.0362934172153473,0.999324381351471,0.00579529162496328,-0.0354213789105415,0.999272048473358,0.0141697740182281,-0.0341443084180355,0.999136090278625,0.0236920397728682,-0.0349937081336975,0.999287664890289,0.0141275031492114,-0.0334265194833279,0.998936951160431,0.0317453853785992,-0.0665161311626434,0.0110383508726954,-0.997724294662476,-0.0664398297667503,0.0159324090927839,-0.997663259506226,-0.0666041001677513,0.00526529550552368,-0.997765600681305,-0.0189417116343975,0.0104627963155508,-0.999765932559967,-0.0189699772745371,0.0048585394397378,-0.999808311462402,-0.018998097628355,-0.000837727100588381,-0.999819219112396,0.110082626342773,-0.0541771203279495,0.992444813251495,0.109357737004757,-0.0541683025658131,0.992525517940521,0.102979801595211,-0.0540894716978073,0.99321174621582,0.109474167227745,-0.0434308461844921,0.993040382862091,0.110191114246845,-0.0434292703866959,0.992961227893829,0.116739973425865,-0.0434137471020222,0.992213249206543,0.113206103444099,-0.0359101705253124,0.992922425270081,0.11173801869154,-0.0359139367938042,0.993088603019714,0.0998496040701866,-0.0359415486454964,0.994353175163269,
  720. 0.110831253230572,-0.0883905366063118,0.989900767803192,0.112213417887688,-0.0884246975183487,0.989742040634155,0.122678689658642,-0.0886779204010963,0.988476753234863,-0.00150090432725847,-0.992862045764923,-0.119258761405945,0.00281317532062531,-0.998918235301971,-0.0464153550565243,0.000392292626202106,-0.99617725610733,-0.0873541384935379,0.00344190467149019,-0.999868750572205,-0.0158347357064486,-0.00468995003029704,-0.996200084686279,-0.0869677364826202,-1.90730224858271e-005,-0.998935163021088,-0.0461383573710918,0.152913495898247,0.0951146483421326,0.983651697635651,0.144410133361816,0.024226650595665,0.989221334457397,0.139763802289963,-0.0381424017250538,0.989450037479401,0.145067855715752,0.0241556875407696,0.989126861095428,0.152913495898247,0.0951146483421326,0.983651697635651,0.166023090481758,0.153491914272308,0.974103033542633,-0.125765785574913,0.00841786339879036,-0.992024302482605,-0.125039875507355,0.0156141053885221,-0.992028832435608,-0.126391127705574,0.00216506794095039,-0.991978168487549,-0.116073369979858,0.0202397368848324,-0.993034422397614,-0.116573981940746,0.0148169379681349,-0.993071556091309,-0.117236234247684,0.00758393714204431,-0.99307507276535,0.158909395337105,-0.0212741382420063,0.987064003944397,0.15829162299633,-0.0268847439438105,0.987026333808899,0.157668828964233,-0.032494492828846,0.986957311630249,0.15829162299633,-0.0268847439438105,0.987026333808899,0.146889582276344,-0.00899703800678253,0.989112019538879,0.156545847654343,-0.0144063765183091,0.987565636634827,0.156845837831497,-0.0101768048480153,0.987570762634277,0.155939295887947,-0.0186026636511087,0.987591445446014,0.156545847654343,-0.0144063765183091,0.987565636634827,0.164556369185448,-0.0194558538496494,0.986175835132599,0.14169479906559,0.989629924297333,-0.0235656015574932,0.10290614515543,0.994545161724091,-0.0170403756201267,0.0639557763934135,0.997897684574127,-0.01048837415874,0.10290614515543,0.994545161724091,-0.0170403756201267,-0.0860247910022736,-0.995244443416595,-0.0456972680985928,-0.0804896056652069,-0.996753573417664,-0.00198885914869606,
  721. -0.0834930539131165,-0.996180653572083,-0.0255524944514036,-0.0981183648109436,-0.99497663974762,0.0198552459478378,-0.105019308626652,-0.994215369224548,-0.0225119981914759,-0.101179182529449,-0.994867503643036,0.00120525062084198,0.0677221417427063,-0.00322730932384729,-0.997699081897736,0.0676222369074821,-0.0092861158773303,-0.997667789459229,0.0675382018089294,-0.0142704034224153,-0.997614741325378,0.120320431888103,-0.00993168260902166,-0.992685496807098,0.120251186192036,-0.0199743192642927,-0.992542564868927,0.120288714766502,-0.0147504061460495,-0.99262946844101,0.0394364893436432,0.999070644378662,0.017398327589035,0.0387267023324966,0.99892920255661,0.0253157131373882,0.0378245189785957,0.998659431934357,0.0353377051651478,0.0388963036239147,0.998615205287933,0.0354217402637005,0.0396453440189362,0.998891115188599,0.0253931283950806,0.038274310529232,0.998311042785645,0.0437068715691566,-0.135610491037369,-0.0363536439836025,0.99009507894516,-0.159247264266014,-0.0364085808396339,0.986567199230194,-0.13561050593853,-0.0363536439836025,0.990095138549805,-0.11189629137516,-0.0362779423594475,0.993057548999786,0.0686610266566277,-0.0080973319709301,-0.997607290744781,0.0674805417656899,-0.0031136367470026,-0.997715771198273,0.061332568526268,-0.00306958961300552,-0.998112678527832,0.0674719139933586,-0.0130812833085656,-0.997635424137115,0.0686610266566277,-0.0080973319709301,-0.997607290744781,0.0746033638715744,-0.0130277834832668,-0.997128188610077,0.0673183351755142,-0.0509858429431915,-0.996427953243256,0.0651248842477798,-0.0510311909019947,-0.99657142162323,0.0554111003875732,-0.0512289702892303,-0.997148633003235,0.0647603496909142,0.0048214178532362,-0.997889161109924,0.0671085342764854,0.00480375299230218,-0.997734129428864,0.0782385468482971,0.00471962662413716,-0.996923565864563,-0.0128513006493449,-0.999909222126007,0.00406746380031109,-0.0182543639093637,-0.998630464076996,0.0490304790437222,-0.0222012680023909,-0.99638420343399,0.0820102840662003,-0.0132901724427938,-0.99868369102478,0.0495420768857002,
  722. -0.0104282535612583,-0.999936580657959,0.00426055025309324,-0.00842338148504496,-0.999592781066895,-0.027265252545476,0.035565759986639,0.998833477497101,0.0326626300811768,0.0310193561017513,0.998991787433624,-0.0324543006718159,0.0278958007693291,0.996713399887085,-0.0760541185736656,0.0177878364920616,0.999296188354492,0.0330298766493797,0.0177812669426203,0.997040092945099,0.0747993960976601,0.0177365429699421,0.999337375164032,-0.0317850261926651,-0.0742548778653145,-0.996288776397705,0.0435316674411297,-0.0751446187496185,-0.995118498802185,0.0639721304178238,-0.0757715553045273,-0.994005560874939,0.078813299536705,-0.0785176903009415,-0.99486643075943,0.0638413950800896,-0.0782079100608826,-0.995990693569183,0.0434276983141899,-0.0780218988656998,-0.996435105800629,0.0320913456380367,-0.000428238388849422,0.153801411390305,-0.988101720809937,0.0106353042647243,0.15371085703373,-0.988058686256409,-0.00440993905067444,0.153829380869865,-0.988087594509125,-0.00042964072781615,0.154365256428719,-0.988013803958893,-0.00441280519589782,0.154298648238182,-0.988014400005341,-0.0161205809563398,0.154088631272316,-0.987925589084625,0.0165356080979109,0.0157628711313009,0.999739110469818,0.0164477750658989,-0.0124200722202659,0.999787569046021,0.0166134424507618,0.0452365428209305,0.998838126659393,0.0130077181383967,-0.0125363459810615,0.999836921691895,0.0114671541377902,0.0156827680766582,0.999811291694641,0.0147762857377529,-0.0451568253338337,0.998870670795441,-0.0267304852604866,0.0126609597355127,-0.999562561511993,-0.033699419349432,0.0126421628519893,-0.999352097511292,-0.00653948960825801,0.012711925432086,-0.9998978972435,-0.0340737774968147,0.0230762977153063,-0.999152898788452,-0.0270250998437405,0.0234700441360474,-0.999359250068665,-0.0499888174235821,0.0221826676279306,-0.998503446578979,-0.0642225071787834,0.00355897238478065,-0.997929275035858,-0.064365990459919,-0.00567885627970099,-0.997910261154175,-0.0640103742480278,0.0166138969361782,-0.997811019420624,-0.0688364505767822,-0.00566565105691552,-0.997611939907074,
  723. -0.0688584670424461,0.00359701155684888,-0.997619986534119,-0.0688082128763199,-0.0150205073878169,-0.997516810894012,0.0312783606350422,-0.00243448209948838,-0.9995077252388,0.0312951356172562,-0.0110889980569482,-0.999448716640472,0.0312848761677742,-0.00565520441159606,-0.999494552612305,-0.00781199475750327,-0.0022592565510422,-0.99996691942215,-0.00784045271575451,-0.00557322939857841,-0.999953746795654,-0.00776167726144195,0.0035762065090239,-0.999963462352753,0.024372324347496,0.99970281124115,-0.000614698335994035,0.024437602609396,0.999676942825317,0.00699697528034449,0.0244116839021444,0.999694228172302,0.00395488226786256,0.0281570218503475,0.99960333108902,-0.00063215458067134,0.0281697828322649,0.999595463275909,0.00392838940024376,0.0281474553048611,0.999596178531647,-0.00392244756221771,-0.0578330159187317,-0.0391527526080608,0.997558295726776,-0.0832303836941719,-0.0388962216675282,0.995771050453186,-0.0832416489720345,-0.0380854345858097,0.995801329612732,-0.0324120074510574,-0.038332924246788,0.998739242553711,-0.0578330159187317,-0.0391527526080608,0.997558295726776,-0.0323963426053524,-0.039591908454895,0.998690664768219,-0.00482959486544132,-0.0284818168729544,-0.999582707881927,-0.0079322075471282,-0.0432167798280716,-0.999034285545349,-0.0141050582751632,-0.043204240500927,-0.998966753482819,-0.00811230298131704,-0.0137885492295027,-0.999872028827667,-0.00482959486544132,-0.0284818168729544,-0.999582707881927,0.000296455051284283,-0.0136436987668276,-0.999906897544861,-0.00411188928410411,-0.0426387488842011,-0.999082088470459,-0.00834914483129978,-0.0427484400570393,-0.999051034450531,-0.0153258293867111,-0.0429273918271065,-0.998960673809052,-0.00824102386832237,-0.0496930107474327,-0.998730540275574,-0.00404773745685816,-0.049703374505043,-0.998755812644959,0.00321698794141412,-0.0497192777693272,-0.99875807762146,-0.008491569198668,-0.999206304550171,0.0389183014631271,-0.0107003068551421,-0.995673358440399,0.0923042073845863,-0.0120638012886047,-0.992020070552826,0.125502124428749,0.00227325013838708,-0.995697796344757,0.0926318392157555,
  724. 0.00145651248749346,-0.999241292476654,0.0389184430241585,0.000962218269705772,-0.999978482723236,0.00649038422852755,0.00505295768380165,-0.0350050143897533,0.999374389648438,-0.00727168377488852,-0.0208432022482157,0.999756336212158,0.0049317255616188,-0.0500670857727528,0.998733758926392,-0.00727168377488852,-0.0208432022482157,0.999756336212158,-0.019433232024312,-0.0350249856710434,0.999197542667389,-0.02000449039042,-0.00566455163061619,0.9997838139534,-0.0503721870481968,0.998662173748016,0.0116847306489944,-0.0502636097371578,0.998575627803802,0.0179020259529352,-0.0505602657794952,0.99872088432312,0.000639277859590948,-0.0546616725623608,0.998504757881165,0.000678016454912722,-0.0547081343829632,0.998477637767792,-0.00703715765848756,-0.0545893535017967,0.998439848423004,0.0117441983893514,0.0333198271691799,0.0214523151516914,-0.99921452999115,0.0401421226561069,0.02159783244133,-0.998960614204407,0.0469625405967236,0.0217423383146524,-0.998660027980804,0.0401421226561069,0.0215978305786848,-0.998960614204407,0.0474808551371098,0.0323997475206852,0.998346626758575,0.0472316518425941,0.0124201141297817,0.998806834220886,0.0469635501503944,-0.0075644850730896,0.998867988586426,0.0472316481173038,0.0124201150611043,0.998806834220886,-0.00433041108772159,-0.00129664782434702,0.999989867210388,-0.00964366085827351,-0.0660256147384644,0.997771322727203,-0.022316362708807,-0.0662083774805069,0.997556269168854,-0.00920623727142811,0.0635122656822205,0.997938692569733,-0.00433041108772159,-0.00129664782434702,0.999989867210388,0.0113657657057047,0.0629627704620361,0.997951149940491,0.0188912786543369,-0.999713540077209,-0.0147004425525665,0.00864654872566462,-0.999854445457459,-0.0147124836221337,0.0188912786543369,-0.999713540077209,-0.014700441621244,0.0291340239346027,-0.999467611312866,-0.0146868601441383,-0.010508319362998,0.0152911208570004,0.999827921390533,-0.0105080213397741,0.0128703648224473,0.999862015247345,-0.0105072185397148,0.00791766121983528,0.999913513660431,-0.0151390954852104,0.0128514189273119,0.999802887439728,
  725. -0.0151615897193551,0.0152634382247925,0.999768614768982,-0.0152042545378208,0.0198639295995235,0.999687135219574,-0.00440108077600598,0.00244260486215353,-0.999987423419952,-0.00711406115442514,0.00243082526139915,-0.999971747398376,0.000727416481822729,0.00246482295915484,-0.999996781349182,-0.00710970163345337,0.00308510521426797,-0.999970018863678,-0.00439935410395265,0.00304630026221275,-0.999985754489899,-0.0125743709504604,0.0031632783357054,-0.999915957450867,-0.0245861187577248,-0.0189844574779272,-0.999517440795898,-0.0134043907746673,-0.0179670751094818,-0.999748766422272,-0.0540361292660236,-0.0216538906097412,-0.99830424785614,0.012764684855938,-0.0229560770094395,-0.99965500831604,-0.0132283410057426,-0.0229439586400986,-0.999649226665497,-0.024385729804635,-0.0229339972138405,-0.999439597129822,-0.00627872766926885,0.00397687451913953,-0.999972462654114,-0.00623768987134099,0.0145745594054461,-0.999874413013458,-0.00615820987150073,0.0346010811626911,-0.999382317066193,0.0104170022532344,0.00353919202461839,-0.999939560890198,0.00960999261587858,-0.0164317023009062,-0.999818801879883,0.0108484225347638,0.0142573248594999,-0.999839603900909,-0.00199721567332745,0.999973893165588,0.00694727152585983,-0.0056699002161622,0.999842762947083,0.0168023947626352,-0.0019378837896511,0.999998033046722,-0.000472623651148751,-0.0056699002161622,0.999842762947083,0.0168023947626352,-0.00932158343493938,0.999932706356049,0.00691782822832465,-0.00921354349702597,0.999637067317963,0.0253168027848005,0.0223114993423224,-0.999747335910797,0.00275506963953376,-0.0159582905471325,-0.999868512153625,0.0028886697255075,-0.0542047135531902,-0.998525381088257,0.00301804021000862,-0.0159582905471325,-0.999868512153625,0.00288866995833814,0.0128406500443816,0.035952303558588,-0.999271035194397,0.0128459241241217,0.0379584580659866,-0.999196767807007,0.0128542147576809,0.0411509461700916,-0.999070346355438,0.00997591391205788,0.0379605032503605,-0.999229490756989,0.00998330302536488,0.0359501503407955,-0.999303698539734,0.0099958498030901,0.0325115323066711,-0.999421417713165,
  726. 0.00701059307903051,-0.0338980406522751,0.999400794506073,0.00341876270249486,-0.0336730778217316,0.999427139759064,0.0135047538205981,-0.0334340371191502,0.9993497133255,0.0034238810185343,-0.034208320081234,0.999408841133118,0.00701059307903051,-0.0338980406522751,0.999400794506073,-0.00352789089083672,-0.0342084057629108,0.999408543109894,-0.00448349630460143,-0.0569336265325546,0.99836790561676,0.0191165376454592,-0.0570335984230042,0.998189210891724,0.0317930355668068,-0.0570742040872574,0.99786365032196,0.056086465716362,-0.0606841407716274,0.996580064296722,0.0317124202847481,-0.0584800392389297,0.997784793376923,0.0191051177680492,-0.0573268905282021,0.998172640800476,0.00464160414412618,-0.0204860046505928,0.999779462814331,0.00429686717689037,-4.49430954176933e-005,0.99999076128006,0.0045085116289556,-0.0125817032530904,0.999910771846771,-0.00942671950906515,-0.0126988831907511,0.999875009059906,-0.00953503977507353,-0.0328242145478725,0.999415695667267,-0.00946931540966034,-0.0205290596932173,0.999744474887848,-0.00541822193190455,0.999413311481476,0.033819742500782,0.000464793760329485,0.999459624290466,0.0328675657510757,-0.0054255654104054,0.999493956565857,0.0313454382121563,0.000464793760329485,0.999459624290466,0.0328675657510757,0.00633795652538538,0.999524593353271,0.030174046754837,0.00634325528517365,0.999490082263947,0.0312961041927338,-0.00648806104436517,-0.998820543289185,-0.0481206327676773,-0.00046296525397338,-0.998841226100922,-0.0481246374547482,-0.00648806057870388,-0.99882048368454,-0.048120629042387,-0.0125129204243422,-0.99876344203949,-0.0481148697435856,0.0433079749345779,-0.998689532279968,-0.0272716470062733,0.0393555425107479,-0.998892962932587,0.0257661137729883,0.0358179062604904,-0.996764242649078,0.0719590485095978,0.0203400906175375,-0.9994056224823,-0.027834827080369,0.0203340966254473,-0.997193098068237,-0.0720592364668846,0.020295362919569,-0.999486863613129,0.0247823148965836,-0.087742805480957,0.994940757751465,-0.0489298924803734,-0.0884379595518112,0.994028210639954,-0.0639278516173363,
  727. -0.0890719667077065,0.992967426776886,-0.0779862403869629,-0.0883670374751091,0.994034290313721,-0.0639308094978333,-0.0880913361907005,0.994910478591919,-0.0489190146327019,-0.0878754481673241,0.995412111282349,-0.0378511771559715,-0.000458207854535431,-0.154413670301437,0.988006174564362,0.00854770094156265,-0.154355466365814,0.987978458404541,-0.00388942309655249,-0.154432564973831,0.987995743751526,-0.000462100404547527,-0.156089872121811,0.987742781639099,-0.00389824295416474,-0.156041353940964,0.987742900848389,-0.0133025478571653,-0.155899122357368,0.987683475017548,0.0174288880079985,0.006308579351753,-0.999828279018402,0.016143286600709,-0.0146821429952979,-0.999761939048767,0.0195668768137693,0.0414928086102009,-0.998947262763977,0.0188720095902681,-0.0147372698411345,-0.999713361263275,0.0187979768961668,0.0062599778175354,-0.999803781509399,0.018970400094986,-0.0473020784556866,-0.998700559139252,-0.0307250488549471,-0.0251455809921026,0.999211609363556,-0.0261794086545706,-0.0253209136426449,0.999336540699005,-0.0405755378305912,-0.0247637592256069,0.998869597911835,-0.0259883478283882,-0.0159762091934681,0.999534606933594,-0.0304860584437847,-0.0159518644213676,0.999407887458801,-0.0133825708180666,-0.0160427000373602,0.999781787395477,-0.0784941539168358,0.0042240722104907,0.996905624866486,-0.0785146951675415,-0.00269008381292224,0.996909320354462,-0.0784543007612228,0.0150896590203047,0.996803522109985,-0.0721661075949669,-0.00263681635260582,0.997389137744904,-0.0722878500819206,0.00424871873110533,0.997374773025513,-0.0718962475657463,-0.0172597225755453,0.99726277589798,0.0206400882452726,0.0458309836685658,-0.998735964298248,0.0202714446932077,0.0207271203398705,-0.999579668045044,0.0205669086426497,0.0407785549759865,-0.998956501483917,0.0152538297697902,0.0407772846519947,-0.999051868915558,0.0147066153585911,0.0664730593562126,-0.997679889202118,0.0151475332677364,0.045808169990778,-0.998835384845734,0.00874531175941229,-0.0369522497057915,0.999278783798218,0.0157780647277832,-0.0370200909674168,0.999189972877502,
  728. -0.0038136129733175,-0.0368265733122826,0.999314427375793,0.0277331378310919,-0.0345024131238461,0.999019801616669,0.0157424174249172,-0.0349136665463448,0.99926632642746,0.00873231329023838,-0.035151731222868,0.999343872070313,0.0520583018660545,-0.060179740190506,0.996829152107239,0.0194631479680538,-0.0576349012553692,0.998147964477539,0.00267461175099015,-0.0563007369637489,0.99841034412384,0.00257530133239925,-0.0688644647598267,0.997622728347778,0.0191170144826174,-0.0682756751775742,0.997483313083649,-0.0260557774454355,-0.0698389261960983,0.997217953205109,0.00637753820046782,-0.0129412040114403,0.999895989894867,0.00610016565769911,-0.000119743635877967,0.999981462955475,0.00631768628954887,-0.0101706413552165,0.99992835521698,-0.0117576410993934,-0.0104134287685156,0.999876737594604,-0.0117243444547057,-0.0234815031290054,0.999655604362488,-0.0117508517578244,-0.0131435357034206,0.999844610691071,-0.00696410285308957,0.999412775039673,0.0335488542914391,-0.00696903793141246,0.999460875988007,0.0320870541036129,-0.00697444844990969,0.999511182308197,0.030478348955512,0.0069851721636951,0.99946254491806,0.0320283435285091,0.0069656353443861,0.999561369419098,0.0287870857864618,0.00697540771216154,0.999513328075409,0.0304069146513939,-0.00708366837352514,-0.999168932437897,-0.04014041274786,-0.000878949533216655,-0.999192416667938,-0.0401728786528111,-0.00708366837352514,-0.999168932437897,-0.0401404090225697,-0.0132881160825491,-0.99910706281662,-0.0401064082980156,-0.000735394656658173,-0.999989569187164,-0.00453015370294452,-0.00102613784838468,-0.999195575714111,0.0400893092155457,-0.000324138003634289,-0.997736275196075,-0.0672488808631897,-0.0155647937208414,-0.999866604804993,-0.00495424494147301,-0.010433685965836,-0.997641205787659,-0.0678471699357033,-0.00665932521224022,-0.993502378463745,-0.113617122173309,0.0691241770982742,0.997293949127197,0.0250332653522491,0.0710319057106972,0.995612442493439,0.0609124377369881,0.072180911898613,0.993901669979095,0.0833632871508598,0.0478285029530525,0.998530149459839,0.02549690566957,
  729. 0.0476359724998474,0.998840153217316,0.00701911980286241,0.0481600724160671,0.996920883655548,0.0618822909891605,0.00337224267423153,-0.158805206418037,-0.987304270267487,0.00770753715187311,-0.158678278326988,-0.987300336360931,0.0192148890346289,-0.158326804637909,-0.98719984292984,0.00631086155772209,-0.0836697369813919,-0.996473550796509,0.00228683860041201,-0.0836944431066513,-0.996488869190216,-0.00581079954281449,-0.0837400630116463,-0.99647068977356,0.0290934257209301,0.0430592708289623,-0.998648822307587,0.0364994369447231,0.0230824090540409,-0.999067068099976,0.0166323911398649,0.0429409295320511,-0.998939156532288,0.0512456819415092,0.00382475648075342,-0.998678803443909,0.0364994369447231,0.0230824090540409,-0.999067068099976,0.0302398670464754,0.00264036003500223,-0.999539256095886,0.0988686308264732,0.0356841124594212,-0.994460463523865,0.0988665521144867,0.0461700893938541,-0.994029104709625,0.09885024279356,0.0193655043840408,-0.994913876056671,0.0796544998884201,0.0459517352283001,-0.995762825012207,0.0798782184720039,0.0355801768600941,-0.996169447898865,0.0793980732560158,0.0573732890188694,-0.995190560817719,-0.0212773513048887,0.0177386365830898,0.999616265296936,-0.0212605427950621,0.0220696087926626,0.99953031539917,-0.0213441215455532,-0.000608398811891675,0.999772071838379,-0.0155416913330555,0.017636151984334,0.999723732471466,-0.0146793480962515,0.0409958101809025,0.999051511287689,-0.0153833068907261,0.0219445992261171,0.999640822410584,-0.00690071517601609,0.00263657467439771,-0.999972701072693,-0.0120058814063668,0.00271323579363525,-0.99992424249649,0.000942554092034698,0.00251866830512881,-0.999996423721313,-0.020133825019002,0.00313321407884359,-0.999792397022247,-0.0120043195784092,0.00275912857614458,-0.99992424249649,-0.0069036977365613,0.00252434518188238,-0.999973058700562,-0.0189310181885958,-0.0178518127650023,-0.999661445617676,-0.00581653928384185,-0.0170546509325504,-0.999837756156921,-0.0487857051193714,-0.0196557678282261,-0.998615860939026,0.01841607876122,-0.0266117081046104,-0.999476194381714,
  730. -0.00581617327407002,-0.0257714185863733,-0.999650955200195,-0.0187918283045292,-0.0253151915967464,-0.999502897262573,-0.00835057254880667,0.0166976861655712,-0.999825716018677,0.00240141293033957,0.0206731222569942,-0.999783396720886,-0.00737694557756186,0.0388356000185013,-0.999218463897705,0.0125879533588886,0.015378775075078,-0.999802589416504,0.0111918589100242,-0.002534942002967,-0.999934256076813,0.00240141293033957,0.0206731222569942,-0.999783396720886,0.024291755631566,0.999659836292267,0.00949521921575069,0.0180533584207296,0.999691545963287,0.0170575361698866,0.024345563724637,0.999700307846069,0.0025729879271239,0.0180533584207296,0.999691545963287,0.0170575361698866,0.0118377637118101,0.999885320663452,0.00944923423230648,0.0119117246940732,0.999616861343384,0.0249874349683523,0.00316989049315453,-0.999994933605194,-0.000399900309275836,-0.0561556033790112,-0.998422086238861,-9.6917588962242e-005,-0.115283325314522,-0.99333268404007,0.00020640657749027,-0.0561556033790112,-0.998422086238861,-9.6917588962242e-005,-0.021094337105751,0.0470757409930229,0.998668611049652,-0.0206616166979074,-0.00472176726907492,0.999775409698486,-0.0209088046103716,0.0240453630685806,0.999492228031158,0.000417153642047197,0.0480178445577621,0.998846411705017,0.00193059060256928,0.0246906876564026,0.999693334102631,-0.00170390750281513,0.080660417675972,0.996740281581879,-0.166000425815582,-0.985640108585358,-0.0309427008032799,-0.168794378638268,-0.985626816749573,-0.00694603007286787,-0.171749994158745,-0.984949171543121,0.0194188226014376,-0.189905524253845,-0.981753885746002,-0.00976066384464502,-0.185920104384422,-0.981980085372925,-0.0338961854577065,-0.18071137368679,-0.981422662734985,-0.0644436180591583,0.234829157590866,0.970528960227966,0.0541188642382622,0.23412524163723,0.970151424407959,0.0631790906190872,0.233207792043686,0.969559490680695,0.0746231749653816,0.236592054367065,0.969540476799011,0.0633687973022461,0.237500801682472,0.96986597776413,0.0543444864451885,0.238355830311775,0.970103740692139,0.0456668995320797,
  731. 0.0956647917628288,-0.122985996305943,-0.987786769866943,0.0844298824667931,-0.121339000761509,-0.989013850688934,0.0957606211304665,-0.122999981045723,-0.98777574300766,0.0949351266026497,-0.127863571047783,-0.987237632274628,0.0950316041707993,-0.127875849604607,-0.987226843833923,0.106739386916161,-0.129357546567917,-0.985836386680603,-0.130025237798691,-0.00982015021145344,0.991462051868439,-0.124552898108959,0.0263348817825317,0.991863429546356,-0.135608106851578,-0.047935739159584,0.989602327346802,-0.114791288971901,0.0253297407180071,0.993066728115082,-0.117527693510056,-0.0114062335342169,0.993004083633423,-0.111308947205544,0.0692818909883499,0.991367936134338,0.179665923118591,-0.0291216783225536,-0.983296573162079,0.140995994210243,-0.0224194321781397,-0.989756286144257,0.141784980893135,-0.0225561503320932,-0.989640474319458,0.0999127179384232,-0.019413260743022,-0.994806826114655,0.141745001077652,-0.0228637456893921,-0.989639103412628,0.140947103500366,-0.0227981191128492,-0.989754617214203,0.181700319051743,-0.0211833268404007,-0.983125805854797,0.185242131352425,-0.00177544937469065,-0.982691407203674,0.176564618945122,-0.0486480966210365,-0.983086109161377,0.180383905768394,-0.00100390601437539,-0.983595788478851,0.177579388022423,-0.0204813666641712,-0.98389333486557,0.183215275406837,0.0191720817238092,-0.982885837554932,-0.963562726974487,0.182157784700394,-0.195870995521545,-0.964680135250092,0.176224574446678,-0.195798963308334,-0.961909294128418,0.170546174049377,-0.213645994663239,-0.961909294128418,0.170546174049377,-0.213645994663239,-0.957057654857636,0.174497202038765,-0.231498345732689,-0.95890474319458,0.164089843630791,-0.23146516084671,0.180866658687592,0.982281565666199,-0.0490934178233147,0.183086588978767,0.981892347335815,-0.048649076372385,0.178690865635872,0.982657909393311,-0.049528494477272,0.182310372591019,0.982237935066223,-0.0444029979407787,0.180082455277443,0.982629060745239,-0.0448386184871197,0.18456993997097,0.981835782527924,-0.0439607575535774,0.935237169265747,-0.218183815479279,0.278795957565308,
  732. 0.940827488899231,-0.225258454680443,0.253184616565704,0.932229161262512,-0.230879217386246,0.278646200895309,0.948520481586456,-0.220243692398071,0.227599903941154,0.949831426143646,-0.214383766055107,0.227727845311165,0.940827488899231,-0.225258454680443,0.253184616565704,-0.966525435447693,0.166031956672668,-0.195606753230095,-0.968257963657379,0.154824256896973,-0.196229577064514,-0.965209484100342,0.165837630629539,-0.202160149812698,-0.968257963657379,0.154824256896973,-0.196229577064514,-0.970125794410706,0.14364418387413,-0.195505246520042,-0.971351444721222,0.143913313746452,-0.189117163419724,-0.970340251922607,0.13902859389782,-0.197764694690704,-0.970242857933044,0.139007121324539,-0.198257401585579,-0.969162225723267,0.138770207762718,-0.203635632991791,-0.969843864440918,0.141732394695282,-0.198279857635498,-0.969942629337311,0.1417475938797,-0.197785615921021,-0.970972120761871,0.141906067728996,-0.192550957202911,-0.17573082447052,-0.984405279159546,0.00806205347180367,-0.113330699503422,-0.993287861347198,0.0231398977339268,-0.146908923983574,-0.98905611038208,0.0136312320828438,-0.147734820842743,-0.988868713378906,0.0176968313753605,-0.113330699503422,-0.993287861347198,0.0231398977339268,-0.0834799781441689,-0.995942831039429,0.0336028784513474,-0.0674311220645905,0.996467232704163,0.0500622801482677,-0.0699734389781952,0.997279465198517,0.0231856647878885,-0.0728331506252289,0.997314214706421,-0.00773417809978127,-0.0879628956317902,0.994803190231323,0.0512759014964104,-0.0866793394088745,0.993194282054901,0.0777938589453697,-0.089188776910305,0.995710432529449,0.0246197432279587,0.015345667488873,-0.999847650527954,-0.0083156218752265,0.0153322666883469,-0.999880790710449,0.0018592372070998,0.0153147960081697,-0.999790012836456,0.0136203253641725,0.0174649506807327,-0.999845862388611,0.00184272357728332,0.0172356478869915,-0.999816656112671,-0.00834512710571289,0.0170342605561018,-0.999706506729126,-0.0172270182520151,-0.0580694079399109,0.156575545668602,-0.985957443714142,-0.0461853593587875,0.157898813486099,-0.98637467622757,
  733. -0.0582851693034172,0.156551316380501,-0.98594856262207,-0.0587547831237316,0.16252638399601,-0.984953343868256,-0.0589710921049118,0.162497863173485,-0.984945058822632,-0.0713527202606201,0.160851627588272,-0.98439610004425,0.0568594075739384,-0.0199208315461874,0.99818354845047,0.0609329380095005,-0.0579806640744209,0.996456503868103,0.0527938865125179,0.0173378624022007,0.998454928398132,0.051047146320343,-0.0595403425395489,0.996919929981232,0.0441195741295815,-0.0216198954731226,0.998792350292206,0.0586888045072556,-0.101756349205971,0.993076741695404,-0.118590764701366,0.0460792481899261,-0.991873443126678,-0.0768840238451958,0.0497444570064545,-0.995798408985138,-0.0781909450888634,0.0496311187744141,-0.99570232629776,-0.0342787839472294,0.0577954240143299,-0.997739851474762,-0.0782168954610825,0.0498341396450996,-0.995690107345581,-0.0769260972738266,0.0500698462128639,-0.995778858661652,-0.114976108074188,0.0373108871281147,-0.992667317390442,-0.113400384783745,0.0168988965451717,-0.993405640125275,-0.116972081363201,0.0640924423933029,-0.991064965724945,-0.107535898685455,0.0175279434770346,-0.994046747684479,-0.109842829406261,0.0378033295273781,-0.993229806423187,-0.105297021567822,-0.00178952980786562,-0.994439244270325,0.0096270740032196,-0.0389759130775929,-0.999193787574768,0.0103397369384766,-0.0448592826724052,-0.998939871788025,0.0112852100282907,-0.052666787058115,-0.998548448085785,0.0212641339749098,-0.0434970371425152,-0.998827338218689,0.0230893343687058,-0.0573611035943031,-0.998086512088776,0.0222851019352674,-0.051249373704195,-0.998437285423279,-0.0979726761579514,0.994824230670929,-0.0269489679485559,-0.0978976935148239,0.99498575925827,-0.0204799827188253,-0.0980150699615479,0.994709014892578,-0.0307733323425055,-0.0984130799770355,0.994935095310211,-0.0204700417816639,-0.0985350087285042,0.994768977165222,-0.0269399732351303,-0.0983337908983231,0.995018780231476,-0.0163755044341087,-0.0513131655752659,-0.0234741903841496,0.998406708240509,-0.0510110110044479,-0.0256606135517359,0.998368382453918,
  734. -0.0507516264915466,-0.0275360196828842,0.998331606388092,-0.033521544188261,-0.0209883246570826,0.999217689037323,-0.0337228998541832,-0.0195625349879265,0.999239802360535,-0.0332097113132477,-0.0231953971087933,0.999179303646088,0.0364303737878799,-0.0236974768340588,-0.99905526638031,0.0345141589641571,-0.0239403881132603,-0.999117493629456,0.0255675967782736,-0.025073129683733,-0.999358713626862,0.0355809740722179,-0.0317768715322018,-0.99886155128479,0.0375084616243839,-0.031489409506321,-0.998800039291382,0.0459429882466793,-0.030229851603508,-0.998486578464508,0.0338895730674267,-0.0413595177233219,-0.998569428920746,0.0328739434480667,-0.0415050461888313,-0.998597323894501,0.0258722081780434,-0.0425070002675056,-0.998761177062988,0.0336150079965591,-0.047047071158886,-0.998326897621155,0.034626416862011,-0.0469196401536465,-0.998298346996307,0.0413021631538868,-0.0460771918296814,-0.998083651065826,0.122056819498539,-0.992331385612488,0.0195086076855659,0.12010895460844,-0.990843415260315,0.0616711974143982,0.118945404887199,-0.989270269870758,0.084831103682518,0.127892449498177,-0.989853620529175,0.0619149766862392,0.128252580761909,-0.991548180580139,0.0195879656821489,0.12834794819355,-0.99172705411911,-0.00211393786594272,-0.999960422515869,-0.00560748623684049,0.00691901659592986,-0.999931871891022,-0.00940694753080606,0.00692152371630073,-0.999944806098938,-0.00790595635771751,0.00692054443061352,-0.999851405620575,-0.00788602977991104,0.0153357209637761,-0.999838352203369,-0.00937802437692881,0.0153433540835977,-0.999811947345734,-0.011847554706037,0.0153559138998389,0.999992966651917,-0.00197036121971905,0.00321554788388312,0.999990403652191,-0.00197032955475152,0.00392578821629286,0.999921202659607,-0.00196987437084317,0.0124019226059318,0.999990165233612,-0.0020799997728318,0.00392480613663793,0.999992728233337,-0.00206724973395467,0.0032146074809134,0.999987721443176,-0.00192742899525911,-0.00457017309963703,0.999905705451965,0.0132711585611105,0.00355221587233245,0.999914705753326,0.013034681789577,0.000870853138621897,
  735. 0.998051285743713,0.0182001739740372,0.0596864372491837,0.999687731266022,0.0249819904565811,0.000589034229051322,0.999684929847717,0.0248896479606628,0.00324396276846528,0.998310089111328,0.0267608556896448,-0.0515837594866753,0.999694406986237,-0.0214534495025873,-0.0122794192284346,0.999738395214081,-0.019320460036397,-0.0122425360605121,0.999799430370331,-0.0158964432775974,-0.0121832164004445,0.999755918979645,-0.0196559559553862,0.010084985755384,0.999712765216827,-0.0217567067593336,0.0100612221285701,0.999638915061951,-0.0249346662312746,0.0100251846015453,-0.0170136466622353,-0.99982225894928,-0.00812981277704239,-0.0130794486030936,-0.999881625175476,-0.00811645295470953,-0.0097283748909831,-0.999919831752777,-0.00810497254133224,-0.0097052026540041,-0.999917209148407,0.0084589496254921,-0.0130926771089435,-0.999878466129303,0.00847391132265329,-0.00496699521318078,-0.999952077865601,0.0084378607571125,-0.00196965434588492,0.999888360500336,-0.0148169714957476,-0.00770077854394913,0.999861180782318,-0.0147764533758163,0.0058376993983984,0.999872386455536,-0.014871378429234,-0.00773340510204434,0.999969363212585,-0.00122079660650343,-0.0019484042422846,0.999997496604919,-0.00117385014891624,-0.0162308514118195,0.99986743927002,-0.00128968455828726,-0.148506700992584,0.988911271095276,-0.000533119309693575,-0.148907527327538,0.988432347774506,-0.0287784412503242,-0.14918926358223,0.987166047096252,-0.0569723919034004,-0.168648958206177,0.985275328159332,-0.0281099509447813,-0.166795313358307,0.985991477966309,0.000388798303902149,-0.164494931697845,0.985820174217224,0.0331676825881004,0.217451095581055,-0.975931465625763,-0.0165171530097723,0.217728734016418,-0.975634396076202,-0.0270530506968498,0.218019068241119,-0.975156605243683,-0.0392101816833019,0.21972981095314,-0.975186944007874,-0.0270068570971489,0.219704791903496,-0.975427210330963,-0.0164838340133429,0.219662815332413,-0.975548982620239,-0.00725556723773479,-0.00849519111216068,0.144942060112953,0.98940372467041,-0.0192390456795692,0.143561974167824,0.989454329013824,
  736. -0.00748812220990658,0.145070537924767,0.989392995834351,-0.0091174254193902,0.150125920772552,0.98862487077713,-0.00810374226421118,0.150236010551453,0.988616943359375,0.00312539609149098,0.151445016264915,0.988460838794708,-0.0136422477662563,-0.0342649072408676,-0.999319672584534,-0.0155353080481291,-0.00150987750384957,-0.999878287315369,-0.0111914100125432,-0.0762446001172066,-0.997026443481445,-0.0292344689369202,-0.00296936044469476,-0.999568223953247,-0.0249789506196976,-0.0352268740534782,-0.999067187309265,-0.0340049415826797,0.0334777049720287,-0.998860776424408,-0.00398768298327923,0.0362564437091351,0.999334573745728,0.0380155742168427,0.0389304906129837,0.998518526554108,0.0340379141271114,0.0386800393462181,0.998671770095825,0.0729202926158905,0.0457965433597565,0.996285796165466,0.0339183919131756,0.0397735051810741,0.998632967472076,0.0378499366343021,0.040383093059063,0.998467206954956,0.0816240087151527,0.0130099700763822,0.996578276157379,0.0795145034790039,0.029869943857193,0.996386170387268,0.0839610770344734,-0.00589716713875532,0.996451675891876,0.0856732577085495,0.030765175819397,0.99584823846817,0.0883908271789551,0.013926075771451,0.995988488197327,0.0814460888504982,0.0566396340727806,0.995067119598389,0.0221868343651295,0.0211122613400221,-0.999530911445618,0.0212731175124645,-0.00155006628483534,-0.999772489070892,0.0220131482928991,0.0167833548039198,-0.999616861343384,0.0162795186042786,0.0169331282377243,-0.999724149703979,0.0164450816810131,0.0403131544589996,-0.999051809310913,0.0163107216358185,0.0212457552552223,-0.999641239643097,0.0202913265675306,0.00228066928684711,0.99979156255722,0.0121677797287703,0.00226552970707417,0.999923467636108,0.00707102473825216,0.00225595571100712,0.999972522258759,0.00707230065017939,0.00232878164388239,0.999972343444824,0.0121669284999371,0.00218074000440538,0.999923706054688,-0.000755180430132896,0.00255610700696707,0.999996483325958,0.0182169582694769,-0.0187159292399883,0.99965888261795,0.00513777323067188,-0.0173404030501843,0.999836504459381,
  737. 0.047989908605814,-0.0218362789601088,0.998609185218811,-0.0195148140192032,-0.0258109010756016,0.999476313591003,0.00475437426939607,-0.0260370168834925,0.999649703502655,0.0177502520382404,-0.0261518023908138,0.999500393867493,0.00907666888087988,0.0163069553673267,0.999825835227966,0.00907719414681196,0.0209094919264317,0.999740183353424,0.00907743070274591,0.0384678021073341,0.999218702316284,-0.0119208758696914,0.0159096140414476,0.999802350997925,-0.0113137243315578,-0.00205084006302059,0.999933898448944,-0.0120785515755415,0.0205917358398438,0.999715089797974,0.0320931077003479,0.999339520931244,-0.0170477349311113,0.0321343503892422,0.999439179897308,-0.00942337326705456,0.0320481695234776,0.999173939228058,-0.0249868277460337,0.0196884423494339,0.999761402606964,-0.00946924183517694,0.019744211807847,0.999659955501556,-0.0170398503541946,0.019636383280158,0.999803960323334,-0.00253579462878406,0.0649901553988457,-0.997885704040527,0.000682417303323746,0.0649837851524353,-0.997885704040527,-0.00116908433847129,0.0649980157613754,-0.997880816459656,0.00305471569299698,-0.0485491938889027,-0.998818218708038,-0.00228144018910825,-0.0485372059047222,-0.998821258544922,-0.000524131464771926,-0.0485252477228642,-0.998821258544922,0.0012067649513483,0.00658991886302829,0.022968802601099,0.999714493751526,0.00646351836621761,0.0371935777366161,0.999287188053131,0.00631346739828587,0.0538822412490845,0.998527348041534,-0.0203550830483437,0.0372270531952381,0.999099552631378,-0.0206603221595287,0.0232500731945038,0.999516189098358,-0.0210235789418221,0.00636370945721865,0.999758780002594,-0.055918525904417,-0.99843418598175,0.00152357714250684,-0.0556483007967472,-0.998309254646301,0.0167932044714689,-0.0557599812746048,-0.998388230800629,0.0105714472010732,-0.0609412714838982,-0.998122870922089,-0.00607467861846089,-0.0608917959034443,-0.998143196105957,0.00157400476746261,-0.0608285218477249,-0.998091518878937,0.0106440372765064,0.0477597713470459,-0.0123630054295063,-0.998782336711884,0.0410077720880508,-0.0329595617949963,-0.998615086078644,
  738. 0.045699018985033,-0.0588764175772667,-0.997218787670136,0.0410077720880508,-0.0329595617949963,-0.998615086078644,0.0352703221142292,-0.0121447434648871,-0.999304115772247,0.0353756435215473,0.0112710511311889,-0.999310612678528,0.038603350520134,-0.0111428210511804,0.999192535877228,0.00382404960691929,-0.0283172279596329,0.999591648578644,0.0511884465813637,-0.0299879908561707,0.998238682746887,0.0504846721887589,0.0079856226220727,0.998692989349365,0.083456315100193,0.0099518122151494,0.996461749076843,0.038603350520134,-0.0111428210511804,0.999192535877228,-0.0058745825663209,0.00135488319210708,0.999981880187988,-0.0097197163850069,-0.059438344091177,0.998184680938721,0.0113526014611125,-0.0588462837040424,0.998202502727509,-0.0103686507791281,0.0620734095573425,0.998017728328705,-0.0058745825663209,0.00135488319210708,0.999981880187988,-0.0246281996369362,0.062263909727335,0.997755825519562,0.0321493931114674,0.999462842941284,-0.00637302920222282,0.0320237390697002,0.999473810195923,0.00517278863117099,0.0208442974835634,0.999501943588257,-0.0236937571316957,0.0208442974835634,0.999501943588257,-0.0236937571316957,0.00925833266228437,0.999330282211304,-0.0354024209082127,0.00949580688029528,0.999933838844299,-0.00650224275887012,-0.0180824175477028,0.025436507537961,0.99951297044754,-0.017663300037384,0.00899648852646351,0.999803602695465,-0.0178671348839998,0.0169688370078802,0.999696433544159,-0.0143812717869878,0.017072195187211,0.999750852584839,-0.0148784480988979,0.0308994147926569,0.999411821365356,-0.0146864578127861,0.0255511440336704,0.999565720558167,-0.00506759947165847,0.431011319160461,0.902332305908203,-0.00506759993731976,0.431011289358139,0.902332365512848,-0.00506759947165847,0.431011319160461,0.902332305908203
  739. }
  740. BinormalsW: *1260 {
  741. 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,
  742. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  743. }
  744. }
  745. LayerElementTangent: 0 {
  746. Version: 102
  747. Name: "map1"
  748. MappingInformationType: "ByPolygonVertex"
  749. ReferenceInformationType: "Direct"
  750. Tangents: *3780 {
  751. a: 1,-0.00011288835958112,-0,0.999999940395355,-0.000265633512753993,0,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999940395355,-0.000265633512753993,0,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999978423118591,-0.00656960904598236,1.77739536866284e-007,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.99999874830246,-0.00158994598314166,-5.31614503529454e-008,-0.00857752747833729,0.00250340509228408,0.999960064888,-0.0227579195052385,0.0121191013604403,0.999667644500732,-0.0220320411026478,0.00497486861422658,0.999744951725006,0.0193344801664352,-0.00427436456084251,0.999803900718689,-0.00857752747833729,0.00250340509228408,0.999960064888,0.0193344801664352,-0.00427436456084251,0.999803900718689,0.023937776684761,-0.00684752268716693,0.999690055847168,0.023937776684761,-0.00684752268716693,0.999690055847168,0.0193344801664352,-0.00427436456084251,0.999803900718689,0,-0.0137030221521854,0.999906122684479,0,-0.00685060303658247,0.999976634979248,0.023937776684761,-0.00684752268716693,0.999690055847168,0,-0.00685060303658247,0.999976634979248,0,1.2783124248017e-006,1,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,-0.999986171722412,-0.00519698159769177,-0.000803894770797342,-0.999989569187164,-0.00446972670033574,-0.00104188697878271,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,
  752. -0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000169784369063564,-0.000971614732407033,-0.999999105930328,0.000908157730009407,-0.000939953664783388,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.99999737739563,0.00233018863946199,-1.23942260898957e-008,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999999105930328,0.000908157730009407,-0.000939953664783388,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999999463558197,-0,0.00102883111685514,0.999999225139618,-0,0.00125708139967173,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.68010413646698,-0.733108043670654,0.00333985034376383,0.137521877884865,-0.99048238992691,0.00569321401417255,0.137523353099823,-0.99049299955368,0.00335148349404335,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.68010413646698,-0.733108043670654,0.00333985034376383,0.994822919368744,-0.101479917764664,0.00540231307968497,0.994817912578583,-0.101464480161667,0.00650197686627507,0.999790906906128,-0.0201727319508791,0.00335744372569025,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999997556209564,0.00221734237857163,-4.43914105474619e-009,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999790906906128,-0.0201727319508791,0.00335744372569025,0.999987661838531,-0.00354642909951508,0.00350747932679951,0.999987661838531,-0.00354643166065216,0.00350742554292083,0,-0.993889451026917,-0.11038102209568,0,-0.999946713447571,0.010320189408958,
  753. 0,-0.991399466991425,0.130870655179024,0,-0.999946713447571,0.010320189408958,-0.999999582767487,0.000940048310440034,5.23283745224035e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000753533327952027,-1.55809090074399e-008,-0.999998867511749,0.00150706141721457,-1.55808947965852e-008,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999903917312622,-0.0137514835223556,0.00174569885712117,-0.999440431594849,-0.0137451086193323,0.0304947327822447,-0.999999463558197,0.00029152788920328,0.000905067194253206,-0.999945938587189,0.00885310303419828,0.00547153130173683,-0.999960899353027,0.00884226802736521,7.15468704584055e-005,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999999463558197,0.00029152788920328,0.000905067194253206,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000327754707541317,-4.63545006823551e-008,-1,-4.61638416382471e-009,-4.63545006823551e-008,-0.997077226638794,-0.0764011889696121,-0.00010191036562901,-0.997076690196991,-0.0764072090387344,0.000245196424657479,-0.997077226638794,-0.0764011815190315,-0.000101910321973264,-0.997077643871307,-0.076395146548748,-0.000449016952188686,0.999941229820251,0.0106721054762602,-0.00188494881149381,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999968945980072,-0.00763024715706706,-0.00197382201440632,-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.999976992607117,-0.0067568477243185,0.000653001945465803,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990820884705,-0.00423296540975571,0.000701268261764199,0.999999821186066,0.000548485608305782,0,1,0.000186372693860903,0,
  754. 1,4.26020742452238e-005,-0,0.999999701976776,0.000811614096164703,-0,0.999999582767487,0.000904779939446598,-0,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,0.999999821186066,0.000548485608305782,0,0.999999701976776,0.000811614096164703,-0,1,0.000186372693860903,0,0.999999821186066,0.000548485608305782,0,1,0.000393285823520273,0,0.999999821186066,0.000733714550733566,-0,0.999999821186066,0.000733714550733566,-0,0.999998927116394,0.00146741815842688,-0,1,0.000186372693860903,0,0.997993290424347,-0.0400782600045204,-0.0490213260054588,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.998374044895172,-0.0400935485959053,0.0405211746692657,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.801716089248657,-0.591864407062531,0.083354078233242,0.804508090019226,-0.593925595283508,0.00437188753858209,0.133577957749367,-0.989288747310638,-0.0588633790612221,0.133807554841042,-0.990989148616791,0.00600317725911736,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.804508090019226,-0.593925595283508,0.00437188753858209,0.801716089248657,-0.591864407062531,0.083354078233242,0.997528612613678,-0.068175882101059,0.016993086785078,0.988562345504761,-0.15070952475071,0.00558595452457666,0.987701833248138,-0.151546761393547,-0.0384537912905216,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.997528612613678,-0.068175882101059,0.016993086785078,0.108180336654186,0.993569910526276,-0.0334031581878662,0.107898540794849,0.986977159976959,-0.119307160377502,0.108180351555347,0.993569910526276,-0.0334031581878662,0.10765914618969,0.992787539958954,0.0527487769722939,0.999989092350006,0.0046721063554287,1.63109707500553e-005,0.999747157096863,0.0224903710186481,1.12998295662692e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.999439120292664,-0.0334855280816555,0.000353992130840197,
  755. 0,-4.44590477854945e-006,-1,0,0,-1,0,-0,-1,0,0.000934551702812314,-0.999999642372131,-0,2.11936253435852e-006,-1,0,-4.44590477854945e-006,-1,0,0.00124677561689168,-0.999999165534973,0,-4.44590477854945e-006,-1,0,0.000934551702812314,-0.999999642372131,0,0.00124677561689168,-0.999999165534973,0,0.000934551702812314,-0.999999642372131,-0,0.00375365861691535,-0.999992966651917,0,0.00124677561689168,-0.999999165534973,-1,-1.78855752892559e-005,0,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-2.68294297711691e-005,0,-1,-2.13635442669613e-009,0,-0.999672174453735,0.0256023090332747,-0.000299382285447791,-0.999672174453735,0.0256023090332747,0.000273705023573712,-0.999671876430511,0.0256023015826941,0.000846792303491384,-0.999672174453735,0.0256023090332747,0.000273705023573712,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-1.78855752892559e-005,0,-1,2.26535066758515e-005,0,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.01432368764654e-005,-3.14200434559098e-008,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.53707577637397e-005,-3.14200470086234e-008,-0.179820418357849,0.983698964118958,-0.00098574033472687,-0.179817140102386,0.983687162399292,0.00503070931881666,-0.17982043325901,0.983698964118958,-0.00098574033472687,-0.17981718480587,0.983675122261047,-0.00700215436518192,-0.999998092651367,0.000212618600926362,-0.00199030176736414,-1,0.000216484899283387,-0.000302560511045158,-0.999999105930328,0.000220350586459972,0.00138518156018108,-1,0.000216484899283387,-0.000302560511045158,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568159809336066,-0.99997216463089,-0.00483489409089088,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568173592910171,-0.999955415725708,0.00754403043538332,-0.999992728233337,-0.00369119644165039,-0.000973960792180151,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,
  756. -0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.99999862909317,-0.00171590980608016,-9.56509094152125e-009,-1,0.000179377471795306,-4.26636042050177e-008,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000167505204444751,1.82927148983936e-008,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,-1,0,-0.000218995759496465,-1,0,0,-1,0,-0.000207399280043319,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-1,0,0,-1,0,0,-0.999999940395355,0,-0.000391605630284175,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000109146909380797,0,-1,0.000179377471795306,-4.26636042050177e-008,0.999439120292664,-0.0334855280816555,0.000353992130840197,0.999880194664001,-0.0144694875925779,0.00550175504758954,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996801614761353,-0.0799158960580826,-2.59714862949068e-008,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,1,-1.0383928383817e-008,-1.03050945554628e-008,1,0.000393285823520273,0,0.999999821186066,0.000548485608305782,0,0.55009251832962,0.835102140903473,0.00162781588733196,0.624508202075958,0.387269884347916,-0.678241550922394,0.392771989107132,0.507786750793457,-0.766735076904297,0.392771989107132,0.507786750793457,-0.766735076904297,0.324444502592087,0.536311328411102,-0.779170036315918,0.284760922193527,0.126577243208885,-0.950204908847809,0.193843111395836,-0.113882534205914,-0.974400162696838,0.193843111395836,-0.113882534205914,-0.974400162696838,0.284760922193527,0.126577243208885,-0.950204908847809,0.197707206010818,-0.133253887295723,-0.971161842346191,0.319953203201294,-0.597695171833038,-0.735112607479095,
  757. 0.392771989107132,0.507786750793457,-0.766735076904297,0.193843111395836,-0.113882534205914,-0.974400162696838,0.100661121308804,-0.101562708616257,-0.989723324775696,0.202862963080406,-0.266647905111313,-0.94220244884491,0.100661121308804,-0.101562708616257,-0.989723324775696,0.193843111395836,-0.113882534205914,-0.974400162696838,0.319953203201294,-0.597695171833038,-0.735112607479095,0.213928520679474,0.126332491636276,-0.968645751476288,0.100661121308804,-0.101562708616257,-0.989723324775696,0.202862963080406,-0.266647905111313,-0.94220244884491,0.218346044421196,-0.250328987836838,-0.943218111991882,0.218346044421196,-0.250328987836838,-0.943218111991882,0.202862963080406,-0.266647905111313,-0.94220244884491,0.319953203201294,-0.597695171833038,-0.735112607479095,0.307494133710861,-0.775483250617981,-0.551428198814392,0.307494133710861,-0.775483250617981,-0.551428198814392,0.319953203201294,-0.597695171833038,-0.735112607479095,0.403842657804489,-0.9146888256073,0.0159834362566471,0.213928520679474,0.126332491636276,-0.968645751476288,0.218346044421196,-0.250328987836838,-0.943218111991882,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.214647829532623,0.088539257645607,-0.972670018672943,0.307494133710861,-0.775483250617981,-0.551428198814392,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.218346044421196,-0.250328987836838,-0.943218111991882,0.312128186225891,-0.0643898546695709,-0.947855472564697,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.307494133710861,-0.775483250617981,-0.551428198814392,0.286805778741837,0.051616869866848,-0.956597149372101,0.214647829532623,0.088539257645607,-0.972670018672943,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.312128186225891,-0.0643898546695709,-0.947855472564697,0.375572860240936,0.197286739945412,-0.905551195144653,0.214647829532623,0.088539257645607,-0.972670018672943,0.286805778741837,0.051616869866848,-0.956597149372101,0.247914910316467,-0.280198127031326,-0.927376508712769,0.286805778741837,0.051616869866848,-0.956597149372101,
  758. 0.312128186225891,-0.0643898546695709,-0.947855472564697,0.19717775285244,-0.157037988305092,-0.967708647251129,0.247914910316467,-0.280198127031326,-0.927376508712769,0.375572860240936,0.197286739945412,-0.905551195144653,0.247914910316467,-0.280198127031326,-0.927376508712769,0.0937129110097885,-0.463216632604599,-0.881276488304138,0.19717775285244,-0.157037988305092,-0.967708647251129,0.0256118029356003,-0.589665174484253,-0.80724161863327,0.247914910316467,-0.280198127031326,-0.927376508712769,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0937129110097885,-0.463216632604599,-0.881276488304138,0.247914910316467,-0.280198127031326,-0.927376508712769,0.0256118029356003,-0.589665174484253,-0.80724161863327,-0.0237337779253721,-0.565218508243561,-0.82459968328476,-0.0357972718775272,-0.26475128531456,-0.963652074337006,0.0937129110097885,-0.463216632604599,-0.881276488304138,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0256118029356003,-0.589665174484253,-0.80724161863327,0.0472413189709187,-0.910179436206818,-0.41151151061058,0.0261655654758215,-0.758497893810272,-0.651149928569794,-0.0350705459713936,-0.396110445261002,-0.917532920837402,-0.0357972718775272,-0.26475128531456,-0.963652074337006,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0261655654758215,-0.758497893810272,-0.651149928569794,0.327109664678574,-0.942039370536804,0.0745728611946106,0.327109664678574,-0.942039370536804,0.0745728686451912,0.327109664678574,-0.942039370536804,0.0745728686451912,0.999578893184662,-0.00428617419674993,0.0287001226097345,0.999586403369904,0.0020481669344008,0.0286883767694235,0.999586760997772,-0.00150826189201325,0.0287093408405781,0.999961912631989,-0.00435183476656675,-0.00757810985669494,0.999969601631165,-0.00172113697044551,-0.00760792614892125,0.999940395355225,-0.00786843709647655,-0.00757185835391283,0.999691784381866,-0.0234449990093708,-0.00816152058541775,0.99969607591629,-0.0234428402036428,-0.00763155939057469,0.999694466590881,-0.0234437976032496,-0.00783387199044228,
  759. 0.999578356742859,-0.0278749857097864,-0.00814257655292749,0.999580919742584,-0.02787328325212,-0.00781203946098685,0.999576508998871,-0.0278758425265551,-0.00835441891103983,0.998662829399109,0.00623905146494508,0.0513194613158703,0.99953156709671,0.00694649666547775,0.0298068262636662,0.998662829399109,0.00623905146494508,0.0513194613158703,0.997330605983734,0.00552871031686664,0.0728082805871964,-0.00775481760501862,0.999601304531097,-0.02714803814888,-0.00479995319619775,0.999143302440643,-0.0411051660776138,0.00156145659275353,0.999151945114136,-0.0411477610468864,-0.00461304374039173,0.999902009963989,-0.013218991458416,-0.00775481760501862,0.999601304531097,-0.02714803814888,-0.0137916849926114,0.999818325042725,-0.0131557825952768,0.00857235677540302,-0.999204933643341,0.0389353781938553,0.0137331625446677,-0.998978853225708,0.0430423691868782,0.0238940417766571,-0.998960137367249,0.0388300530612469,0.0137331625446677,-0.998978853225708,0.0430423691868782,0.00862395856529474,-0.998846590518951,0.047236867249012,-0.00212259823456407,-0.998878240585327,0.0473047904670238,0.999969065189362,-0.00786017626523972,-0.000187094017746858,0.999697506427765,-0.00773534411564469,0.0233454070985317,0.999292612075806,-0.00655062217265368,0.0370326675474644,0.999743342399597,0.00360057572834194,0.0223660096526146,0.999999523162842,0.000956201285589486,-0.000496018677949905,0.999909639358521,0.000502535724081099,-0.0134414229542017,-0.998371541500092,-0.0132270930334926,-0.0554931983351707,-0.999567270278931,-0.0167716257274151,-0.0241664983332157,-0.999844133853912,-0.016815884038806,-0.00538128614425659,-0.999708414077759,0.00104019546415657,-0.024125125259161,-0.998510301113129,-0.000217451495700516,-0.0545634403824806,-0.997278153896332,0.00116369617171586,-0.0737220719456673,-0.998042464256287,0.0618925504386425,0.00898680556565523,-0.998056828975677,0.0619215741753578,0.00694778189063072,-0.998032808303833,0.0618870779871941,0.0100238146260381,-0.997091710567474,0.0758811011910439,0.00709693832322955,-0.997076034545898,0.0758791267871857,0.00905167777091265,
  760. -0.997099161148071,0.0758959949016571,0.00575079349800944,-0.0239794105291367,0.988825023174286,-0.147139742970467,-0.0254267882555723,0.988787531852722,-0.147148609161377,-0.0308174584060907,0.98862361907959,-0.147220343351364,-0.0265841018408537,0.996563851833344,-0.0784458443522453,-0.0250269435346127,0.996606409549713,-0.0784176886081696,-0.0206489954143763,0.996711134910584,-0.0783631503582001,0.0469719283282757,-0.997936546802521,-0.0437753535807133,0.0474334172904491,-0.997915744781494,-0.0437516160309315,0.0438724011182785,-0.998071134090424,-0.0439250096678734,0.047990158200264,-0.998778402805328,-0.011776065453887,0.0459222793579102,-0.998874425888062,-0.0118769546970725,0.0454735718667507,-0.998894691467285,-0.0118977995589376,-0.996063828468323,-0.00107089523226023,-0.0886334478855133,-0.996062755584717,0.00185279548168182,-0.0886317938566208,-0.996052145957947,-0.00416640378534794,-0.0886733084917068,-0.997591853141785,0.00171647674869746,-0.0693377926945686,-0.997588634490967,-0.00132470345124602,-0.0693911761045456,-0.9975865483284,0.00394223397597671,-0.0693216696381569,0.999947011470795,0.00821966584771872,0.00619703717529774,0.999920606613159,0.0109667554497719,0.00620704004541039,0.999891638755798,0.0133569044992328,0.00619280152022839,0.999914050102234,0.0108862053602934,-0.00731988763436675,0.999939739704132,0.00820869859308004,-0.00729245180264115,0.999955534934998,0.00598421413451433,-0.00729063525795937,0.999327659606934,0.0195434093475342,-0.0310215577483177,0.99916023015976,0.0194802340120077,-0.0360500253736973,0.998967289924622,0.0194165650755167,-0.0410775728523731,0.99916023015976,0.0194802340120077,-0.0360500253736973,0.0426782295107841,-0.998711943626404,-0.0274412874132395,-0.00761424796655774,-0.999937117099762,-0.00823179353028536,-0.0260681509971619,-0.999168455600739,-0.0313502438366413,-0.0285565406084061,-0.999507069587708,0.0130520313978195,-0.00761424796655774,-0.999937117099762,-0.00823179353028536,-0.0841008946299553,-0.996407806873322,0.0099283279851079,0.00404842756688595,0.998224794864655,-0.0594211257994175,
  761. -0.00021914773969911,0.99822735786438,-0.0595158450305462,-0.0139202261343598,0.998123288154602,-0.0596334524452686,-0.0013075927272439,0.998103260993958,0.061548575758934,0.00255410908721387,0.998101651668549,0.0615370720624924,0.0152789521962404,0.997978448867798,0.0616892427206039,0.999228537082672,0.0391721166670322,0.00281654647551477,0.999439597129822,0.0327406898140907,0.00697615509852767,0.999232947826386,0.0391543209552765,0.000701330660376698,0.999439597129822,0.0327406898140907,0.00697615509852767,0.999650418758392,0.0262768492102623,0.00292581715621054,0.999611675739288,0.0263282414525747,0.00912549532949924,0.999858975410461,0.0167867876589298,-0.000458223978057504,0.99955278635025,0.0275088492780924,-0.011725876480341,0.999471187591553,0.0273542087525129,-0.0175823848694563,0.999921083450317,0.00577216129750013,-0.011157744564116,0.999858975410461,0.0167867876589298,-0.000458223978057504,0.999967038631439,0.00620340975001454,0.0052559208124876,-0.999609470367432,0.0266593284904957,0.00837876461446285,-0.999706447124481,0.0227416791021824,0.00836862903088331,-0.999781310558319,0.0191896967589855,0.00831492431461811,-0.998924553394318,0.0226403158158064,0.0404620990157127,-0.999071359634399,0.0148670198395848,0.0404406413435936,-0.999001801013947,0.0188988335430622,0.0404755510389805,-0.999586582183838,0.0284702386707067,0.00400824984535575,-0.999590992927551,0.028456399217248,0.00284344842657447,-0.999589622020721,0.0284619033336639,0.00324747455306351,-0.998993992805481,0.0446824282407761,0.00381331099197268,-0.998997271060944,0.0446710735559464,0.00302455178461969,-0.998992323875427,0.0446867570281029,0.00417841598391533,-0.997976779937744,0.00800620950758457,0.0630740448832512,-0.996450066566467,0.00098783802241087,0.0841803625226021,-0.996442496776581,-0.00660346494987607,0.0840174928307533,-0.997976779937744,0.00800620950758457,0.0630740448832512,-0.99901670217514,0.014184576459229,0.0420047231018543,-0.999126374721527,0.00189213745761663,0.0417480543255806,-0.00305573036894202,-0.999979197978973,-0.00569326756522059,
  762. -0.00762831280007958,-0.999970018863678,-0.00134491664357483,-0.0156256072223186,-0.999877154827118,-0.00123578275088221,-0.00774465315043926,-0.999921083450317,-0.0099012041464448,-0.00305573036894202,-0.999979197978973,-0.00569326756522059,0.00519156735390425,-0.999935746192932,-0.0100768199190497,0.00928790681064129,0.999948859214783,-0.00402836361899972,0.00474460702389479,0.999980986118317,-0.00394590757787228,-0.00272844103164971,0.999988853931427,-0.00387746514752507,0.00508541287854314,0.999421775341034,0.0336189791560173,0.0097543690353632,0.999387681484222,0.0336055457592011,0.0189151633530855,0.999260067939758,0.0334893055260181,-0.998312175273895,0.0283262636512518,0.0506990887224674,-0.999466359615326,0.0280564315617085,0.0167337264865637,-0.998817563056946,0.0288392715156078,0.0391378626227379,-0.99936830997467,0.0351326279342175,0.00535905780270696,-0.998659014701843,0.0336511060595512,0.0393445119261742,-0.999240219593048,0.0352300964295864,0.0166694857180119,-0.999937951564789,0.00899443868547678,0.00658636773005128,-0.99997740983963,0.00158542359713465,0.00654855137690902,-0.999832987785339,0.0169570986181498,0.00682919472455978,-0.999805510044098,0.00206407136283815,-0.0196129269897938,-0.99976634979248,0.00978218950331211,-0.0192756503820419,-0.999783992767334,-0.00641646375879645,-0.0197674762457609,-0.999440491199493,-0.0306107830256224,0.0134781068190932,-0.999525427818298,-0.0307509172707796,-0.00180317694321275,-0.99951833486557,-0.0308179594576359,0.00365376356057823,-0.999400556087494,-0.0318843573331833,0.0134895592927933,-0.999492049217224,-0.0316632948815823,0.00364334578625858,-0.999325454235077,-0.0318387374281883,0.0183007903397083,-0.998727202415466,0.00330981938168406,-0.0503290370106697,-0.999910116195679,0.00461603887379169,-0.0125960111618042,-0.998727202415466,0.00330981984734535,-0.0503290370106697,-0.996119320392609,0.00199887878261507,-0.0879902467131615,0.00283706095069647,0.999760925769806,0.0216798260807991,0.013204132206738,0.999884963035584,-0.00744652329012752,-0.0163143426179886,0.99962443113327,0.0220196321606636,
  763. 0.013204132206738,0.999884963035584,-0.00744652329012752,0.00179924024268985,0.999347507953644,-0.0360763818025589,0.0272609293460846,0.998960971832275,-0.0365217663347721,0.00739303231239319,-0.997276663780212,-0.0733798816800117,0.0124351847916842,-0.997220575809479,-0.0734611824154854,0.020366745069623,-0.997085392475128,-0.0735246986150742,0.0136556858196855,-0.997191846370697,0.0736338198184967,0.00910391379147768,-0.997243106365204,0.0736428201198578,0.00148057960905135,-0.997277200222015,0.0737294033169746,-0.999992191791534,0.00366307515650988,0.001478485413827,-0.99992698431015,0.00353656918741763,-0.0115636708214879,-0.999969482421875,0.0034468553494662,0.00701361428946257,-0.999804556369781,-0.00955188553780317,-0.0173076130449772,-0.999886512756348,-0.00957929342985153,-0.011626117862761,-0.999946892261505,-0.0102659938856959,0.000934457173570991,0.999975204467773,-0.00528040481731296,0.00467966636642814,0.99998551607132,-0.00264986068941653,0.00469058007001877,0.999988436698914,-0.00109874131157994,0.00468235276639462,0.999977707862854,-0.00270707462914288,-0.00610755383968353,0.999967575073242,-0.00527334352955222,-0.006085354834795,0.999958992004395,-0.00671032583341002,-0.00608628569170833,0.99965226650238,0.000279867352219298,-0.0263698566704988,0.999807000160217,0.00490703480318189,-0.0190235171467066,0.99981564283371,-0.00261840643361211,-0.0190208833664656,0.999405324459076,0.00743519235402346,-0.0336707793176174,0.999421000480652,0.00490105990320444,-0.0336701795458794,0.99965226650238,0.000279867352219298,-0.0263698566704988,-0.013409685343504,-0.999697148799896,-0.0206359382718802,-0.014840018004179,-0.999885380268097,-0.0030117582064122,-0.0240175276994705,-0.999496519565582,-0.0207339767366648,-0.014840018004179,-0.999885380268097,-0.0030117582064122,-0.0137408841401339,-0.999798476696014,0.0146358367055655,-0.00504388101398945,-0.999879002571106,0.014716599136591,0.0109264487400651,0.998260021209717,0.0579446703195572,0.0104413349181414,0.998266041278839,0.0579317137598991,0.0165921933948994,0.998174846172333,0.0580664835870266,
  764. 0.0133007969707251,0.998585820198059,-0.0514729991555214,0.00809307117015123,0.998635828495026,-0.0515851117670536,0.0128620192408562,0.998591303825378,-0.0514803640544415,0.99967896938324,0.0250970497727394,0.00350505113601685,0.999803304672241,0.0188633799552917,0.00613141758367419,0.999682664871216,0.0250866338610649,0.00227402080781758,0.999892711639404,0.0126328589394689,0.00741725182160735,0.999803304672241,0.0188633799552917,0.00613141758367419,0.999914109706879,0.0126008186489344,0.00361142796464264,0.99990326166153,0.0139162270352244,0.000127214341773652,0.999868392944336,0.0140178576111794,-0.00816761888563633,0.999828517436981,0.0139516079798341,-0.0121765406802297,0.999946773052216,-0.00673999078571796,-0.00782579556107521,0.99997866153717,-0.00653450097888708,6.66546111460775e-005,0.99997091293335,-0.00654584914445877,0.00391479581594467,0.289236336946487,-0.121518567204475,0.94951331615448,0.28932324051857,-0.119302563369274,0.94976794719696,0.289381772279739,-0.117966808378696,0.949916839599609,0.240480810403824,-0.117511473596096,0.963514447212219,0.24042946100235,-0.118947073817253,0.96335107088089,0.240570038557053,-0.115289278328419,0.963760673999786,0.278996288776398,-0.138373747467995,0.950270354747772,0.277317345142365,-0.138381734490395,0.950760543346405,0.275188058614731,-0.138375446200371,0.951379954814911,0.276772737503052,-0.153139889240265,0.948654353618622,0.273022174835205,-0.153156071901321,0.949737906455994,0.274585127830505,-0.153156027197838,0.949287235736847,0.277944535017014,-0.106997676193714,0.954619467258453,0.27775964140892,-0.111972324550152,0.954102635383606,0.278112292289734,-0.103530496358871,0.954952895641327,0.21748511493206,-0.106379345059395,0.97024929523468,0.217593222856522,-0.102590031921864,0.970633029937744,0.217822328209877,-0.0968517288565636,0.971171021461487,0.0652996301651001,0.993977189064026,0.0880076736211777,0.066047690808773,0.99368804693222,0.0906740427017212,0.0680065900087357,0.99291455745697,0.0974465981125832,0.0798626840114594,0.993036568164825,0.0866041705012321,
  765. 0.0790864005684853,0.993323981761932,0.0839808061718941,0.0771839767694473,0.994011342525482,0.0773566067218781,0.0883537530899048,-0.985426425933838,-0.145356804132462,0.0884071886539459,-0.985447645187378,-0.145179718732834,0.0882234796881676,-0.985374331474304,-0.145787850022316,-0.0661157742142677,-0.992831408977509,-0.0995725095272064,-0.0659603700041771,-0.992893099784851,-0.0990582630038261,-0.0660676062107086,-0.992850482463837,-0.0994132980704308,0.278638124465942,-0.132471993565559,0.951216042041779,0.266482800245285,-0.132408171892166,0.954701542854309,0.256934195756912,-0.131930306553841,0.957381546497345,0.268045097589493,-0.112816795706749,0.956778049468994,0.27971014380455,-0.113604247570038,0.953339576721191,0.288537114858627,-0.1138069704175,0.95068097114563,-0.994001507759094,-0.0111473808065057,0.108796656131744,-0.994013249874115,-0.00762333627790213,0.108993425965309,-0.994009435176849,-0.00448379572480917,0.109203331172466,-0.998296976089478,-0.00138792570214719,0.0583202019333839,-0.99829638004303,-0.00480087520554662,0.0581484213471413,-0.998283922672272,0.00202043983153999,0.058526623994112,-0.995033740997314,-0.0364814214408398,0.0926116332411766,-0.993975758552551,-0.0366980731487274,0.103273645043373,-0.994482636451721,-0.0366454049944878,0.0982922539114952,-0.995043516159058,-0.0362006612122059,0.0926183015108109,-0.994497776031494,-0.0362156704068184,0.0982983335852623,-0.99548077583313,-0.0361021384596825,0.0878333300352097,-0.997706592082977,0.0118265068158507,0.0666457936167717,-0.99766618013382,0.0147245489060879,0.0666751638054848,-0.997741222381592,0.00840789452195168,0.0666468366980553,-0.999742031097412,0.0123386112973094,0.0190703868865967,-0.999781847000122,0.00864931289106607,0.0190115068107843,-0.999807596206665,0.0048988782800734,0.0189937707036734,0.0106737986207008,0.998520195484161,0.0533248260617256,0.0114203914999962,0.998516619205475,0.0532369613647461,0.0179917477071285,0.998458325862885,0.0525097474455833,0.0102441078051925,0.999041318893433,0.0425639748573303,0.00948862265795469,0.999045431613922,0.0426423996686935,
  766. 0.00258979480713606,0.999054074287415,0.0434083603322506,-0.0158921740949154,-0.999284267425537,-0.0343283377587795,-0.0143122980371118,-0.999301254749298,-0.0345282554626465,-0.00150509469676763,-0.999351799488068,-0.0359710901975632,-0.0201657935976982,-0.996032059192657,-0.0866802111268044,-0.0218250267207623,-0.996011853218079,-0.0865104049444199,-0.0343799479305744,-0.995782077312469,-0.0850664377212524,-0.998262643814087,-0.00553703587502241,0.0586607567965984,-0.995231091976166,-0.00732251117005944,0.0972701907157898,-0.997114479541779,-0.00702086789533496,0.0755873620510101,-0.993545770645142,-0.00521464319899678,0.113312222063541,-0.99710351228714,-0.00194331654347479,0.0760316252708435,-0.995235025882721,-0.0044797514565289,0.097401887178421,-0.98001104593277,0.142774805426598,0.138541862368584,-0.984284937381744,0.106193892657757,0.141088753938675,-0.987052381038666,0.0740546137094498,0.142279863357544,-0.984188199043274,0.106210052967072,0.141749754548073,-0.98001104593277,0.142774805426598,0.138541862368584,-0.974911510944366,0.174071729183197,0.138731956481934,-0.987322449684143,0.096546471118927,0.125988945364952,-0.987668812274933,0.0929846689105034,0.125953868031502,-0.987016558647156,0.0996408611536026,0.125976428389549,-0.98894864320755,0.0904897823929787,0.11744013428688,-0.988703668117523,0.093115009367466,0.117450550198555,-0.988371610641479,0.0966155678033829,0.117418803274632,0.108993545174599,0.994035005569458,0.00387729657813907,0.109888777136803,0.993898987770081,0.00944883190095425,0.110780529677868,0.993731498718262,0.0150200668722391,0.109888777136803,0.993898987770081,0.00944883190095425,-0.116407856345177,-0.993167221546173,0.00825340207666159,-0.106818541884422,-0.994275629520416,0.00242828298360109,-0.106307700276375,-0.994311153888702,0.00663751037791371,-0.10763306170702,-0.994189202785492,-0.00173183402512223,-0.106818541884422,-0.994275629520416,0.00242828298360109,-0.0990345403552055,-0.995079159736633,-0.00310629210434854,-0.975916385650635,0.143640831112862,0.16417895257473,
  767. -0.980765223503113,0.104307129979134,0.164983913302422,-0.984072983264923,0.064809538424015,0.165529638528824,-0.980765223503113,0.104307129979134,0.164983913302422,-0.988584458827972,0.0795746520161629,0.127940729260445,-0.985206007957459,0.0792539343237877,0.151947051286697,-0.987120091915131,0.0791677460074425,0.139019310474396,-0.98175448179245,0.100041471421719,0.161709278821945,-0.985062599182129,0.100892812013626,0.139543950557709,-0.983296632766724,0.100186496973038,0.151955276727676,0.997571408748627,-0.0160982497036457,0.067765548825264,0.997625708580017,-0.0124451145529747,0.0677352249622345,0.997662663459778,-0.00944013614207506,0.0676764845848084,0.992649376392365,-0.0119362687692046,0.12043546885252,0.992715179920197,-0.00513104908168316,0.120375357568264,0.992684662342072,-0.0086709912866354,0.120424255728722,0.995239794254303,-0.0408263318240643,0.0884927660226822,0.995640218257904,-0.0407258793711662,0.0839164853096008,0.996120989322662,-0.0404927991330624,0.0781238153576851,0.996079802513123,-0.0415673144161701,0.0780857503414154,0.995604157447815,-0.0416475608944893,0.0838930979371071,0.996450901031494,-0.0414115339517593,0.0732864886522293,0.990732789039612,0.00273333303630352,0.135798200964928,0.987209141254425,0.00186381116509438,0.159419670701027,0.990732789039612,0.00273333350196481,0.135798200964928,0.993690490722656,0.00360129424370825,0.112099170684814,-0.000431848195148632,0.999966740608215,-0.0081462049856782,0.000529402284882963,0.999995112419128,-0.00308494386263192,0.00733411684632301,0.999969661235809,-0.00262462976388633,0.00120201264508069,0.999914407730103,-0.0130298705771565,-0.000431848195148632,0.999966740608215,-0.0081462049856782,-0.00653831334784627,0.999886870384216,-0.0135530112311244,0.00188202760182321,-0.998685300350189,0.0512284971773624,0.00470715621486306,-0.998664677143097,0.0514459870755672,0.0172252040356398,-0.998485326766968,0.0522548444569111,0.00833687465637922,-0.999956071376801,-0.00429036328569055,0.00563435256481171,-0.999974310398102,-0.00443556718528271,
  768. -0.0071727866306901,-0.999960243701935,-0.00529692275449634,0.996761858463287,-0.0124877169728279,0.0794359445571899,0.994632601737976,-0.0131423017010093,0.102631717920303,0.992741048336029,-0.0122724818065763,0.119643568992615,0.994711339473724,-0.00815822184085846,0.102385744452477,0.996790051460266,-0.0100570200011134,0.0794258192181587,0.997939705848694,-0.0101374927908182,0.0633530765771866,0.999171733856201,-0.0348931439220905,-0.0209371671080589,0.998211741447449,-0.0326224267482758,-0.0500904582440853,0.997015357017517,-0.0332220532000065,-0.0696914568543434,0.999646246433258,-0.0171213410794735,-0.0203528869897127,0.999841868877411,-0.0177710149437189,-0.000802683236543089,0.998536109924316,-0.0193290952593088,-0.0505177900195122,0.996977508068085,-0.0731644630432129,0.0261304676532745,0.996604084968567,-0.0727809220552444,0.0385134071111679,0.996260285377502,-0.0721773728728294,0.0474980622529984,0.996344089508057,-0.0761489868164063,0.0387297347187996,0.996675312519073,-0.0771147981286049,0.0263029001653194,0.996809482574463,-0.0774267241358757,0.0193905513733625,0.0024575125426054,-0.988098740577698,-0.153802007436752,-0.0074869068339467,-0.988074600696564,-0.153793931007385,0.00603564828634262,-0.988075196743011,-0.153854385018349,0.00245726713910699,-0.988010704517365,-0.154365837574005,0.00603354722261429,-0.988001942634583,-0.154323637485504,0.0165468957275152,-0.987877488136292,-0.154351145029068,0.999734938144684,0.0157603733241558,-0.0167840328067541,0.999300301074982,0.0337978154420853,-0.0160198993980885,0.999859213829041,-0.00314438785426319,-0.016488017514348,0.99935108423233,0.0337548702955246,-0.0125781651586294,0.999805927276611,0.0158400852233171,-0.0117155564948916,0.998438119888306,0.0544963888823986,-0.0123062217608094,-0.0273861605674028,0.999535202980042,0.0133929792791605,-0.0360253192484379,0.999254822731018,0.0138557516038418,-0.00231183716095984,0.999916315078735,0.0127272792160511,-0.0356714390218258,0.999068319797516,0.0242908336222172,-0.0270954705774784,0.999339938163757,0.0242023207247257,
  769. -0.0550303421914577,0.998173415660858,0.0249303616583347,0.997900187969208,-0.00819503888487816,-0.0642498582601547,0.997923195362091,-0.00293456087820232,-0.0643501281738281,0.997810184955597,-0.01563092879951,-0.0642705857753754,0.997624695301056,-0.00295997620560229,-0.068820521235466,0.997591018676758,-0.00817841477692127,-0.0688859596848488,0.997624337673187,0.0023114113137126,-0.0688504353165627,0.999500632286072,-0.00443547870963812,0.0312889441847801,0.999508559703827,0.00215006014332175,0.0312731526792049,0.999508202075958,-0.00198477483354509,0.0312965326011181,0.999959409236908,-0.00452724378556013,-0.00780170783400536,0.99996691942215,-0.00220449268817902,-0.00782826915383339,0.999932527542114,-0.00861753523349762,-0.00779225630685687,0.999692261219025,-0.0243749022483826,-0.00461183907464147,0.999665379524231,-0.0243767350912094,-0.00865581724792719,0.999677896499634,-0.0243834350258112,-0.0070395884104073,0.999592900276184,-0.0281596444547176,-0.00460947956889868,0.999579071998596,-0.0281415972858667,-0.00705440761521459,0.999599397182465,-0.0281587112694979,-0.00284545635804534,0.998242497444153,0.0106788342818618,0.0582918077707291,0.996441721916199,0.0100781051442027,0.0836801081895828,0.996433258056641,0.0107059618458152,0.0837039276957512,0.999386250972748,0.0120445359498262,0.0328952893614769,0.998242497444153,0.0106788342818618,0.0582918077707291,0.99939751625061,0.011168303899467,0.0328620262444019,-0.0102717038244009,0.999543011188507,-0.0284310579299927,-0.00623468263074756,0.999048471450806,-0.0431678891181946,0.00155591696966439,0.999063909053802,-0.043230414390564,-0.00599847408011556,0.999887704849243,-0.0137400971725583,-0.0102717038244009,0.999543011188507,-0.0284310579299927,-0.0172783806920052,0.999757587909698,-0.0136467842385173,0.00905610248446465,-0.999051153659821,0.0426001586019993,0.0155217833817005,-0.998970985412598,0.0426153019070625,0.0261679049581289,-0.998753011226654,0.0425170063972473,0.0155794573947787,-0.998649597167969,0.0495604276657104,0.00908495672047138,-0.998724639415741,0.0496650040149689,
  770. -0.00217022467404604,-0.998761236667633,0.0497124418616295,0.999963939189911,-0.00848992355167866,0.000207579811103642,0.999631106853485,-0.00834681559354067,0.0258455965667963,0.999102830886841,-0.00686300406232476,0.0417900495231152,0.999685764312744,0.00457518128678203,0.024645546451211,0.999998927116394,0.00145062210503966,-0.000179591574124061,0.99988329410553,0.000863077060785145,-0.0152606517076492,-0.99998664855957,-0.00124424952082336,0.00501247122883797,-0.999926209449768,-0.00958189833909273,-0.00747268553823233,-0.999955296516418,0.00782181415706873,0.00532986922189593,-0.999926209449768,-0.00958189833909273,-0.00747268553823233,-0.999810576438904,-0.000386775005608797,-0.0194587130099535,-0.99961644411087,-0.0190477576106787,-0.0201090611517429,-0.99862265586853,-0.0505352281033993,0.0141051234677434,-0.998580634593964,-0.0505638793110847,0.0167350247502327,-0.998676300048828,-0.0505640469491482,0.00943303201347589,-0.998460173606873,-0.0546656362712383,0.00943032559007406,-0.998485505580902,-0.0546648316085339,0.00620481045916677,-0.998401045799255,-0.0547525584697723,0.0140556488186121,-0.999200582504272,-0.0213826447725296,-0.0337784290313721,-0.998949825763702,-0.0212356615811586,-0.040600810199976,-0.998652458190918,-0.0210876874625683,-0.0474212951958179,-0.998949825763702,-0.0212356597185135,-0.040600810199976,0.0119953593239188,0.999383330345154,-0.0330038852989674,0.0129418857395649,0.999831140041351,-0.0130448471754789,0.0138832377269864,0.999879777431488,0.00691940216347575,0.0129418857395649,0.999831140041351,-0.0130448481068015,-0.00981166958808899,-0.99995094537735,-0.00133908644784242,-0.00275795836932957,-0.997812271118164,-0.0660549849271774,0.0155054815113544,-0.997707724571228,-0.0658715516328812,-0.00398142309859395,-0.997975289821625,0.0634778663516045,-0.00981166958808899,-0.99995094537735,-0.00133908644784242,-0.0266859065741301,-0.997641146183014,0.0632471442222595,-0.999821186065674,-0.0188749264925718,-0.00125038775149733,-0.999962151050568,-0.00863129831850529,-0.00109970674384385,
  771. -0.999821186065674,-0.0188749264925718,-0.00125038775149733,-0.999575138092041,-0.0291165728121996,-0.00140093662776053,0.99992823600769,0.00591299729421735,0.0104189421981573,0.999937176704407,0.00406089564785361,0.010456538759172,0.999944806098938,0.000271235388936475,0.0105053996667266,0.999877691268921,0.0041204602457583,0.0150872627273202,0.999868512153625,0.00598409259691834,0.0150717459619045,0.999841868877411,0.00953852850943804,0.015017076395452,-0.00285913050174713,-0.999992966651917,-0.00243003503419459,-0.00666023977100849,-0.999975085258484,-0.00238345074467361,0.00432720640674233,-0.999987602233887,-0.00246165273711085,-0.00666489079594612,-0.999973177909851,-0.00303772813640535,-0.00286178919486701,-0.999991416931152,-0.00303372740745544,-0.0143330469727516,-0.999892830848694,-0.00298296078108251,-0.050615057349205,0.998561024665833,-0.017721263691783,-0.0353108756244183,0.999223411083221,-0.0174841936677694,-0.0909416452050209,0.995716631412506,-0.0166752822697163,0.000460482813650742,0.999736487865448,-0.0229520685970783,-0.0353772155940533,0.9991215467453,-0.0224636998027563,-0.0507119037210941,0.99847811460495,-0.0216745957732201,0.999637067317963,-0.026173884049058,-0.00638071447610855,0.999808788299561,-0.0184396617114544,-0.00650606397539377,0.999972939491272,-0.00381398177705705,-0.00629389844834805,0.999602496623993,-0.0262366514652967,0.0103206289932132,0.999134480953217,-0.0403122901916504,0.0102659342810512,0.999769508838654,-0.0186860300600529,0.0105812065303326,0.999990105628967,0.00196949602104723,0.00399457197636366,0.999983072280884,0.00569194229319692,-0.00126430264208466,0.999966204166412,0.00194160419050604,0.00800225604325533,0.999983072280884,0.00569194229319692,-0.00126430264208466,0.999948620796204,0.00929374527186155,0.00404534954577684,0.999939918518066,0.00936123542487621,-0.00572140142321587,0.999745011329651,0.0223016794770956,-0.00354434619657695,0.999866545200348,-0.0159681867808104,-0.00343633233569562,0.998523771762848,-0.054214671254158,-0.00332328653894365,0.999866545200348,-0.0159681867808104,-0.00343633233569562,
  772. -0.999916970729828,-0.000700748525559902,-0.0128741627559066,-0.999917447566986,0.000766308454331011,-0.0128260785713792,-0.999914169311523,0.00310070579871535,-0.0127373561263084,-0.999950230121613,0.00065735710086301,-0.00995813682675362,-0.999949514865875,-0.000803480041213334,-0.0100186606869102,-0.999943554401398,-0.00330247939564288,-0.0101085035130382,0.0144864320755005,-0.999316930770874,-0.0339968167245388,0.00955798104405403,-0.999386131763458,-0.0337043888866901,0.0234207734465599,-0.999156057834625,-0.0337440557777882,0.00955614726990461,-0.999367952346802,-0.0342396609485149,0.0144864320755005,-0.999316930770874,-0.0339968167245388,1.40463525895029e-005,-0.99941474199295,-0.034208569675684,0.00466060033068061,0.998365998268127,0.056954450905323,0.0388414338231087,0.997660458087921,0.0562595278024673,0.0571387931704521,0.996839344501495,0.0551951080560684,0.092634491622448,0.994162023067474,0.0553235299885273,0.0571835823357105,0.996757864952087,0.0566023923456669,0.0388470478355885,0.997643649578094,0.0565529726445675,-0.999984443187714,-0.00319586344994605,0.00457707094028592,-0.999847829341888,-0.0169067699462175,0.00429549301043153,-0.999954223632813,-0.00849648378789425,0.00440179789438844,-0.999919950962067,-0.00832032598555088,-0.00953281577676535,-0.999940574169159,0.00559547170996666,-0.00935627333819866,-0.999950349330902,-0.00290647288784385,-0.00953094754368067,-0.999980926513672,-0.00551564386114478,0.00278800306841731,-0.999994099140167,0.000351880735252053,0.0034410955850035,-0.999976575374603,-0.005553865339607,0.00400749687105417,-0.999994099140167,0.000351880735252053,0.0034410955850035,-0.999968767166138,0.0061924634501338,0.00491278851404786,-0.999971151351929,0.00620928313583136,0.00437611481174827,-0.99997889995575,0.00645652879029512,0.000810679048299789,-0.999999761581421,0.000438413087977096,0.000520732544828206,-0.99997889995575,0.00645652879029512,0.000810679048299789,-0.999921679496765,0.0124744111672044,0.00110059615690261,0.998782515525818,0.042634341865778,0.0248161647468805,
  773. 0.997857272624969,0.040637444704771,0.0512782782316208,0.996377348899841,0.0411757975816727,0.0744091719388962,0.999514162540436,0.0196687746793032,0.0241827797144651,0.99979305267334,0.0203234348446131,0.000881221552845091,0.998426795005798,0.0215572491288185,0.0517609193921089,0.995785892009735,0.0862900093197823,-0.0310567654669285,0.995439112186432,0.0858937650918961,-0.0415121018886566,0.995039641857147,0.0852283984422684,-0.0513053648173809,0.995445430278778,0.0858229398727417,-0.0415075495839119,0.995755195617676,0.0866382494568825,-0.0310738943517208,0.995931386947632,0.0870326235890388,-0.0233703795820475,0.00229445262812078,0.988003611564636,0.15441432595253,-0.00590790063142776,0.987989485263824,0.154408305883408,0.0054190238006413,0.987985372543335,0.154452264308929,0.00229367171414196,0.987740099430084,0.156090527772903,0.00541268149390817,0.987732589244843,0.156061097979546,0.0139498338103294,0.987645745277405,0.156081065535545,0.999222934246063,-0.0354665480554104,0.0171945542097092,0.999660491943359,-0.0202152319252491,0.0164385214447975,0.99798858165741,-0.0610692948102951,0.0170114915817976,0.99961268901825,-0.0201750881969929,0.0191675219684839,0.999198138713837,-0.0354751460254192,0.0185644738376141,0.999816358089447,0.00360615947283804,0.0188207942992449,-0.0258389431983233,-0.999329447746277,-0.025943074375391,-0.0203150007873774,-0.999459326267242,-0.0258562117815018,-0.0378071814775467,-0.998938858509064,-0.026301259174943,-0.0205588489770889,-0.99965226650238,-0.0165126286447048,-0.0261204894632101,-0.99951845407486,-0.0167504120618105,-0.00495854858309031,-0.999858021736145,-0.0161102954298258,0.996908068656921,0.00397305097430944,0.0784775093197823,0.996876358985901,0.00835774559527636,0.0785346478223801,0.996909320354462,-0.00291891442611814,0.07850681245327,0.997356057167053,0.00837470404803753,0.0721858590841293,0.997377216815948,0.00394668756052852,0.0722712129354477,0.997231543064117,0.0177808161824942,0.0722017213702202,-0.999774575233459,-0.0040279976092279,-0.0208463929593563,-0.999683022499084,0.0153507329523563,-0.0199552308768034,
  774. -0.999788105487823,-0.000130983637063764,-0.0205893758684397,-0.99988329410553,-0.00034767432953231,-0.0152807161211967,-0.999661803245544,-0.0204293429851532,-0.0160969886928797,-0.999872982501984,-0.00427970616146922,-0.0153595423325896,0.00720657501369715,-0.99928879737854,-0.0370156913995743,0.016893345862627,-0.999161839485168,-0.0372858084738255,-0.0101046329364181,-0.999269247055054,-0.0368634685873985,0.0335281789302826,-0.998809814453125,-0.0354259163141251,0.0169265698641539,-0.999237656593323,-0.0351793244481087,0.00722231762483716,-0.999353647232056,-0.0352151840925217,0.0799635946750641,0.995228826999664,0.0559071153402328,0.0323450975120068,0.997850954532623,0.0569870471954346,0.00787210650742054,0.998384118080139,0.0562781691551209,0.00790516473352909,0.997596263885498,0.0688422322273254,0.032550860196352,0.997179388999939,0.0676310285925865,-0.0349076054990292,0.997011780738831,0.0689124092459679,-0.999916970729828,-0.0112780965864658,0.00623170472681522,-0.999746739864349,-0.0216686297208071,0.00609613908454776,-0.999889552593231,-0.0135231334716082,0.00617989245802164,-0.999840319156647,-0.0133370775729418,-0.0118961147964001,-0.999927818775177,-0.00234854826703668,-0.0117827020585537,-0.999868392944336,-0.0110416375100613,-0.0118962796404958,-0.999970138072968,-0.00707348110154271,0.00314265047200024,-0.999966859817505,-0.00710044428706169,0.00398322474211454,-0.999962568283081,-0.00712726823985577,0.00490830466151237,-0.999966859817505,0.0068467166274786,0.00443057995289564,-0.999957621097565,0.00678884284570813,0.00623455690219998,-0.999962568283081,0.00681630382314324,0.00533299101516604,-0.999962091445923,0.00687410542741418,0.0053563890978694,-0.999986708164215,0.000674310605973005,0.00510722119361162,-0.999962091445923,0.00687410542741418,0.0053563890978694,-0.999898850917816,0.0130736352875829,0.00560535024851561,-0.99958997964859,0.000864754023496062,-0.0286197662353516,-0.999978482723236,0.000764967349823564,-0.00652951607480645,-0.998223960399628,0.00432910164818168,-0.0594171918928623,
  775. -0.999469101428986,0.015700064599514,-0.02854941226542,-0.998169481754303,0.0144335068762302,-0.058733094483614,-0.996607840061188,0.015914149582386,-0.0807449519634247,-0.997403085231781,0.0685795620083809,0.0219981018453836,-0.99672544002533,0.0684806779026985,0.0429976023733616,-0.996129751205444,0.0676344335079193,0.0561347827315331,-0.998650848865509,0.0472863428294659,0.0214590057730675,-0.99880576133728,0.0475555881857872,0.0112051907926798,-0.99809205532074,0.045635037124157,0.0415896847844124,-0.0142249781638384,0.987202286720276,-0.158837407827377,-0.0182010922580957,0.987143754959106,-0.158795207738876,-0.028755459934473,0.986886203289032,-0.158836200833321,-0.018731227144599,0.99630868434906,-0.083774521946907,-0.0144392633810639,0.996384799480438,-0.0837188437581062,-0.00580016430467367,0.996473670005798,-0.0837064832448959,0.0289398767054081,-0.998689234256744,-0.0422179140150547,0.0380305796861649,-0.999041020870209,-0.0216924175620079,0.0104846246540546,-0.999029934406281,-0.0427702590823174,0.0563329793512821,-0.998411595821381,-0.000933092262130231,0.0380305796861649,-0.999041020870209,-0.0216924175620079,0.0277397595345974,-0.999613583087921,-0.00180132302921265,-0.995063185691834,-0.00511091435328126,-0.0991119518876076,-0.994981527328491,-0.0108740143477917,-0.0994663536548615,-0.995100438594818,0.00386664899997413,-0.0987935140728951,-0.996703565120697,-0.0117626329883933,-0.0802725628018379,-0.996767461299896,-0.00579036120325327,-0.0801329836249352,-0.99658066034317,-0.0183378346264362,-0.0805661603808403,0.999608159065247,-0.0178112685680389,0.0215932484716177,0.999539256095886,-0.0211970675736666,0.0217287633568048,0.999766230583191,-0.00345709966495633,0.0213418938219547,0.999713897705078,-0.0179127510637045,0.0158575382083654,0.999205589294434,-0.0364211648702621,0.0161761436611414,0.999646902084351,-0.0213264599442482,0.0158515684306622,-0.026560440659523,-0.999644219875336,-0.00245241750963032,-0.0340556167066097,-0.999417304992676,-0.00230296165682375,-0.0150388292968273,-0.999883711338043,-0.00253255921415985,
  776. -0.0460026897490025,-0.998938858509064,-0.00220413669012487,-0.0340561680495739,-0.999417185783386,-0.0023488774895668,-0.0265596676617861,-0.99964451789856,-0.00234015099704266,-0.0185715407133102,0.999674379825592,-0.0175003465265036,-1.6536223483854e-005,0.999854564666748,-0.0170548409223557,-0.0608879365026951,0.998005390167236,-0.0166691746562719,0.0348308607935905,0.999056041240692,-0.0259587354958057,-6.72459864290431e-005,0.999667882919312,-0.0257714632898569,-0.0187123753130436,0.999513208866119,-0.0249636378139257,0.997988760471344,-0.0626934170722961,-0.00938224792480469,0.9982590675354,-0.0589704550802708,0.00117838406004012,0.999004065990448,-0.0436873659491539,-0.00907331518828869,0.997944295406342,-0.0630299225449562,0.0115950414910913,0.996906161308289,-0.0777766108512878,0.0113551393151283,0.9982590675354,-0.0589704550802708,0.00117838406004012,0.99969744682312,-0.0243271738290787,0.00363271124660969,0.999837040901184,-0.0180453453212976,-0.000623518601059914,0.999674141407013,-0.0243645589798689,0.00762814516201615,0.999837040901184,-0.0180453453212976,-0.000623518601059914,0.999922573566437,-0.0118736503645778,0.00375070283189416,0.999918162822723,-0.0117912450805306,-0.00496339658275247,0.999981999397278,0.0031718872487545,-0.00509564206004143,0.9984090924263,-0.056154377758503,-0.0051103918813169,0.993319571018219,-0.115282863378525,-0.00510714063420892,0.9984090924263,-0.056154377758503,-0.0051103918813169,-0.99883908033371,-0.0442613027989864,-0.019011527299881,-0.999746978282928,-0.00879438500851393,-0.020702563226223,-0.999388694763184,-0.0285190995782614,-0.0202205386012793,-0.999061703681946,-0.0432374365627766,0.00249580969102681,-0.999605536460876,-0.0279622618108988,0.00262104021385312,-0.997904062271118,-0.0646148398518562,0.00352300773374736,-0.974991083145142,0.168747246265411,-0.144626259803772,-0.977119743824005,0.168254390358925,-0.130105808377266,-0.979080736637115,0.168477356433868,-0.114089049398899,-0.973237037658691,0.189549773931503,-0.129924967885017,-0.971389472484589,0.188884302973747,-0.143962681293488,
  777. -0.968577921390533,0.188964530825615,-0.161707818508148,-0.967647075653076,0.238691300153732,-0.0817656069993973,-0.968272924423218,0.238524943590164,-0.0745213776826859,-0.96903532743454,0.23811286687851,-0.0653682798147202,-0.967673122882843,0.240996524691582,-0.0743601322174072,-0.966994822025299,0.241370886564255,-0.0816158279776573,-0.966323852539063,0.241597577929497,-0.0885938629508018,0.146802932024002,0.983230113983154,-0.108201146125793,0.155660659074783,0.981977939605713,-0.107187390327454,0.146727368235588,0.9832404255867,-0.108210645616055,0.147275850176811,0.982607781887054,-0.113101527094841,0.14720056951046,0.982618093490601,-0.113109178841114,0.138065919280052,0.983823657035828,-0.114144653081894,-0.983887910842896,0.125033795833588,-0.127793505787849,-0.986742734909058,0.101536870002747,-0.12660576403141,-0.980509400367737,0.149818867444992,-0.127104938030243,-0.987925946712494,0.101792275905609,-0.116793423891068,-0.985458970069885,0.124899104237556,-0.115200020372868,-0.990446627140045,0.0739751979708672,-0.116375274956226,-0.170454800128937,-0.9853635430336,-0.00196225405670702,-0.128035590052605,-0.991760551929474,0.00422548875212669,-0.128904461860657,-0.991648495197296,0.00413387920707464,-0.0835557207465172,-0.996441900730133,0.0110533088445663,-0.12894843518734,-0.991641461849213,0.00444085383787751,-0.128089398145676,-0.991751968860626,0.00460341386497021,-0.969207227230072,0.165116161108017,-0.182685643434525,-0.970879971981049,0.154257103800774,-0.18329431116581,-0.966499209403992,0.180464059114456,-0.182515859603882,-0.971794426441193,0.154264077544212,-0.178377076983452,-0.969970703125,0.165204703807831,-0.178505554795265,-0.973476052284241,0.142898753285408,-0.178673878312111,0.190300732851028,-0.0477463454008102,-0.980564057826996,0.190983340144157,-0.0440542809665203,-0.98060417175293,0.209148436784744,-0.0441305376589298,-0.97688764333725,0.209148436784744,-0.0441305376589298,-0.97688764333725,0.226104080677032,-0.0504639036953449,-0.972795128822327,0.227390512824059,-0.0434592440724373,-0.972833514213562,
  778. 0.180285558104515,-0.0821839570999146,-0.980174958705902,0.178858503699303,-0.0819284915924072,-0.980457723140717,0.181684494018555,-0.0824276059865952,-0.979896128177643,0.179649636149406,-0.077675886452198,-0.980659186840057,0.181068897247314,-0.0779196992516518,-0.980378806591034,0.178210482001305,-0.0774215534329414,-0.980941951274872,0.275800496339798,-0.0447053015232086,-0.960174739360809,0.250049531459808,-0.0428319908678532,-0.967285215854645,0.27377712726593,-0.0535406358540058,-0.960301756858826,0.225928112864494,-0.0330979637801647,-0.973581552505493,0.226751670241356,-0.0294736716896296,-0.973506569862366,0.250049531459808,-0.0428319908678532,-0.967285215854645,0.169746026396751,0.985485255718231,-0.00225866446271539,0.158644109964371,0.98732852935791,-0.0038018065970391,0.168398931622505,0.985708236694336,0.00458683958277106,0.158644109964371,0.98732852935791,-0.0038018065970391,0.1477872133255,0.988996624946594,-0.00669330963864923,0.149033531546593,0.988745868206024,-0.0130619397386909,-0.143397942185402,-0.989633798599243,0.00787506718188524,-0.143505305051804,-0.989613652229309,0.00843172054737806,-0.144710883498192,-0.989367663860321,0.0145041551440954,-0.14617720246315,-0.989226996898651,0.00788560602813959,-0.146063894033432,-0.989247977733612,0.00733158364892006,-0.144895642995834,-0.989445865154266,0.001460688887164,0.183217331767082,-0.0407512113451958,-0.982227444648743,0.217771023511887,-0.0475570634007454,-0.974840641021729,0.199179843068123,-0.0430779308080673,-0.97901576757431,0.198568016290665,-0.0471849665045738,-0.978950619697571,0.217771023511887,-0.0475570634007454,-0.974840641021729,0.234522446990013,-0.0524087697267532,-0.970696926116943,0.995755195617676,0.0703638643026352,-0.0593339577317238,0.994660019874573,0.0715195313096046,-0.0744071900844574,0.993186235427856,0.0718199536204338,-0.0917770713567734,0.994151830673218,0.0909096971154213,-0.0582883507013321,0.995009958744049,0.0901815816760063,-0.0426901094615459,0.993121445178986,0.0907852202653885,-0.0739450678229332,0.999758422374725,0.0154741676524282,-0.0156150823459029,
  779. 0.99985283613205,0.015317446552217,-0.00773991784080863,0.999881505966187,0.0153348185122013,0.00136687676422298,0.999817728996277,0.0174501873552799,-0.00774386618286371,0.999727547168732,0.0173643138259649,-0.0155993336811662,0.999596238136292,0.0174192171543837,-0.0224484801292419,0.113018065690994,-0.980243682861328,-0.162324532866478,0.103586629033089,-0.981347978115082,-0.161944404244423,0.11318913847208,-0.980222582817078,-0.162333384156227,0.112663291394711,-0.979274690151215,-0.168309986591339,0.112833268940449,-0.979254245758057,-0.168314591050148,0.122555442154408,-0.978019833564758,-0.168693020939827,0.989767968654633,0.132178604602814,-0.0537421330809593,0.986431956291199,0.155968070030212,-0.0512446463108063,0.992586314678192,0.108703278005123,-0.054371178150177,0.98699289560318,0.155379354953766,-0.0412589088082314,0.99041759967804,0.131911352276802,-0.0408942773938179,0.982605934143066,0.181458547711372,-0.039476715028286,-0.0821702107787132,0.995040893554688,0.0560508631169796,-0.128043666481972,0.989991784095764,0.0593404397368431,-0.126610651612282,0.990178525447845,0.0592983178794384,-0.175093501806259,0.98253858089447,0.0629304572939873,-0.126594632863998,0.990168392658234,0.0595024786889553,-0.128018379211426,0.989975273609161,0.0596677325665951,0.9892657995224,0.0950266942381859,-0.111010409891605,0.988143503665924,0.106077797710896,-0.110995195806026,0.990476369857788,0.0805010497570038,-0.11169658601284,0.988798916339874,0.105975680053234,-0.105099521577358,0.989848792552948,0.0948318466544151,-0.105859525501728,0.98763632774353,0.116595342755318,-0.10478650033474,0.992706537246704,0.120458453893662,0.0048658037558198,0.992334842681885,0.12348785251379,0.00472591537982225,0.991827964782715,0.127504467964172,0.00448424462229013,0.992160856723785,0.123974241316319,0.015723368152976,0.991221308708191,0.131315946578979,0.015383648686111,0.991641700267792,0.128080740571022,0.0155590930953622,0.995101571083069,0.0975690111517906,-0.0159096736460924,0.995049774646759,0.097509078681469,-0.0191864743828774,
  780. 0.995125293731689,0.0976238250732422,-0.0139725357294083,0.994998812675476,0.0980244129896164,-0.0191970784217119,0.995046079158783,0.0981311872601509,-0.0159249007701874,0.994961380958557,0.0979781001806259,-0.0212681591510773,0.988950788974762,0.138030901551247,0.0540725141763687,0.98912113904953,0.136811479926109,0.0540549345314503,0.989266335964203,0.13576540350914,0.0540354661643505,0.989713609218597,0.138430699706078,0.0361104048788548,0.989606261253357,0.139192745089531,0.0361228138208389,0.989878833293915,0.137250959873199,0.0360867939889431,-0.137127041816711,0.990143775939941,-0.0284864082932472,-0.134957134723663,0.990444481372833,-0.028394615277648,-0.124814100563526,0.99178284406662,-0.0280763003975153,-0.134679809212685,0.990224063396454,-0.0362995862960815,-0.136836096644402,0.989926695823669,-0.0363483354449272,-0.146263495087624,0.988566279411316,-0.0366594754159451,0.131316602230072,-0.990296959877014,0.0454735234379768,0.132475405931473,-0.990140736103058,0.0455146692693233,0.140460953116417,-0.98902952671051,0.0457313656806946,0.132289305329323,-0.989892899990082,0.0511039681732655,0.131124228239059,-0.990049123764038,0.0510800294578075,0.123430132865906,-0.99104905128479,0.0508601516485214,0.992408931255341,0.122317351400852,0.0127668986096978,0.992012083530426,0.122198581695557,0.0312969274818897,0.991567075252533,0.122778214514256,0.0414763540029526,0.991038799285889,0.129972845315933,0.0308118537068367,0.991627275943756,0.128512620925903,0.0126448050141335,0.991724669933319,0.128340601921082,0.00329998368397355,-0.00691513251513243,-0.000711611064616591,-0.999975860118866,-0.00688985642045736,-0.00339456787332892,-0.999970495700836,-0.00690228398889303,-0.00233467505313456,-0.999973475933075,-0.0153172202408314,-0.00240112631581724,-0.999879896640778,-0.0153113612905145,-0.00347367650829256,-0.999876737594604,-0.0152945965528488,-0.00524892611429095,-0.999869346618652,0.00193907786160707,0.999951064586639,0.0097030708566308,0.00193512951955199,0.999958097934723,0.00895005371421576,0.00197049253620207,0.999998152256012,-3.76258467440493e-005,
  781. 0.00204480323009193,0.999957859516144,0.00895048398524523,0.00203597056679428,0.99995082616806,0.00970338191837072,0.0020092036575079,0.99983674287796,0.0179565940052271,0.0131724681705236,-0.999562203884125,0.0264969244599342,0.0130105381831527,-0.999637484550476,0.0235729049891233,0.01290771830827,-0.996046841144562,0.0878869667649269,0.0249611623585224,-0.999410271644592,0.0235816203057766,0.0247949603945017,-0.999340415000916,0.0265364479273558,0.0249873790889978,-0.999084532260895,-0.0347241871058941,-0.011984683573246,0.0138134369626641,-0.99983286857605,-0.0119489012286067,0.0152410883456469,-0.999812424182892,-0.0119041558355093,0.017532967031002,-0.999775409698486,0.0103768948465586,0.0148058887571096,-0.999836564064026,0.0103527950122952,0.0133306887000799,-0.999857544898987,0.010304506868124,0.0110990656539798,-0.999885320663452,0.00351750152185559,0.00807108636945486,-0.999961256980896,0.000905948749277741,0.00810529291629791,-0.999966740608215,-0.00131854438222945,0.00811817683279514,-0.999966204166412,-0.00147949892561883,-0.00844497978687286,-0.999963343143463,0.000688838772475719,-0.00848365481942892,-0.999963879585266,-0.0045126941986382,-0.00841546431183815,-0.999954402446747,-0.00154413131531328,-0.0148200234398246,-0.999889075756073,0.0024589931126684,-0.014757914468646,-0.999888181686401,-0.00699825258925557,-0.0148304179310799,-0.999865531921387,0.00235437648370862,-0.00120262184645981,-0.999996602535248,-0.0015708589926362,-0.00117691152263433,-0.999998092651367,0.00812053214758635,-0.00115799158811569,-0.999966382980347,-0.987692534923553,-0.148296877741814,0.0497145913541317,-0.988440573215485,-0.147944107651711,0.0331325344741344,-0.988777279853821,-0.148477658629417,0.0165494456887245,-0.985264420509338,-0.167685598134995,0.033701553940773,-0.98476904630661,-0.16660812497139,0.0497159287333488,-0.983693778514862,-0.16643351316452,0.0681651756167412,-0.976015031337738,-0.217225879430771,-0.0144079923629761,-0.975877106189728,-0.217159166932106,-0.0224940814077854,-0.975684523582459,-0.216857492923737,-0.031823568046093,
  782. -0.975428402423859,-0.219159737229347,-0.0225495174527168,-0.97551029920578,-0.219479382038116,-0.0144461030140519,-0.975560009479523,-0.21961073577404,-0.00733557948842645,0.117896057665348,-0.982393264770508,0.144927352666855,0.126735299825668,-0.981304466724396,0.144843742251396,0.117067120969296,-0.982490003108978,0.144944384694099,0.117849566042423,-0.981614470481873,0.150148212909698,0.117026120424271,-0.9817134141922,0.150146171450615,0.107896938920021,-0.982746005058289,0.150228261947632,-0.99626761674881,-0.0847254917025566,0.0165056698024273,-0.994251668453217,-0.105924718081951,0.0156078385189176,-0.998227953910828,-0.0574260540306568,0.0155963823199272,-0.993943274021149,-0.10589387267828,0.0293845273554325,-0.996047854423523,-0.0843300670385361,0.027876915410161,-0.991041481494904,-0.130285367369652,0.029372114688158,-0.0641969814896584,0.99727189540863,-0.036437775939703,-0.113196022808552,0.992976844310761,-0.0344048365950584,-0.108579017221928,0.993479371070862,-0.0347782112658024,-0.154534339904785,0.987399578094482,-0.0340773686766624,-0.108616396784782,0.993436098098755,-0.0358773842453957,-0.113251537084579,0.992918908596039,-0.0358655452728271,-0.987570106983185,-0.133706167340279,0.0826316848397255,-0.986177265644073,-0.143406987190247,0.0829989016056061,-0.988987624645233,-0.12280011177063,0.0826054140925407,-0.985661447048187,-0.143217623233795,0.0892213732004166,-0.98698753118515,-0.133613869547844,0.0894602239131927,-0.983383417129517,-0.157956570386887,0.0894807279109955,-0.999505162239075,0.0227704048156738,-0.0217053014785051,-0.998952031135559,0.0405037999153137,-0.021318456158042,-0.999425113201141,0.0261567775160074,-0.0215697586536407,-0.999534964561462,0.0260600652545691,-0.0158350374549627,-0.999841153621674,0.00754472427070141,-0.0161536335945129,-0.999618232250214,0.0226459000259638,-0.0158290453255177,0.00190012122038752,-0.999995708465576,0.00224257097579539,-0.0100352223962545,-0.999946773052216,0.00238769827410579,-0.0175213180482388,-0.999843657016754,0.00237956177443266,-0.0175208039581776,-0.999843597412109,0.00245239748619497,
  783. -0.0100362543016672,-0.999947011470795,0.00230291043408215,-0.029021855443716,-0.999575555324554,0.00253311428241432,0.0625593066215515,0.997887074947357,0.017542727291584,0.0440111011266708,0.998884737491608,0.0170977395027876,0.104802131652832,0.994352757930756,0.016706757247448,0.00912775751203299,0.99962055683136,0.0259928461164236,0.0440541803836823,0.998695850372314,0.0258026495575905,0.062693327665329,0.997719883918762,0.02499183639884,-0.999780178070068,-0.0187495350837708,0.00938205514103174,-0.999846458435059,-0.0147977583110332,0.00938765332102776,-0.99995881319046,0.000283018336631358,0.00907325930893421,-0.999750316143036,-0.0190878473222256,-0.0116165149956942,-0.999361634254456,-0.0338666290044785,-0.0113767087459564,-0.999814689159393,-0.0152368303388357,-0.0117659121751785,-0.999484300613403,0.0321068502962589,0.000533166341483593,-0.999477624893188,0.0321002937853336,-0.00374291627667844,-0.999469578266144,0.0321823358535767,0.00498586939647794,-0.999800264835358,0.0196548718959093,-0.00362530676648021,-0.999804496765137,0.0197597406804562,0.000743710959795862,-0.999778509140015,0.019616536796093,-0.00762739405035973,-0.997875273227692,-0.0649862885475159,0.00466522527858615,-0.997870087623596,-0.0649893581867218,0.00562377599999309,-0.997880280017853,-0.0649874582886696,0.00343703269027174,-0.99879777431488,0.0485324412584305,0.00690000085160136,-0.998805165290833,0.048533421009779,0.00572004355490208,-0.998811304569244,0.0485302694141865,0.00455782143399119,-0.999923288822174,0.010634895414114,0.00634695449844003,-0.999978065490723,0.00174704648088664,0.00640296190977097,-0.999939262866974,-0.00868140067905188,0.0067908582277596,-0.99979168176651,0.000748998718336225,-0.0203970912843943,-0.999731659889221,0.0100050456821918,-0.0208975058048964,-0.999551475048065,0.0211983397603035,-0.0211541522294283,-0.998383283615112,0.0559311285614967,0.0101257236674428,-0.998286008834839,0.0559364892542362,0.0172090455889702,-0.998333156108856,0.0559085607528687,0.0143228601664305,-0.998121976852417,0.0609009452164173,0.00661673955619335,
  784. -0.998092293739319,0.0609046518802643,0.0101180085912347,-0.998037159442902,0.0609773769974709,0.0142689980566502,-0.998697519302368,0.0173811092972755,-0.0479708611965179,-0.998703300952911,0.0288271233439446,-0.041962843388319,-0.997927010059357,0.0425909385085106,-0.0482460707426071,-0.998703300952911,0.0288271233439446,-0.041962843388319,-0.999216556549072,0.0175343118607998,-0.0354803316295147,-0.999365746974945,0.00448505487293005,-0.0353270098567009,0.00414522225037217,-0.999927461147308,-0.0113111659884453,-0.036042183637619,-0.998953521251678,-0.0281612668186426,0.0175599791109562,-0.999367535114288,-0.0309223588556051,0.0194912571460009,-0.999785482883453,0.00700906105339527,0.059860497713089,-0.998194456100464,0.00495564145967364,0.00414522225037217,-0.999927461147308,-0.0113111659884453,-0.0103126680478454,0.999945878982544,-0.00141541822813451,-0.00594194047152996,0.998217642307281,0.0593824498355389,-0.0280863642692566,0.997854292392731,0.0591451860964298,-0.00471917493268847,0.998057246208191,-0.0621248930692673,-0.0103126680478454,0.999945878982544,-0.00141541822813451,0.0144700463861227,0.997976183891296,-0.061920490115881,-0.999467551708221,0.0321127213537693,-0.00577519182115793,-0.999425828456879,0.0320786535739899,-0.010907675139606,-0.999779164791107,0.0209023039788008,0.00220308196730912,-0.999779164791107,0.0209023039788008,0.00220308196730912,-0.999922394752502,0.00954783242195845,0.00801708642393351,-0.999939441680908,0.00945925433188677,-0.00562931410968304,-0.999281167984009,-0.0337764918804169,-0.0172186512500048,-0.999515473842621,-0.0257895402610302,-0.0174261499196291,-0.999409198760986,-0.0296635441482067,-0.0173584930598736,-0.999465465545654,-0.0296041797846556,-0.0138716315850616,-0.999247491359711,-0.0362665355205536,-0.0137547273188829,-0.999336779117584,-0.0336898528039455,-0.0138219045475125,-0.999980688095093,0.00108481664210558,-0.00613418128341436,-0.999980688095093,0.0010848167585209,-0.00613418128341436,-0.999980688095093,0.00108481664210558,-0.00613418128341436
  785. }
  786. TangentsW: *1260 {
  787. 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,
  788. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,-1,1,1,-1,1,1,1,-1
  789. }
  790. }
  791. LayerElementUV: 0 {
  792. Version: 101
  793. Name: "map1"
  794. MappingInformationType: "ByPolygonVertex"
  795. ReferenceInformationType: "IndexToDirect"
  796. UV: *2176 {
  797. a: 0,0,0.249999538064003,4.46428227718343e-010,0.250005930662155,0.0646386221051216,-0.00014388159615919,0.109301283955574,0.50000011920929,0,0.364871293306351,0.127165600657463,0.315955609083176,0.131136402487755,0.306155115365982,0.200305938720703,0.249785527586937,0.202203288674355,-0.000277544313576072,0.201805666089058,0.672820568084717,0.416850715875626,0.581608295440674,0.443484663963318,0.672821044921875,0.296074688434601,0.672820687294006,0.519129931926727,0.581114828586578,0.519130051136017,0.998813569545746,0.274758011102676,0.998867988586426,0.341932237148285,0.749364078044891,0.341974645853043,0.638125538825989,0.589284479618073,0.638508498668671,0.472820341587067,-0.30243045091629,0.58780711889267,-0.302307963371277,0.469882786273956,0.0532750077545643,0.470329761505127,0.0531089343130589,0.58770215511322,0.133225843310356,0.470696896314621,0.132911026477814,0.58762925863266,0.230683714151382,0.587728381156921,0.231194585561752,0.471253603696823,0.299959599971771,0.471680730581284,0.299567580223084,0.588047325611115,0.394544064998627,0.261976361274719,0.605432331562042,0.126655697822571,0.634958624839783,0.26503136754036,0.693211019039154,0.339851588010788,0.683631837368011,0.271119207143784,0.249666079878807,0.272594958543777,0.101582057774067,0.269978553056717,0.102897763252258,0.222848266363144,0.498162150382996,0.272870600223541,0.737759709358215,0.862607061862946,0.737761735916138,0.920470893383026,0.692805707454681,0.925822675228119,0.692792236804962,0.857272982597351,0.99899423122406,0.0657781064510345,0.901700675487518,0.0719248205423355,0.901757717132568,0.130443945527077,0.749977707862854,0.132675155997276,0.750000536441803,1.15393161692623e-009,0.998827934265137,0,0.325700104236603,0.852324426174164,0.32570943236351,0.930909633636475,0.559547126293182,0.929625511169434,0.559533655643463,0.853535294532776,0.50000011920929,0,0.50002533197403,0.130461454391479,0.327179998159409,0.369152575731277,0.327179908752441,0.296074688434601,0.419896245002747,0.364812105894089,0.805307924747467,
  798. 0.862619876861572,0.811081230640411,0.920281171798706,0.499662429094315,0.257341533899307,0.32827153801918,0.249733835458755,0.498888105154037,0.249565094709396,0.749823808670044,1.5180481672287,0.998654723167419,1.5180481672287,0.998586297035217,1.09413933753967,0.749450206756592,1.09413933753967,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.686562657356262,0.258888483047485,0.749738931655884,0.0657625868916512,0.895279228687286,0.0658151209354401,0.880442380905151,0.175843209028244,0.749702155590057,0.173364251852036,0.749784827232361,2.5902409106493e-009,0.612885177135468,0.196180447936058,0.50000011920929,0,0.998827934265137,0,0.998965919017792,0.0615158565342426,1.35062766075134,0.45308518409729,1.35099291801453,0.606565237045288,1.1702823638916,0.59873354434967,1.17006278038025,0.461556553840637,1.00178515911102,0.472460955381393,1.00153195858002,0.587699890136719,0.834158301353455,0.578220725059509,0.834774732589722,0.480460524559021,0.683499813079834,0.570119917392731,0.683825731277466,0.48587703704834,0.615444302558899,0.580133616924286,0.61638206243515,0.482086777687073,0.605190634727478,0.126583144068718,1.03513932228088,0.277051985263824,0.72674971818924,0.294383734464645,0.708026111125946,0.357299208641052,0.789847493171692,0.200894832611084,0.493230313062668,0.339991688728333,0.651508510112762,0.202305883169174,0.346495866775513,0.00290262699127197,0.346496075391769,0.139604777097702,0.253879815340042,0.139604777097702,0.176772907376289,0.142365872859955,0.0922585725784302,0.0713461488485336,0.000854613375850022,0.0713463425636292,0.000854730606079102,0.00290262699127197,0.289337009191513,0.130995824933052,3.33345815306529e-005,0.123570963740349,0,0,0.249999403953552,5.33984856332381e-010,-0.226403504610062,0.92980569601059,-0.226468876004219,0.853499233722687,0.0377325341105461,0.853275895118713,0.0377191007137299,0.929884970188141,0.32570943236351,0.930909633636475,0.325700104236603,0.852324426174164,0.50000011920929,0,0.50002533197403,0.130461454391479,0.500353395938873,0.189819812774658,
  799. 0.300107896327972,0.189809232950211,0.0927069336175919,0.853000700473785,0.0927294194698334,0.930272400379181,0.278139561414719,0.852744698524475,0.27813446521759,0.930643200874329,0.24996592104435,0.244237810373306,0.499746561050415,0.258899658918381,0.394670397043228,0.263695895671844,0.386884391307831,0.33373436331749,0.24989116191864,0.314425349235535,0.103912018239498,0.206547856330872,0.119706608355045,0.16740208864212,0.118835739791393,0.316880851984024,0.249821424484253,1.5180481672287,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.250026643276215,1.09413933753967,-0.0325616262853146,1.09400653839111,-0.0327872671186924,1.51789963245392,1.11319195639226e-005,0.202363908290863,0.498162150382996,0.272870600223541,0.498448640108109,0.249524623155594,0.35205078125,1.7314453125,0.422923177480698,1.60788178443909,0.37646484375,1.7626953125,0.53515625,1.6494140625,0.416278809309006,1.60540771484375,0.4541015625,1.83984375,0.621716916561127,1.6656653881073,0.380859375,1.83349609375,0.55908203125,1.986328125,0.4521484375,1.97216796875,0.31005859375,2.099609375,0.421875,2.1005859375,0.55517578125,2.15234375,0.609375,2.0263671875,0.44580078125,2.158203125,0.312744140625,2.1689453125,0.5009765625,2.203125,0.34375,2.322265625,0.1993408203125,2.5283203125,0.458740234375,2.349609375,0.322265625,2.5146484375,0.20654296875,2.62109375,0.412109375,2.7119140625,0.33154296875,2.8828125,0.2183837890625,2.9091796875,0.462890625,2.8466796875,0.256305634975433,2.98728489875793,0.459763199090958,2.9840567111969,0.6708984375,0.29248046875,0.75244140625,0.31103515625,0.673828125,0.3056640625,0.09625244140625,0.720458984375,0.25634765625,0.724853515625,0.255126953125,0.8016357421875,0.09625244140625,0.720458984375,0.255126953125,0.8016357421875,0.096435546875,0.8009033203125,0.2568359375,0.72265625,0.09613037109375,0.718505859375,0.09942626953125,0.64111328125,0.2568359375,0.72265625,0.09942626953125,0.64111328125,0.25830078125,0.646484375,0.10003662109375,0.959075927734375,0.096923828125,0.8780517578125,0.25634765625,
  800. 0.87872314453125,0.258056640625,0.949371337890625,0.01812744140625,0.720458984375,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.09381103515625,0.719970703125,0.258544921875,0.724365234375,0.330078125,0.79736328125,0.259521484375,0.801513671875,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.09710693359375,0.87652587890625,0.25439453125,0.80419921875,0.258544921875,0.8739013671875,0.25439453125,0.80419921875,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.89404296875,0.13134765625,0.748046875,0.2080078125,0.751953125,0.1298828125,0.748046875,0.2080078125,0.89404296875,0.13134765625,0.8935546875,0.208984375,0.90380859375,0.37255859375,0.751953125,0.3076171875,0.8974609375,0.296875,0.751953125,0.3076171875,0.90380859375,0.37255859375,0.7724609375,0.384765625,0.8896484375,0.20947265625,0.9775390625,0.28466796875,0.89892578125,0.29541015625,0.9775390625,0.28466796875,0.8896484375,0.20947265625,0.9619140625,0.19580078125,0.7529296875,0.2080078125,0.67578125,0.2919921875,0.67578125,0.21435546875,0.75341796875,0.30810546875,0.67578125,0.2919921875,0.7529296875,0.2080078125,0.8974609375,0.29541015625,0.74951171875,0.21142578125,0.8896484375,0.208984375,0.74951171875,0.21142578125,0.8974609375,0.29541015625,0.751953125,0.30859375,0.096435546875,0.8009033203125,0.25244140625,0.722900390625,0.2548828125,0.80078125,0.25244140625,0.722900390625,0.096435546875,0.8009033203125,0.09625244140625,0.720458984375,0.2548828125,0.953399658203125,0.09429931640625,0.87939453125,0.256103515625,0.87725830078125,0.10693359375,0.95928955078125,0.0947265625,0.801025390625,0.019073486328125,0.800048828125,0.09381103515625,0.719970703125,0.09381103515625,0.719970703125,0.0233306884765625,0.720947265625,0.328857421875,0.7952880859375,0.25830078125,0.723876953125,0.33642578125,0.7265625,0.25830078125,0.723876953125,0.328857421875,0.7952880859375,0.259521484375,0.801513671875,0.252685546875,0.72216796875,0.10528564453125,0.645751953125,0.255126953125,0.64599609375,0.252685546875,
  801. 0.72216796875,0.09613037109375,0.718505859375,0.09521484375,0.87738037109375,0.25439453125,0.8040771484375,0.25830078125,0.873291015625,0.25439453125,0.8040771484375,0.0966796875,0.8028564453125,0.096435546875,0.8009033203125,0.096435546875,0.72021484375,0.255126953125,0.80126953125,0.096435546875,0.72021484375,0.25634765625,0.724853515625,0.255126953125,0.80126953125,0.09991455078125,0.640380859375,0.25830078125,0.646484375,0.2568359375,0.72265625,0.09991455078125,0.640380859375,0.2568359375,0.72265625,0.0963134765625,0.71728515625,0.1009521484375,0.95947265625,0.255859375,0.87908935546875,0.258056640625,0.949371337890625,0.096923828125,0.8780517578125,0.255859375,0.87908935546875,0.016815185546875,0.720458984375,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.09381103515625,0.71923828125,0.258544921875,0.724365234375,0.329833984375,0.7974853515625,0.25732421875,0.801513671875,0.329833984375,0.7974853515625,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.258056640625,0.8740234375,0.09710693359375,0.87652587890625,0.25439453125,0.8013916015625,0.0966796875,0.8028564453125,0.25439453125,0.8013916015625,0.09710693359375,0.87652587890625,0.09649658203125,0.719970703125,0.25537109375,0.8013916015625,0.09613037109375,0.80126953125,0.25537109375,0.8013916015625,0.09649658203125,0.719970703125,0.25634765625,0.724853515625,0.10186767578125,0.639892578125,0.25830078125,0.646484375,0.2568359375,0.72265625,0.10186767578125,0.639892578125,0.2568359375,0.72265625,0.096435546875,0.718017578125,0.1029052734375,0.9598388671875,0.096923828125,0.8780517578125,0.256103515625,0.87872314453125,0.258056640625,0.949371337890625,0.02099609375,0.8031005859375,0.093505859375,0.71923828125,0.09814453125,0.8013916015625,0.02099609375,0.8031005859375,0.017364501953125,0.71826171875,0.330078125,0.7955322265625,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.258544921875,0.724365234375,0.330078125,0.7955322265625,0.258056640625,0.8021240234375,0.258056640625,0.8740234375,0.09625244140625,
  802. 0.8050537109375,0.254638671875,0.8026123046875,0.09710693359375,0.87652587890625,0.09625244140625,0.8050537109375,0.258056640625,0.8740234375,0.096435546875,0.8009033203125,0.25244140625,0.722900390625,0.255126953125,0.80078125,0.25244140625,0.722900390625,0.096435546875,0.8009033203125,0.09625244140625,0.720458984375,0.254638671875,0.953887939453125,0.096923828125,0.8780517578125,0.2548828125,0.87677001953125,0.1016845703125,0.960479736328125,0.096923828125,0.8780517578125,0.0947265625,0.801025390625,0.019989013671875,0.718505859375,0.09381103515625,0.719970703125,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.259033203125,0.8006591796875,0.336181640625,0.7265625,0.328857421875,0.7952880859375,0.259033203125,0.8006591796875,0.25830078125,0.7236328125,0.336181640625,0.7265625,0.25244140625,0.72216796875,0.10101318359375,0.642822265625,0.255126953125,0.64599609375,0.09613037109375,0.718505859375,0.25244140625,0.72216796875,0.09710693359375,0.87652587890625,0.25439453125,0.8038330078125,0.257080078125,0.8736572265625,0.25439453125,0.8038330078125,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.096435546875,0.8009033203125,0.0965576171875,0.720947265625,0.255126953125,0.80078125,0.255126953125,0.80078125,0.0965576171875,0.720947265625,0.25634765625,0.724853515625,0.25830078125,0.646484375,0.2568359375,0.72265625,0.100341796875,0.640380859375,0.2568359375,0.72265625,0.09661865234375,0.717041015625,0.100341796875,0.640380859375,0.1005859375,0.9561767578125,0.096923828125,0.8780517578125,0.254638671875,0.88031005859375,0.1005859375,0.9561767578125,0.254638671875,0.88031005859375,0.258056640625,0.949371337890625,0.0167083740234375,0.7216796875,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.0167083740234375,0.7216796875,0.09381103515625,0.718505859375,0.2587890625,0.8017578125,0.334716796875,0.726806640625,0.32958984375,0.7919921875,0.2587890625,0.8017578125,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.09710693359375,0.87652587890625,0.254638671875,
  803. 0.803955078125,0.256591796875,0.873779296875,0.254638671875,0.803955078125,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.096435546875,0.8009033203125,0.09710693359375,0.720947265625,0.2548828125,0.801513671875,0.2548828125,0.801513671875,0.09710693359375,0.720947265625,0.25634765625,0.724853515625,0.099609375,0.640625,0.25830078125,0.646484375,0.2568359375,0.72265625,0.099609375,0.640625,0.2568359375,0.72265625,0.096923828125,0.717529296875,0.10076904296875,0.960357666015625,0.096923828125,0.8780517578125,0.256591796875,0.87884521484375,0.10076904296875,0.960357666015625,0.256591796875,0.87884521484375,0.258056640625,0.949371337890625,0.0947265625,0.801025390625,0.018096923828125,0.720947265625,0.0938720703125,0.718994140625,0.018096923828125,0.720947265625,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.329833984375,0.799072265625,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.258544921875,0.724365234375,0.329833984375,0.799072265625,0.259033203125,0.8011474609375,0.259033203125,0.8736572265625,0.09710693359375,0.87652587890625,0.25439453125,0.8037109375,0.0966796875,0.8028564453125,0.25439453125,0.8037109375,0.09710693359375,0.87652587890625,0.09527587890625,0.7994384765625,0.256591796875,0.723388671875,0.255126953125,0.8023681640625,0.256591796875,0.723388671875,0.09625244140625,0.720458984375,0.258544921875,0.9521484375,0.096923828125,0.8780517578125,0.256591796875,0.87762451171875,0.09991455078125,0.960113525390625,0.096923828125,0.8780517578125,0.258544921875,0.9521484375,0.0946044921875,0.801025390625,0.02099609375,0.8031005859375,0.0194091796875,0.721435546875,0.09381103515625,0.719970703125,0.329345703125,0.7978515625,0.2607421875,0.801513671875,0.33447265625,0.726318359375,0.33447265625,0.726318359375,0.257080078125,0.72412109375,0.0992431640625,0.64208984375,0.2568359375,0.723388671875,0.09613037109375,0.718505859375,0.25830078125,0.646240234375,0.2587890625,0.873779296875,0.09710693359375,0.87652587890625,0.254638671875,0.8031005859375,0.09588623046875,0.79931640625,
  804. 0.254638671875,0.8031005859375,0.09710693359375,0.87652587890625,0.096435546875,0.8009033203125,0.09710693359375,0.720947265625,0.255126953125,0.801513671875,0.09710693359375,0.720947265625,0.25634765625,0.724853515625,0.255126953125,0.801513671875,0.096923828125,0.717529296875,0.099609375,0.640380859375,0.2568359375,0.72265625,0.2568359375,0.72265625,0.099609375,0.640380859375,0.25830078125,0.646484375,0.10101318359375,0.960052490234375,0.2568359375,0.87884521484375,0.258056640625,0.949371337890625,0.096923828125,0.8780517578125,0.0179443359375,0.720947265625,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.0938720703125,0.718994140625,0.258544921875,0.724365234375,0.329833984375,0.799072265625,0.25927734375,0.8011474609375,0.329833984375,0.799072265625,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.09710693359375,0.87652587890625,0.25439453125,0.8037109375,0.259033203125,0.8736572265625,0.25439453125,0.8037109375,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.74853515625,0.20703125,0.89404296875,0.13232421875,0.8935546875,0.2099609375,0.74853515625,0.20703125,0.751953125,0.1298828125,0.89404296875,0.13232421875,0.763671875,0.38916015625,0.8974609375,0.296875,0.90478515625,0.369140625,0.8974609375,0.296875,0.763671875,0.38916015625,0.75244140625,0.31005859375,0.89111328125,0.21142578125,0.96337890625,0.19580078125,0.97119140625,0.27978515625,0.89111328125,0.21142578125,0.97119140625,0.27978515625,0.89892578125,0.29541015625,0.751953125,0.0390625,0.89404296875,0.13134765625,0.751953125,0.12890625,0.89404296875,0.13134765625,0.751953125,0.0390625,0.89453125,0.04638671875,0.751953125,0.2099609375,0.67041015625,0.30419921875,0.67578125,0.21435546875,0.67041015625,0.30419921875,0.751953125,0.2099609375,0.75048828125,0.30859375,0.8974609375,0.29541015625,0.75146484375,0.2109375,0.8896484375,0.2119140625,0.75146484375,0.2109375,0.8974609375,0.29541015625,0.75244140625,0.30810546875,0.09625244140625,0.720458984375,0.25634765625,0.724853515625,0.255126953125,
  805. 0.8017578125,0.09625244140625,0.720458984375,0.255126953125,0.8017578125,0.096435546875,0.8009033203125,0.2568359375,0.72265625,0.09613037109375,0.718505859375,0.09979248046875,0.639892578125,0.2568359375,0.72265625,0.09979248046875,0.639892578125,0.25830078125,0.646484375,0.09991455078125,0.9588623046875,0.256591796875,0.87884521484375,0.258056640625,0.949371337890625,0.256591796875,0.87884521484375,0.096923828125,0.8780517578125,0.016815185546875,0.72119140625,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.09381103515625,0.719970703125,0.258544921875,0.724365234375,0.329833984375,0.7972412109375,0.259521484375,0.801513671875,0.329833984375,0.7972412109375,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.09710693359375,0.87652587890625,0.25439453125,0.8043212890625,0.2587890625,0.873779296875,0.25439453125,0.8043212890625,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.09637451171875,0.719970703125,0.255615234375,0.801513671875,0.09613037109375,0.8011474609375,0.09637451171875,0.719970703125,0.25634765625,0.724853515625,0.25830078125,0.647216796875,0.2568359375,0.72265625,0.09637451171875,0.717529296875,0.09637451171875,0.717529296875,0.104248046875,0.64501953125,0.25830078125,0.647216796875,0.25830078125,0.9527587890625,0.0947265625,0.8795166015625,0.257080078125,0.876220703125,0.10504150390625,0.959625244140625,0.023712158203125,0.720703125,0.09295654296875,0.719970703125,0.02105712890625,0.7999267578125,0.0977783203125,0.8013916015625,0.329345703125,0.7962646484375,0.258544921875,0.724365234375,0.33447265625,0.72705078125,0.258544921875,0.724365234375,0.258056640625,0.8021240234375,0.25927734375,0.873291015625,0.096435546875,0.80517578125,0.25439453125,0.8026123046875,0.09515380859375,0.87744140625,0.420166015625,0.7540283203125,0.53369140625,0.664794921875,0.53564453125,0.7520751953125,0.53369140625,0.664794921875,0.420166015625,0.7540283203125,0.4130859375,0.6669921875,0.611328125,0.82666015625,0.54150390625,0.91424560546875,0.53271484375,
  806. 0.8251953125,0.54150390625,0.91424560546875,0.611328125,0.82666015625,0.6123046875,0.913818359375,0.4130859375,0.8271484375,0.34423828125,0.91302490234375,0.344482421875,0.828125,0.418212890625,0.91162109375,0.34423828125,0.91302490234375,0.4130859375,0.8271484375,0.5361328125,0.825927734375,0.415283203125,0.9119873046875,0.414794921875,0.82763671875,0.5361328125,0.825927734375,0.537109375,0.9136962890625,0.415283203125,0.9119873046875,0.419677734375,0.7547607421875,0.53662109375,0.8251953125,0.414306640625,0.8260498046875,0.419677734375,0.7547607421875,0.5361328125,0.7535400390625,0.413818359375,0.98736572265625,0.413818359375,0.91448974609375,0.53515625,0.989303588867188,0.53759765625,0.9127197265625,0.53369140625,0.6650390625,0.419921875,0.75390625,0.412841796875,0.6669921875,0.419921875,0.75390625,0.53369140625,0.6650390625,0.53564453125,0.7520751953125,0.5380859375,0.9144287109375,0.611328125,0.82666015625,0.61181640625,0.91375732421875,0.611328125,0.82666015625,0.53759765625,0.826416015625,0.414794921875,0.912841796875,0.34423828125,0.91314697265625,0.412841796875,0.826904296875,0.345458984375,0.8282470703125,0.412841796875,0.826904296875,0.34423828125,0.91314697265625,0.415771484375,0.8267822265625,0.5361328125,0.8265380859375,0.5361328125,0.91375732421875,0.5361328125,0.91375732421875,0.412353515625,0.9127197265625,0.415771484375,0.8267822265625,0.4140625,0.8271484375,0.419921875,0.7550048828125,0.53662109375,0.825439453125,0.5361328125,0.7535400390625,0.53662109375,0.825439453125,0.53759765625,0.9140625,0.53564453125,0.988845825195313,0.41162109375,0.914794921875,0.413818359375,0.987388610839844,0.7490234375,0.2060546875,0.89404296875,0.13232421875,0.8935546875,0.20947265625,0.7490234375,0.2060546875,0.751953125,0.1298828125,0.89404296875,0.13232421875,0.76318359375,0.3896484375,0.8974609375,0.296875,0.90478515625,0.369140625,0.8974609375,0.296875,0.76318359375,0.3896484375,0.7529296875,0.31005859375,0.89111328125,0.2109375,0.96337890625,0.19580078125,0.97119140625,0.27978515625,0.89111328125,0.2109375,0.97119140625,
  807. 0.27978515625,0.89892578125,0.29541015625,0.89404296875,0.13134765625,0.75146484375,0.0390625,0.89453125,0.04638671875,0.75146484375,0.0390625,0.89404296875,0.13134765625,0.751953125,0.12890625,0.67041015625,0.3037109375,0.751953125,0.21044921875,0.75048828125,0.30859375,0.751953125,0.21044921875,0.67041015625,0.3037109375,0.67578125,0.21435546875,0.7509765625,0.21142578125,0.8974609375,0.29541015625,0.75244140625,0.30810546875,0.8974609375,0.29541015625,0.7509765625,0.21142578125,0.8896484375,0.2119140625,0.41259765625,0.66748046875,0.53271484375,0.664794921875,0.53662109375,0.7515869140625,0.53662109375,0.7515869140625,0.420166015625,0.7537841796875,0.41259765625,0.66748046875,0.61181640625,0.826904296875,0.53857421875,0.9144287109375,0.53759765625,0.826416015625,0.61083984375,0.91412353515625,0.53857421875,0.9144287109375,0.61181640625,0.826904296875,0.346435546875,0.8282470703125,0.412109375,0.826904296875,0.344970703125,0.91339111328125,0.344970703125,0.91339111328125,0.412109375,0.826904296875,0.416015625,0.91162109375,0.415771484375,0.826904296875,0.5361328125,0.8265380859375,0.5361328125,0.91375732421875,0.5361328125,0.91375732421875,0.41455078125,0.91204833984375,0.415771484375,0.826904296875,0.4140625,0.8272705078125,0.419921875,0.7568359375,0.53662109375,0.825439453125,0.419921875,0.7568359375,0.53662109375,0.7532958984375,0.53662109375,0.825439453125,0.53759765625,0.91400146484375,0.53466796875,0.987808227539063,0.413818359375,0.91357421875,0.41455078125,0.988021850585938,0.7490234375,0.20703125,0.751953125,0.1298828125,0.89404296875,0.13134765625,0.7490234375,0.20703125,0.89404296875,0.13134765625,0.8935546875,0.208984375,0.76318359375,0.39111328125,0.8974609375,0.296875,0.90478515625,0.369140625,0.76318359375,0.39111328125,0.75244140625,0.3095703125,0.8974609375,0.296875,0.8896484375,0.208984375,0.9716796875,0.27978515625,0.89892578125,0.29541015625,0.9716796875,0.27978515625,0.8896484375,0.208984375,0.9619140625,0.19580078125,0.751953125,0.20849609375,0.6748046875,0.3076171875,0.67578125,0.21435546875,
  808. 0.74951171875,0.30810546875,0.751953125,0.20849609375,0.8974609375,0.29541015625,0.75146484375,0.2109375,0.88916015625,0.20849609375,0.75146484375,0.2109375,0.8974609375,0.29541015625,0.75244140625,0.30859375,0.53662109375,0.7515869140625,0.4130859375,0.66748046875,0.533203125,0.66455078125,0.53662109375,0.7515869140625,0.420166015625,0.7537841796875,0.4130859375,0.66748046875,0.61083984375,0.8267822265625,0.53955078125,0.91412353515625,0.53271484375,0.825439453125,0.6123046875,0.9141845703125,0.53955078125,0.91412353515625,0.61083984375,0.8267822265625,0.4130859375,0.8271484375,0.34423828125,0.91302490234375,0.345947265625,0.8282470703125,0.418212890625,0.9114990234375,0.34423828125,0.91302490234375,0.4130859375,0.8271484375,0.5361328125,0.825927734375,0.417724609375,0.9119873046875,0.414794921875,0.82763671875,0.5361328125,0.825927734375,0.537109375,0.91351318359375,0.419677734375,0.7564697265625,0.537109375,0.8236083984375,0.414306640625,0.8260498046875,0.419677734375,0.7564697265625,0.53662109375,0.75341796875,0.413818359375,0.987709045410156,0.414794921875,0.9150390625,0.53515625,0.988609313964844,0.5380859375,0.9107666015625,0.89404296875,0.130859375,0.751953125,0.12890625,0.7509765625,0.0390625,0.89404296875,0.130859375,0.7509765625,0.0390625,0.89453125,0.044921875,0.89404296875,0.13232421875,0.7509765625,0.2080078125,0.751953125,0.1298828125,0.7509765625,0.2080078125,0.89404296875,0.13232421875,0.8935546875,0.208984375,0.76513671875,0.38916015625,0.8974609375,0.296875,0.904296875,0.36865234375,0.8974609375,0.296875,0.76513671875,0.38916015625,0.7529296875,0.31005859375,0.89111328125,0.2099609375,0.96337890625,0.19580078125,0.97119140625,0.2802734375,0.89111328125,0.2099609375,0.97119140625,0.2802734375,0.89892578125,0.29541015625,0.75341796875,0.03955078125,0.89404296875,0.13134765625,0.75146484375,0.12939453125,0.89404296875,0.13134765625,0.75341796875,0.03955078125,0.89453125,0.04541015625,0.751953125,0.2119140625,0.75,0.30810546875,0.6767578125,0.2138671875,0.669921875,0.30419921875,0.6767578125,0.2138671875,
  809. 0.75,0.30810546875,0.8974609375,0.29541015625,0.75390625,0.21337890625,0.8896484375,0.21044921875,0.75390625,0.21337890625,0.8974609375,0.29541015625,0.75244140625,0.30810546875,0.096435546875,0.8009033203125,0.09637451171875,0.719970703125,0.255859375,0.802001953125,0.09637451171875,0.719970703125,0.25634765625,0.724853515625,0.099609375,0.640380859375,0.2568359375,0.72265625,0.09625244140625,0.716552734375,0.2568359375,0.72265625,0.099609375,0.640380859375,0.25830078125,0.646484375,0.10076904296875,0.960723876953125,0.25634765625,0.87939453125,0.258056640625,0.949371337890625,0.10076904296875,0.960723876953125,0.096923828125,0.8780517578125,0.0947265625,0.801025390625,0.0167388916015625,0.7197265625,0.09375,0.7197265625,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.329833984375,0.7969970703125,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.258544921875,0.724365234375,0.329833984375,0.7969970703125,0.259033203125,0.801513671875,0.0966796875,0.8028564453125,0.253662109375,0.8035888671875,0.09710693359375,0.87652587890625,0.09710693359375,0.87652587890625,0.2587890625,0.873779296875,0.7509765625,0.2080078125,0.89404296875,0.13232421875,0.8935546875,0.208984375,0.7509765625,0.2080078125,0.751953125,0.1298828125,0.89404296875,0.13232421875,0.76513671875,0.38916015625,0.8974609375,0.296875,0.904296875,0.3681640625,0.8974609375,0.296875,0.76513671875,0.38916015625,0.75244140625,0.31005859375,0.8916015625,0.2099609375,0.96337890625,0.19580078125,0.97119140625,0.2802734375,0.8916015625,0.2099609375,0.97119140625,0.2802734375,0.89892578125,0.29541015625,0.75341796875,0.03955078125,0.89404296875,0.13134765625,0.75146484375,0.12939453125,0.89404296875,0.13134765625,0.75341796875,0.03955078125,0.89453125,0.04541015625,0.751953125,0.2119140625,0.75,0.30810546875,0.6767578125,0.2138671875,0.669921875,0.30419921875,0.6767578125,0.2138671875,0.75,0.30810546875,0.8974609375,0.29541015625,0.75390625,0.21337890625,0.8896484375,0.21044921875,0.75390625,0.21337890625,0.8974609375,0.29541015625,0.75244140625,
  810. 0.30810546875,0.096435546875,0.8009033203125,0.0965576171875,0.72021484375,0.255126953125,0.8011474609375,0.0965576171875,0.72021484375,0.25634765625,0.724853515625,0.255126953125,0.8011474609375,0.10028076171875,0.639892578125,0.2568359375,0.72265625,0.09649658203125,0.71728515625,0.2568359375,0.72265625,0.10028076171875,0.639892578125,0.25830078125,0.646484375,0.10125732421875,0.960662841796875,0.255615234375,0.878662109375,0.258056640625,0.949371337890625,0.10125732421875,0.960662841796875,0.096923828125,0.8780517578125,0.255615234375,0.878662109375,0.0171966552734375,0.718994140625,0.0947265625,0.801025390625,0.02099609375,0.8031005859375,0.0947265625,0.801025390625,0.0171966552734375,0.718994140625,0.09375,0.718505859375,0.258544921875,0.724365234375,0.329833984375,0.798583984375,0.259521484375,0.8011474609375,0.329833984375,0.798583984375,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.09710693359375,0.87652587890625,0.254638671875,0.80419921875,0.2578125,0.873779296875,0.254638671875,0.80419921875,0.09710693359375,0.87652587890625,0.0966796875,0.8028564453125,0.413330078125,0.665771484375,0.53369140625,0.665771484375,0.419921875,0.75341796875,0.419921875,0.75341796875,0.53369140625,0.665771484375,0.53564453125,0.7520751953125,0.6123046875,0.91302490234375,0.53759765625,0.826416015625,0.611328125,0.82666015625,0.53759765625,0.826416015625,0.6123046875,0.91302490234375,0.5380859375,0.91455078125,0.412841796875,0.826904296875,0.345458984375,0.9139404296875,0.343017578125,0.829345703125,0.345458984375,0.9139404296875,0.412841796875,0.826904296875,0.415771484375,0.911376953125,0.4150390625,0.911865234375,0.5361328125,0.8265380859375,0.537109375,0.91436767578125,0.5361328125,0.8265380859375,0.4150390625,0.911865234375,0.41357421875,0.827392578125,0.413330078125,0.8258056640625,0.420166015625,0.75390625,0.53662109375,0.825439453125,0.53662109375,0.825439453125,0.420166015625,0.75390625,0.5361328125,0.7535400390625,0.41455078125,0.91339111328125,0.53564453125,0.989036560058594,0.4150390625,0.987457275390625,
  811. 0.53564453125,0.989036560058594,0.41455078125,0.91339111328125,0.53759765625,0.91546630859375,0.89404296875,0.13232421875,0.7509765625,0.2080078125,0.751953125,0.1298828125,0.7509765625,0.2080078125,0.89404296875,0.13232421875,0.8935546875,0.208984375,0.7646484375,0.38916015625,0.8974609375,0.296875,0.904296875,0.36865234375,0.8974609375,0.296875,0.7646484375,0.38916015625,0.7529296875,0.31005859375,0.89111328125,0.2099609375,0.96337890625,0.19580078125,0.97119140625,0.2802734375,0.89111328125,0.2099609375,0.97119140625,0.2802734375,0.89892578125,0.29541015625,0.89404296875,0.13134765625,0.7529296875,0.03955078125,0.89453125,0.04541015625,0.7529296875,0.03955078125,0.89404296875,0.13134765625,0.75146484375,0.12939453125,0.669921875,0.30419921875,0.6767578125,0.2138671875,0.75,0.30810546875,0.751953125,0.2119140625,0.75,0.30810546875,0.6767578125,0.2138671875,0.75390625,0.21337890625,0.8974609375,0.29541015625,0.75244140625,0.30810546875,0.8974609375,0.29541015625,0.75390625,0.21337890625,0.8896484375,0.21044921875,0.4130859375,0.66748046875,0.533203125,0.66455078125,0.53662109375,0.7515869140625,0.53662109375,0.7515869140625,0.420166015625,0.7537841796875,0.4130859375,0.66748046875,0.6123046875,0.9141845703125,0.53955078125,0.91412353515625,0.61083984375,0.8267822265625,0.61083984375,0.8267822265625,0.53955078125,0.91412353515625,0.53271484375,0.825439453125,0.4130859375,0.8271484375,0.34423828125,0.91302490234375,0.345947265625,0.8282470703125,0.418212890625,0.9114990234375,0.34423828125,0.91302490234375,0.4130859375,0.8271484375,0.5361328125,0.825927734375,0.417724609375,0.9119873046875,0.414794921875,0.82763671875,0.5361328125,0.825927734375,0.537109375,0.91351318359375,0.417724609375,0.9119873046875,0.537109375,0.8236083984375,0.419677734375,0.7564697265625,0.53662109375,0.75341796875,0.419677734375,0.7564697265625,0.537109375,0.8236083984375,0.414306640625,0.8260498046875,0.53515625,0.988609313964844,0.414794921875,0.9150390625,0.5380859375,0.9107666015625,0.413818359375,0.987709045410156,0.414794921875,0.9150390625,
  812. 0.53515625,0.988609313964844,0.255615234375,0.801513671875,0.09637451171875,0.719970703125,0.09613037109375,0.80126953125,0.09637451171875,0.719970703125,0.255615234375,0.801513671875,0.25634765625,0.724853515625,0.09637451171875,0.717529296875,0.2568359375,0.72265625,0.25830078125,0.647216796875,0.10406494140625,0.64501953125,0.09637451171875,0.717529296875,0.25830078125,0.647216796875,0.25830078125,0.9527587890625,0.09478759765625,0.8795166015625,0.1048583984375,0.959625244140625,0.25830078125,0.9527587890625,0.25732421875,0.8763427734375,0.0210723876953125,0.7999267578125,0.09771728515625,0.8013916015625,0.09295654296875,0.719970703125,0.09295654296875,0.719970703125,0.023773193359375,0.720703125,0.3291015625,0.796142578125,0.258544921875,0.724365234375,0.258056640625,0.8021240234375,0.258544921875,0.724365234375,0.33447265625,0.72705078125,0.096435546875,0.80517578125,0.09521484375,0.87744140625,0.259521484375,0.8731689453125,0.25439453125,0.8026123046875,0.096435546875,0.80517578125,0.89404296875,0.130859375,0.751953125,0.12890625,0.74951171875,0.05322265625,0.74951171875,0.05322265625,0.89306640625,0.041015625,0.89404296875,0.130859375,0.74951171875,0.05322265625,0.76123046875,0.03955078125,0.89306640625,0.041015625
  813. }
  814. UVIndex: *1260 {
  815. a: 0,1,2,3,5,2,1,4,5,6,2,8,2,6,7,3,2,8,9,57,55,56,12,57,12,11,11,12,10,13,11,13,14,32,30,60,69,34,32,69,15,15,16,17,34,33,34,17,23,20,21,22,25,23,22,24,27,26,25,24,26,27,28,29,5,4,31,29,28,19,18,42,39,40,41,45,46,47,44,44,47,48,43,52,42,41,51,50,49,52,51,47,46,54,53,58,59,40,39,37,61,35,36,66,63,64,65,68,67,63,66,38,35,61,62,70,71,72,73,75,91,70,73,71,70,74,77,77,78,71,82,79,80,81,84,83,82,81,86,83,84,85,87,88,86,85,87,89,90,88,95,92,93,97,97,93,96,138,104,98,99,100,103,104,102,104,100,102,100,101,102,108,105,106,107,112,109,110,111,105,108,115,116,118,105,116,117,112,111,119,120,122,120,119,121,113,122,121,114,124,125,123,127,123,125,126,129,123,128,130,128,123,127,131,132,134,136,134,132,133,135,136,134,128,137,129,138,139,97,96,93,94,91,76,74,70,140,141,142,142,144,143,145,145,143,146,148,142,145,147,149,147,145,148,150,147,149,151,151,149,148,152,152,148,153,150,151,154,155,152,154,151,156,154,152,157,155,154,156,158,155,157,160,157,156,159,160,158,160,161,159,162,160,163,161,160,162,163,164,161,163,162,165,167,166,164,163,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,187,191,192,193,194,193,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,240,241,239,242,243,244,245,246,244,247,248,249,250,251,252,253,254,255,256,255,257,258,259,260,261,262,259,263,264,265,266,267,268,269,270,271,272,273,274,275,276,277,278,276,279,280,281,282,283,284,281,285,286,287,288,289,290,291,292,293,294,295,296,297,298,299,300,301,302,303,304,305,306,307,308,309,310,311,312,313,314,315,316,315,317,318,319,320,321,322,323,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,337,342,343,344,343,345,346,347,348,349,350,351,352,353,354,355,356,354,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,
  816. 403,404,405,406,407,408,409,410,411,412,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,432,433,434,435,436,437,438,439,436,440,441,442,443,444,445,446,447,448,449,450,451,452,453,454,452,455,457,458,456,459,460,461,462,463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,479,480,478,481,482,483,484,485,482,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,544,545,546,547,548,549,550,547,551,552,553,554,555,552,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,570,572,573,574,575,576,577,578,579,581,582,580,583,586,584,585,587,588,589,590,591,588,592,594,595,593,596,597,598,599,600,601,602,603,604,605,606,607,608,609,610,611,612,613,614,615,616,617,618,619,620,621,622,623,622,624,625,628,626,627,629,630,631,632,633,634,635,636,637,638,639,636,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,654,656,657,660,658,659,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,730,728,729,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,751,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,780,784,785,786,785,787,788,791,789,790,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,810,811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,837,838,839,840,841,842,843,844,845,846,847,848,849,850,847,851,852,853,852,854,855,856,857,858,859,860,861,862,863,864,865,863,866,867,868,869,870,871,872,873,874,875,876,877,878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,
  817. 899,900,901,902,903,904,905,906,907,908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,968,969,970,971,972,973,974,975,976,977,978,979,980,981,982,983,984,985,986,987,988,989,990,991,992,993,994,995,996,997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1019,1020,1021,1022,1023,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1060,1062,1063,1064,1065,1066,1067,1068,1064,1069,1070,1071,1072,1069,1073,1074,1075,1076,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087
  818. }
  819. }
  820. LayerElementSmoothing: 0 {
  821. Version: 102
  822. Name: ""
  823. MappingInformationType: "ByEdge"
  824. ReferenceInformationType: "Direct"
  825. Smoothing: *647 {
  826. a: 0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,1,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,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,0,1,0,0,1,0,0,1,1,0,1,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,0,0,0,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,1,0,1,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,1,1,0,0,0,0,1,0,0,0,0,0,1,0,1,0,1,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,1,1,0,0,0,0,0,1,0,0,1,0,0,0,0,1,1,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  827. }
  828. }
  829. LayerElementMaterial: 0 {
  830. Version: 101
  831. Name: ""
  832. MappingInformationType: "ByPolygon"
  833. ReferenceInformationType: "IndexToDirect"
  834. Materials: *396 {
  835. a: 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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
  836. }
  837. }
  838. Layer: 0 {
  839. Version: 100
  840. LayerElement: {
  841. Type: "LayerElementNormal"
  842. TypedIndex: 0
  843. }
  844. LayerElement: {
  845. Type: "LayerElementBinormal"
  846. TypedIndex: 0
  847. }
  848. LayerElement: {
  849. Type: "LayerElementTangent"
  850. TypedIndex: 0
  851. }
  852. LayerElement: {
  853. Type: "LayerElementMaterial"
  854. TypedIndex: 0
  855. }
  856. LayerElement: {
  857. Type: "LayerElementSmoothing"
  858. TypedIndex: 0
  859. }
  860. LayerElement: {
  861. Type: "LayerElementUV"
  862. TypedIndex: 0
  863. }
  864. }
  865. }
  866. Geometry: 2333008450736, "Geometry::", "Mesh" {
  867. Vertices: *441 {
  868. a: -200,0,62.5,-100,0,62.5,0,0,62.5,-100,80.6673583984375,62.5,-200,80.6673583984375,62.5,-200,80.6673583984375,29.334716796875,-100,25.807861328125,62.5,-200,43.67822265625,62.5,-200,53.7648315429688,29.334716796875,-100,80.6673583984375,29.4443359375,-77.48046875,79.76611328125,62.5,-77.48046875,79.76611328125,29.4443359375,-73.6640625,52.2789306640625,62.5,-73.6640625,52.2789306640625,29.4443359375,-54.15234375,50.736083984375,62.5,-54.15234375,49.8381958007813,29.4443359375,42.052734375,49.1206665039063,29.4443359375,42.052734375,50.7454833984375,62.5,-200,0,-62.5,-100,0,-62.5,0,0,-62.5,-100,53.144287109375,-29.005615234375,-160.8984375,52.3067626953125,-29.005615234375,-160.8984375,52.3067626953125,-62.5,-100,53.144287109375,-62.5,0,52.1920166015625,-62.5,0,52.3280639648438,-29.005615234375,-200,26.4284057617188,-62.5,-203.265625,25.009033203125,-29.115234375,-160.8984375,28.839111328125,-62.5,-160.8984375,28.839111328125,-29.005615234375,0,47.055419921875,29.22509765625,-69.1953125,43.6793212890625,-29.22509765625,0,43.3200073242188,-29.115234375,-74.8984375,47.374267578125,29.22509765625,200,0,62.5,100,0,62.5,200,24.7526245117188,29.4443359375,200,24.7526245117188,62.5,100,69.5657501220703,62.5,100,26.4215698242188,62.5,45.09765625,78.6695709228516,62.5,100,69.5657501220703,29.4443359375,45.09765625,77.2156524658203,29.4443359375,152.478515625,70.583122253418,62.5,152.478515625,70.583122253418,29.4443359375,158.44140625,26.4215698242188,62.5,158.44140625,26.4215698242188,29.4443359375,200,0,-62.5,100,0,-62.5,200,49.43798828125,-62.5,200,49.43798828125,-29.005615234375,84.267578125,52.4019775390625,-29.005615234375,84.267578125,52.4019775390625,-62.5,79.9609375,75.9952697753906,-29.005615234375,79.9609375,75.9272766113281,-62.5,-0.134765625,76.0213928222656,-29.005615234375,-0.134765625,75.9359436035156,-62.5,200,50.3222045898438,-0.914794921875,100,41.5275268554688,29.4443359375,152.119140625,10.7634887695313,29.4443359375,115.265625,23.0676879882813,-28.996826171875,61.05859375,24.217041015625,-29.0009765625,
  869. 155.97265625,24.9100341796875,29.75927734375,200,24.7526245117188,29.4443359375,153.5625,38.19482421875,29.86474609375,200,50.3222045898438,-0.9150390625,140.5078125,55.2112197875977,7.0888671875,200,49.43798828125,-29.005615234375,141.650390625,59.7580986022949,29.8837890625,105.92578125,47.9759521484375,-29.47216796875,104,70.9395980834961,-5.576171875,50.67578125,67.4759140014648,29.8304443359375,58.806640625,68.6979370117188,-6.86767578125,59.1953125,26.6862182617188,-29.5703125,101.49609375,27.34765625,-29.22509765625,51.0390625,50.4122924804688,-8.9912109375,41.248046875,46.5578002929688,29.570556640625,45.30859375,50.086669921875,-29.603515625,-1.048828125,46.6697998046875,7.3555908203125,-74.8984375,47.374267578125,29.22509765625,0,43.3200073242188,-29.115234375,-56.296875,58.0885620117188,-2.1884765625,-87.681640625,77.1676864624023,29.7234497070313,-118.234375,44.7000312805176,-29.468505859375,-174.3828125,68.6254806518555,-9.789306640625,-180.078125,74.9496459960938,29.771484375,-160.8984375,28.839111328125,-29.005859375,-200,53.7648315429688,29.334716796875,-203.265625,25.009033203125,-29.115234375,-69.46484375,84.8746948242188,33.068359375,-67.63671875,53.6499824523926,26.2353515625,-74.8203125,81.8526458740234,26.6962890625,-137.8046875,83.4227676391602,64.8251953125,-69.66796875,53.5418930053711,66.39453125,-70.9375,85.1402435302734,65.162109375,-137.130859375,53.2409782409668,61.36328125,-137.46484375,82.2450180053711,26.9912109375,-136.5,53.9063606262207,26.91796875,-209.31640625,51.177490234375,65.8837890625,-137.373046875,51.7377853393555,27.8818359375,-138.265625,52.1259841918945,66.263671875,-209.3203125,51.311279296875,27.2333984375,-137.80859375,83.1552810668945,27.4716796875,-210.640625,82.1657257080078,66.26953125,-137.73046875,82.3748550415039,65.0576171875,-206.900390625,80.548713684082,27.421875,-114.134765625,59.6383972167969,-65.009765625,-176.392578125,59.0455284118652,-26.826171875,-113.908203125,57.9882698059082,-27.3095703125,-177.03125,59.22314453125,-63.8896484375,-114.880859375,32.8585243225098,-64.4619140625,
  870. -176.49609375,33.2150268554688,-64.5185546875,-113.515625,34.1881103515625,-27.048828125,-176.41015625,34.4206733703613,-28.146484375,158.154296875,72.7437744140625,28.693359375,99.13671875,71.42333984375,64.5849609375,158.38671875,70.9678802490234,64.109375,98.8046875,71.6011352539063,29.7197265625,99.19921875,44.2146835327148,29.24609375,156.396484375,46.5554351806641,28.896484375,159.451171875,44.8205413818359,64.251953125,98.392578125,44.5527458190918,63.662109375,43.310546875,52.7572059631348,64.3193359375,96.80078125,54.1874809265137,26.2802734375,99,52.6195945739746,64.177734375,42.80078125,53.9833068847656,26.529296875,42.666015625,80.4116973876953,65.544921875,42.80078125,80.4184875488281,27.328125,99.12890625,80.1110000610352,65.609375,99.296875,81.3737869262695,27.1923828125,39.494140625,50.376148223877,-28.005859375,-5.29296875,51.0397300720215,-27.751953125,-6.306640625,51.835807800293,-64.87109375,37.5703125,52.7950744628906,-65.1083984375,-6.17578125,77.4417266845703,-26.685546875,-6.046875,77.4539566040039,-64.1337890625,39.59765625,78.4432220458984,-64.2548828125,38.564453125,77.5643997192383,-26.908203125,85.78515625,50.1327972412109,-27.80859375,40.6171875,50.3135185241699,-64.73828125,85.03125,50.1607933044434,-65.04296875,42.390625,51.7528228759766,-27.5654296875,86.201171875,75.5539855957031,-64.9609375,86.16796875,75.6193695068359,-27.171875,40.8359375,77.6308975219727,-27.515625,41.60546875,79.0343475341797,-64.810546875
  871. }
  872. PolygonVertexIndex: *550 {
  873. a: 0,1,6,-8,14,6,1,-3,14,12,-7,3,6,12,-11,7,6,3,-5,28,27,18,-1,28,0,-9,8,0,7,-5,8,4,-6,15,16,31,-35,13,15,34,-9,8,5,9,-14,11,13,-10,9,5,4,-4,11,9,3,-11,12,13,11,-11,13,12,14,-16,14,2,-18,15,14,17,-17,23,29,30,-23,23,24,19,-30,29,19,18,-28,24,23,22,-22,26,25,24,-22,19,24,25,-21,27,28,30,-30,30,32,21,-23,19,1,0,-19,20,2,1,-20,26,21,32,-34,40,46,44,-40,41,17,40,-40,46,40,36,-36,35,38,-47,46,38,37,-48,45,44,46,-48,39,44,45,-43,43,41,39,-43,43,16,17,-42,61,51,52,-63,62,52,56,-27,35,48,50,-52,38,35,-38,35,51,-38,51,58,-38,49,53,50,-49,52,51,50,-54,53,49,20,-26,55,53,25,-58,52,53,55,-55,56,54,55,-58,26,56,57,-26,31,16,-60,42,59,16,-44,60,59,-48,45,47,59,-43,36,2,49,-36,49,2,-21,48,35,-50,47,37,-61,26,33,-63,56,52,-55,17,2,36,-41,63,64,-66,65,64,66,-68,67,66,68,-71,65,67,-70,71,69,67,-71,72,69,71,-74,73,71,70,-75,74,70,-76,72,73,76,-78,74,76,-74,78,76,-75,79,77,76,-79,80,77,79,-83,79,78,81,-83,80,82,-84,81,84,-83,85,83,82,-85,85,86,-84,85,84,87,-90,88,86,85,-90,90,91,-93,93,94,-96,94,93,-97,97,91,-99,91,97,-93,96,97,-99,97,96,-94,94,90,-96,91,90,-95,98,94,-97,94,98,-92,99,100,-102,100,99,-103,104,105,103,-107,99,104,-103,102,104,-107,105,100,-104,100,105,-102,100,106,-104,106,100,-103,104,101,-106,101,104,-100,107,108,-110,108,107,-111,111,112,-111,111,110,-108,111,113,114,-113,113,107,-110,107,113,-112,114,110,-113,110,114,-109,114,109,-109,113,109,-115,115,116,-118,116,115,-119,119,118,-116,115,120,-120,121,122,119,-121,121,120,115,-118,122,118,-120,118,122,-117,117,116,122,-122,123,124,-126,124,123,-127,127,126,-124,126,127,-129,129,125,-131,124,130,-126,130,128,-128,127,129,-131,130,124,-129,124,126,-129,129,127,123,-126,131,132,-134,133,134,-132,133,135,-137,132,135,-134,134,137,-132,131,137,-139,137,136,-136,135,138,-138,137,134,-137,134,133,-137,138,135,132,-132,139,140,-142,139,142,-141,139,143,-145,141,143,-140,145,140,-143,146,140,-146,144,146,-146,144,143,-147,142,144,-146,144,142,-140,141,140,146,-144,93,95,-91,90,97,-94,90,92,-98
  874. }
  875. Edges: *292 {
  876. a: 0,3,6,11,32,17,18,1,2,31,42,47,39,14,45,13,37,8,33,4,51,55,56,62,7,66,69,65,80,94,100,71,85,74,75,88,86,90,87,93,96,19,76,82,73,72,113,35,21,34,20,99,103,107,114,25,127,213,125,118,128,122,124,131,145,202,140,119,117,137,116,132,115,133,134,141,142,146,174,190,160,172,151,178,180,191,183,189,156,186,194,185,169,158,168,201,206,159,171,227,224,208,150,153,155,120,236,237,238,240,241,242,244,248,249,245,246,250,253,254,256,257,260,263,264,261,266,269,267,268,272,274,275,278,279,284,282,281,285,288,289,290,291,293,296,297,298,301,304,303,302,307,308,309,310,311,312,313,315,316,317,318,319,321,323,325,328,329,330,334,335,341,342,343,345,346,347,348,349,350,351,352,356,357,358,361,363,369,375,376,377,379,380,381,382,383,386,387,388,389,391,393,397,401,403,409,410,411,413,414,415,417,418,419,421,422,424,428,429,433,439,440,441,443,444,445,447,449,450,451,452,453,454,457,459,460,464,473,474,475,476,477,479,480,481,482,485,486,489,490,491,493,494,498,507,508,509,510,511,513,514,515,516,519,521,522,524,525,527,529,531,543,544,9,22,24,29,36,43,40,77,126,152,161,163,166,182,200,207,214,215,157
  877. }
  878. GeometryVersion: 124
  879. LayerElementNormal: 0 {
  880. Version: 102
  881. Name: ""
  882. MappingInformationType: "ByPolygonVertex"
  883. ReferenceInformationType: "Direct"
  884. Normals: *1650 {
  885. a: 0,0,1,0,0,1,9.93203830290668e-009,0,1,3.31549294685374e-008,0,1,5.8072342490334e-009,0,1,9.93203830290668e-009,0,1,0,0,1,1.03050945554628e-008,0,1,5.8072342490334e-009,0,1,-1.39191087100699e-007,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,9.93203830290668e-009,0,1,-1.39191087100699e-007,0,1,-1.77743373797057e-007,0,1,3.31549294685374e-008,0,1,9.93203830290668e-009,0,1,1.1739370364694e-008,0,1,5.31615178545053e-008,0,1,-0.99711549282074,-0.0754372030496597,-0.00836426950991154,-0.994626522064209,-0.101288810372353,-0.0214152149856091,-0.994626522064209,-0.101288802921772,-0.0214152149856091,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-0.99711549282074,-0.0754372030496597,-0.00836426950991154,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-0.999601066112518,0.0148274572566152,0.0240372102707624,-0.999601066112518,0.0148274572566152,0.0240372102707624,-0.999800980091095,-0.00500032678246498,0.0193130485713482,-1,0,0,-1,0,0,-0.999601066112518,0.0148274572566152,0.0240372102707624,-1,0,0,-1,0,0,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00077163870446384,0.00620573991909623,-0.999980509281158,0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000708504463545978,0.0835453867912292,-0.996503710746765,0.00190687947906554,0.0452270545065403,-0.998974859714508,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000974467839114368,0.000587948015891016,-0.999999403953552,0.000971693254541606,0.000462825759314001,-0.999999463558197,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00120154430624098,0.0129687450826168,-0.999915242195129,1.23942580643188e-008,0,-1,0.00120154430624098,0.0129687450826168,-0.999915242195129,0.000940360710956156,0.000447901664301753,-0.999999403953552,0.00734160840511322,0.999973058700562,0,0,1,0,0,0.999999940395355,0,0.00734579144045711,0.999973058700562,0,0.733112037181854,0.680107891559601,0,
  886. 0.00734160840511322,0.999973058700562,0,0.00734579144045711,0.999973058700562,0,0.733112037181854,0.680107891559601,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.733112037181854,0.680107891559601,0,0.733112037181854,0.680107891559601,0,0.101544760167599,0.994739294052124,-0.0135100614279509,0.101544760167599,0.994739294052124,-0.0135100614279509,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.0202251598238945,0.99921727180481,-0.0339956097304821,5.8072342490334e-009,0,1,1.03050945554628e-008,0,1,4.43915215697643e-009,0,1,0.0202251598238945,0.99921727180481,-0.0339956097304821,0.0202752631157637,0.999216675758362,-0.0339830741286278,0.00367761356756091,0.999265909194946,-0.0381304621696472,0.00367761356756091,0.999265968799591,-0.0381304658949375,-1,0,0,-1,0,0,-1,0,0,-1,0,0,-5.23283993913992e-008,0,-0.999999940395355,1.61196709314027e-008,0,-1,2.20212754697968e-008,0,-1,-1.67542850704194e-008,0,-1,-1.67542850704194e-008,0,-1,2.20212754697968e-008,0,-1,1.55809125601536e-008,0,-1,1.55809125601536e-008,0,-1,0.000290385069092736,0.999999225139618,-0.00126220018137246,-0.0137515040114522,0.999905467033386,0,-0.0137515040114522,0.999905467033386,0,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.00884210597723722,0.99995893239975,-0.00203077844344079,0.00884210504591465,0.999958872795105,-0.00203077821061015,0.000290385069092736,0.999999225139618,-0.00126220018137246,0.000290385069092736,0.999999225139618,-0.00126220018137246,2.20212754697968e-008,0,-1,1.61196709314027e-008,0,-1,4.63545006823551e-008,0,-1,4.63545006823551e-008,0,-1,-0.0763913542032242,0.996925592422485,0.01742759719491,-0.0763913467526436,0.996925592422485,0.0174275953322649,-0.0763913467526436,0.996925532817841,0.0174275953322649,-0.0763913467526436,0.996925592422485,0.01742759719491,0.00193682697135955,-0.00485283136367798,0.999986350536346,-0.000175779001438059,-0.0159357730299234,0.999873042106628,0.00178902526386082,-0.0056282770819962,0.999982595443726,0.00193682697135955,-0.00485283136367798,0.999986350536346,
  887. 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.000782064686063677,-0.0191160533577204,0.999816954135895,0.00178902526386082,-0.0056282770819962,0.999982595443726,-0.000175779001438059,-0.0159357730299234,0.999873042106628,-0.000782064802478999,-0.0191160552203655,0.99981701374054,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,4.43915215697643e-009,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.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.593931198120117,0.804515719413757,0,0.593931198120117,0.804515719413757,0,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.15079627931118,0.988325834274292,-0.021735155954957,0.150796294212341,0.988325834274292,-0.0217351578176022,0.0683716312050819,0.997596859931946,-0.0112171284854412,0.0683716312050819,0.997596859931946,-0.0112171284854412,-0.994130313396454,0.108072154223919,-0.00503278896212578,-0.994130373001099,0.10807216912508,-0.00503278989344835,-0.994130253791809,0.10807216912508,-0.00503278942778707,-0.994130373001099,0.10807216912508,-0.00503278942778707,-1.7624004613026e-005,0.000280996639048681,0.99999988079071,-1.7624004613026e-005,0.000280996639048681,0.999999940395355,-1.06322031570016e-005,0.000194382257177494,1,-3.84322665922809e-005,8.74833567650057e-005,1,-3.84322665922809e-005,8.74833567650057e-005,1,-1.06322031570016e-005,0.000194382257177494,1,-4.90213984960519e-008,8.19737542769872e-005,1,-0.000378571217879653,-0.000727676844689995,0.999999701976776,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0.999999940395355,0,0,1,0,0,0.999999940395355,0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0,0,0,-0.999999940395355,4.58372761968917e-009,0,-1,0,0,-1,0,0,-1,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,
  888. 0.0256023108959198,0.99967223405838,0,4.58372761968917e-009,0,-1,0,0,-0.999999940395355,0,0,-0.999999940395355,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-0.999999940395355,4.58372761968917e-009,0,-1,9.02942964842168e-009,0,-1,3.14200470086234e-008,0,-1,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699440956116,0.179820328950882,-0.000182531774044037,0.983699440956116,0.179820328950882,-0.000182531759492122,0.000217177352169529,0.99999737739563,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,0.000217177352169529,0.999997317790985,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983906745911,-0.00568175548687577,1.87864989129594e-005,-0.999983787536621,-0.00568175548687577,1.878649709397e-005,0.000649433932267129,0.0869216844439507,-0.996214926242828,0.00077163870446384,0.00620573991909623,-0.999980509281158,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,0.00077163870446384,0.00620573991909623,-0.999980509281158,9.56510426419754e-009,0,-1,4.26636077577314e-008,0,-0.999999940395355,1.02940866781864e-005,7.86045056884177e-005,-1,2.83445406035199e-010,0,-1,-1.82927166747504e-008,0,-1,2.83445406035199e-010,0,-1,1.02940866781864e-005,7.86045056884177e-005,-1,-5.36782396309832e-009,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,-1,0,0,-1,0,2.83445406035199e-010,0,-1,0,0,-1,4.26636077577314e-008,0,-0.999999940395355,-0.000378571217879653,-0.000727676844689995,0.999999701976776,-0.00567800225690007,-0.0121679184958339,0.99990975856781,-3.84322665922809e-005,8.74833567650057e-005,1,-4.90213984960519e-008,8.19737542769872e-005,1,-1.06322031570016e-005,0.000194382257177494,1,2.60548205233135e-008,0,1,4.43915215697643e-009,0,1,1.03050945554628e-008,0,1,0,0,1,0,0,1,0.00712926732376218,-0.0066452887840569,0.999952495098114,
  889. 0.179961785674095,0.773686528205872,0.607472598552704,0.21881939470768,0.75818920135498,0.61422073841095,0.21881939470768,0.75818920135498,0.61422073841095,0.179961785674095,0.773686528205872,0.607472598552704,0.0866825878620148,0.983782708644867,0.15702748298645,0.208998411893845,0.975232064723969,-0.0724024921655655,0.208998411893845,0.975232064723969,-0.0724024921655655,0.0866825878620148,0.983782708644867,0.15702748298645,0.0155972745269537,0.991019666194916,-0.132803320884705,0.0159525349736214,0.779187560081482,-0.626587808132172,0.21881939470768,0.75818920135498,0.61422073841095,0.208998411893845,0.975232064723969,-0.0724024921655655,0.303332656621933,0.950547993183136,-0.0666917935013771,0.0890731960535049,0.963245391845703,-0.253425091505051,0.303332656621933,0.950547993183136,-0.0666917935013771,0.208998411893845,0.975232064723969,-0.0724024921655655,0.0159525349736214,0.779187560081482,-0.626587808132172,-0.275489687919617,0.959154427051544,0.0642518326640129,0.303332656621933,0.950547993183136,-0.0666917935013771,0.0890731960535049,0.963245391845703,-0.253425091505051,-0.209392458200455,0.932009398937225,-0.295826584100723,-0.209392458200455,0.932009398937225,-0.295826584100723,0.0890731960535049,0.963245391845703,-0.253425091505051,0.0159525349736214,0.779187560081482,-0.626587808132172,-0.072015680372715,0.558877289295197,-0.826117336750031,-0.072015680372715,0.558877289295197,-0.826117336750031,0.0159525349736214,0.779187560081482,-0.626587808132172,0.00837520323693752,-0.0137741873040795,-0.99987006187439,-0.275489687919617,0.959154427051544,0.0642518326640129,-0.209392458200455,0.932009398937225,-0.295826584100723,-0.307614177465439,0.946855664253235,-0.0940109267830849,-0.289100766181946,0.957014739513397,0.0233157332986593,-0.072015680372715,0.558877289295197,-0.826117336750031,-0.307614177465439,0.946855664253235,-0.0940109267830849,-0.209392458200455,0.932009398937225,-0.295826584100723,0.0994092151522636,0.994437158107758,-0.0348188057541847,-0.307614177465439,0.946855664253235,-0.0940109267830849,
  890. -0.072015680372715,0.558877289295197,-0.826117336750031,0.0421435385942459,0.996900856494904,0.0664270371198654,-0.289100766181946,0.957014739513397,0.0233157332986593,-0.307614177465439,0.946855664253235,-0.0940109267830849,0.0994092151522636,0.994437158107758,-0.0348188057541847,0.289650976657867,0.903150081634521,0.316894918680191,-0.289100766181946,0.957014739513397,0.0233157332986593,0.0421435385942459,0.996900856494904,0.0664270371198654,0.091839425265789,0.959746778011322,-0.265427142381668,0.0421435385942459,0.996900856494904,0.0664270371198654,0.0994092151522636,0.994437158107758,-0.0348188057541847,0.0478463731706142,0.987452566623688,-0.150492936372757,0.091839425265789,0.959746778011322,-0.265427142381668,0.289650976657867,0.903150081634521,0.316894918680191,0.091839425265789,0.959746778011322,-0.265427142381668,0.14754955470562,0.881858766078949,-0.447832673788071,0.0478463731706142,0.987452566623688,-0.150492936372757,0.074037604033947,0.806407630443573,-0.58670699596405,0.091839425265789,0.959746778011322,-0.265427142381668,-0.246854037046433,0.80260443687439,-0.543036997318268,0.14754955470562,0.881858766078949,-0.447832673788071,0.091839425265789,0.959746778011322,-0.265427142381668,0.074037604033947,0.806407630443573,-0.58670699596405,-0.246854037046433,0.80260443687439,-0.543036997318268,-0.436070740222931,0.871766030788422,-0.223307818174362,0.14754955470562,0.881858766078949,-0.447832673788071,-0.246854037046433,0.80260443687439,-0.543036997318268,0.074037604033947,0.806407630443573,-0.58670699596405,-0.0977439135313034,0.405782133340836,-0.908728182315826,-0.440608948469162,0.575938165187836,-0.688592076301575,-0.7375408411026,0.62979644536972,-0.243700236082077,-0.436070740222931,0.871766030788422,-0.223307818174362,-0.246854037046433,0.80260443687439,-0.543036997318268,-0.440608948469162,0.575938165187836,-0.688592076301575,0.705045461654663,0.190747752785683,-0.683027327060699,0.705045521259308,0.190747767686844,-0.683027327060699,0.705045402050018,0.19074772298336,-0.683027267456055,-0.0544071979820728,-0.0717572420835495,0.995937049388886,
  891. -0.0241276696324348,-0.00251367385499179,0.999705672264099,-0.00602937815710902,0.0387304946780205,0.999231517314911,-0.0241276696324348,-0.00251367385499179,0.999705672264099,-0.0544071979820728,-0.0717572420835495,0.995937049388886,-0.0733645185828209,-0.115264303982258,0.99062192440033,-0.00867916829884052,0.00523756537586451,-0.999948680400848,-0.00627097859978676,0.0111176399514079,-0.999918460845947,-0.00990370661020279,0.00224720477126539,-0.999948382377625,-0.00627097859978676,0.0111176399514079,-0.999918460845947,-0.00867916829884052,0.00523756537586451,-0.999948680400848,-0.00461234338581562,0.015166905708611,-0.999874413013458,-0.99958461523056,-0.0260683745145798,-0.0122849931940436,-0.999521315097809,-0.0277411844581366,-0.0136971743777394,-0.999242961406708,-0.0339714847505093,-0.0189571883529425,-0.999521315097809,-0.0277411844581366,-0.0136971743777394,-0.99958461523056,-0.0260683745145798,-0.0122849931940436,-0.999737143516541,-0.0213654283434153,-0.00831502769142389,0.99782782793045,0.044850304722786,0.0482494905591011,0.997787654399872,0.0452936626970768,0.0486660562455654,0.998088538646698,0.0418728329241276,0.0454519204795361,0.997597217559814,0.0473369732499123,0.0505858398973942,0.997787654399872,0.0452936626970768,0.0486660562455654,0.99782782793045,0.044850304722786,0.0482494905591011,0.00223288871347904,-0.999912917613983,-0.0130119873210788,-0.00122276926413178,-0.99997353553772,-0.00716212950646877,0.00589183997362852,-0.999798178672791,-0.0192055199295282,-0.00122276926413178,-0.99997353553772,-0.00716212950646877,0.00223288871347904,-0.999912917613983,-0.0130119873210788,-0.00375152099877596,-0.999988794326782,-0.0028811008669436,0.00821480993181467,-0.999965906143188,0.000808485434390605,0.010929848998785,-0.999922633171082,0.00594906648620963,0.0132919000461698,-0.999857366085052,0.0104217175394297,0.010929848998785,-0.999922633171082,0.00594906648620963,0.00821480993181467,-0.999965906143188,0.000808485434390605,0.00595909683033824,-0.999976277351379,-0.00346204545348883,-0.0199205987155437,0.99973076581955,-0.0118968086317182,
  892. -0.0199205968528986,0.999730706214905,-0.0118968077003956,-0.0199205987155437,0.999730706214905,-0.0118968086317182,-0.0199205968528986,0.999730706214905,-0.0118968077003956,-0.999088227748871,-0.0426930226385593,-4.68018333776854e-005,-0.99916535615921,0.00793823227286339,-0.0400691218674183,-0.998059570789337,0.0277875475585461,-0.055720929056406,-0.998059570789337,0.0277875475585461,-0.055720929056406,-0.99916535615921,0.00793823227286339,-0.0400691218674183,-0.991651892662048,0.0827138423919678,-0.0989187732338905,0.999918282032013,-0.00332016218453646,0.0123495906591415,0.999959230422974,0.000755587359890342,0.0089910663664341,0.999902665615082,0.0138380359858274,-0.00179102818947285,0.999959230422974,0.000755587359890342,0.0089910663664341,0.999918282032013,-0.00332016218453646,0.0123495906591415,0.999585449695587,-0.0167509354650974,0.0234150048345327,0.00314674736000597,-0.00837038643658161,-0.999960005283356,0.00695318821817636,0.000815264880657196,-0.999975442886353,0.00121265940833837,-0.0130370948463678,-0.999914348125458,0.00695318821817636,0.000815264880657196,-0.999975442886353,0.00314674736000597,-0.00837038643658161,-0.999960005283356,0.00897831842303276,0.00570292305201292,-0.999943494796753,0.00044361871550791,0.000873762182891369,0.999999523162842,0.0110021932050586,0.0263127479702234,0.999593198299408,0.0164933055639267,0.0395426563918591,0.999081790447235,0.0110021932050586,0.0263127479702234,0.999593198299408,0.00044361871550791,0.000873762182891369,0.999999523162842,-0.00517701357603073,-0.0126680806279182,0.999906301498413,0.00919136125594378,0.999492287635803,0.0305053684860468,0.00170505663845688,0.999830901622772,0.0183042120188475,0.0172391925007105,0.998899459838867,0.0436181463301182,0.00170505663845688,0.999830901622772,0.0183042120188475,0.00919136125594378,0.999492287635803,0.0305053684860468,-0.00651460094377398,0.99996680021286,0.00490417517721653,-0.0131958490237594,-0.00940426345914602,-0.99986869096756,0.00105910620186478,0.0241958480328321,-0.999706745147705,-0.00403139647096395,0.0122004291042686,-0.999917387962341,
  893. -0.0131958490237594,-0.00940426345914602,-0.99986869096756,-0.00403139647096395,0.0122004291042686,-0.999917387962341,-0.0176707711070776,-0.0199579931795597,-0.999644696712494,-0.0050474782474339,-0.999394059181213,0.0344381704926491,-0.00504747917875648,-0.999394118785858,0.0344381704926491,-0.00504747871309519,-0.999394118785858,0.0344381742179394,-0.00504747871309519,-0.999394118785858,0.0344381742179394,0.999835908412933,-0.0024480598513037,-0.0179485287517309,0.999590754508972,-0.0133885126560926,-0.0252793058753014,0.999850988388062,0.0164345540106297,-0.00528935948386788,0.999590754508972,-0.0133885126560926,-0.0252793058753014,0.999835908412933,-0.0024480598513037,-0.0179485287517309,0.99896377325058,-0.0285566169768572,-0.0354381836950779,-0.999898076057434,-0.008268759585917,0.011637557297945,-0.999880075454712,-0.0130796963348985,0.00829890742897987,-0.999782204627991,-0.0206464827060699,0.00304657127708197,-0.999880075454712,-0.0130796963348985,0.00829890742897987,-0.999898076057434,-0.008268759585917,0.011637557297945,-0.999851584434509,-0.000210702841286547,0.0172282792627811,0.00133442447986454,-0.0390231236815453,0.999237477779388,-0.0115805715322495,-0.00479650357738137,0.999921441078186,0.00681904098019004,-0.0535437762737274,0.998542249202728,-0.0174092873930931,0.0106660230085254,0.99979156255722,-0.0115805715322495,-0.00479650357738137,0.999921441078186,0.00133442447986454,-0.0390231236815453,0.999237477779388,-0.00106800824869424,0.999386429786682,0.0350108332931995,-0.00973531790077686,0.999736845493317,0.02077198587358,0.00807875953614712,0.998715221881866,0.0500262640416622,-0.00973531790077686,0.999736845493317,0.02077198587358,-0.00106800824869424,0.999386429786682,0.0350108332931995,-0.0191575475037098,0.999802529811859,0.00528133753687143,-0.0146767441183329,0.0109581314027309,-0.999832272529602,-0.0176163818687201,0.0170354507863522,-0.999699652194977,-0.00945328827947378,0.000161495059728622,-0.999955236911774,-0.00945328827947378,0.000161495059728622,-0.999955236911774,-0.00581067940220237,-0.00736595317721367,-0.999956011772156,
  894. -0.0146767441183329,0.0109581314027309,-0.999832272529602,0.0220904741436243,-0.999541103839874,-0.0207226984202862,0.0220904778689146,-0.999541223049164,-0.0207227040082216,0.0220904760062695,-0.999541163444519,-0.0207227040082216,0.0220904741436243,-0.999541103839874,-0.0207227002829313,0.998800158500671,-0.0135425720363855,-0.0470629222691059,0.998800158500671,-0.0135425729677081,-0.0470629297196865,0.998800218105316,-0.0135425720363855,-0.0470629222691059,0.998800158500671,-0.0135425720363855,-0.0470629259943962,-0.999942481517792,0.00981736835092306,-0.00431747641414404,-0.99994969367981,0.00338882324285805,-0.00944046583026648,-0.999630689620972,-0.0139975743368268,-0.0232917964458466,-0.99994969367981,0.00338882324285805,-0.00944046583026648,-0.999942481517792,0.00981736835092306,-0.00431747641414404,-0.999579250812531,0.0273500792682171,0.00965873617678881,-0.000972559675574303,-0.0147214327007532,0.99989116191864,-0.000972559675574303,-0.0147214327007532,0.999891102313995,-0.000972559675574303,-0.0147214336320758,0.99989128112793,-0.000972559675574303,-0.0147214345633984,0.99989116191864,0.00116309314034879,-0.999353289604187,-0.0359403155744076,-0.000278834748314694,-0.999279022216797,-0.0379651673138142,-0.00257366825826466,-0.99914813041687,-0.0411872640252113,-0.000278834748314694,-0.999279022216797,-0.0379651673138142,0.00116309314034879,-0.999353289604187,-0.0359403155744076,0.00362921110354364,-0.999465942382813,-0.032476682215929,-0.999870598316193,-0.0147160897031426,0.00651474297046661,-0.999948441982269,-0.00966773089021444,0.0030948172789067,-0.999634504318237,-0.0238612480461597,0.0127103058621287,-0.999948441982269,-0.00966773089021444,0.0030948172789067,-0.999870598316193,-0.0147160897031426,0.00651474297046661,-0.999993801116943,0.000106646053609438,-0.00352630647830665,0.999979078769684,-0.00490834843367338,0.00421082507818937,0.999062538146973,-0.0376956090331078,-0.021287078037858,0.997859835624695,-0.0552619025111198,-0.0349536947906017,0.994119226932526,-0.0892147794365883,-0.0613804757595062,
  895. 0.997859835624695,-0.0552619025111198,-0.0349536947906017,0.999062538146973,-0.0376956090331078,-0.021287078037858,-0.00310139171779156,0.999785006046295,0.0205005165189505,-0.0169064216315746,0.999857127666473,0.000117582399980165,-0.00844034180045128,0.999884724617004,0.0126194311305881,-0.00844034180045128,0.999884724617004,0.0126194311305881,0.00528508983552456,0.999445497989655,0.0328756161034107,-0.00310139171779156,0.999785006046295,0.0205005165189505,-0.00297290505841374,0.0338039882481098,-0.99942409992218,-0.00342767057009041,0.0328689701855183,-0.999453842639923,-0.00417955685406923,0.0313229598104954,-0.999500632286072,-0.00342767057009041,0.0328689701855183,-0.999453842639923,-0.00472360150888562,0.0302042402327061,-0.999532639980316,-0.00417955685406923,0.0313229598104954,-0.999500632286072,0.000499030575156212,-0.048124872148037,0.998841226100922,0.000499030575156212,-0.0481248684227467,0.998841226100922,0.000499030516948551,-0.0481248684227467,0.998841166496277,0.000499030575156212,-0.048124872148037,0.998841226100922,0.00497831543907523,-0.998941123485565,-0.0457375161349773,-0.014930666424334,-0.999667346477509,-0.0210317317396402,0.000970451335888356,-0.999168217182159,-0.040767215192318,0.000970451335888356,-0.999168217182159,-0.040767215192318,0.0214519556611776,-0.997578978538513,-0.0661501213908196,0.00497831543907523,-0.998941123485565,-0.0457375161349773,-0.999935805797577,-0.00752508966252208,0.00847279187291861,-0.999732792377472,-0.0174679588526487,0.0151394475251436,-0.999941647052765,0.0102382879704237,-0.00343870720826089,-0.999052882194519,-0.0344777777791023,0.0265433229506016,-0.999732792377472,-0.0174679588526487,0.0151394475251436,-0.999935805797577,-0.00752508966252208,0.00847279187291861,0.995437383651733,-0.076799601316452,-0.0566220991313457,0.999287188053131,-0.0311760380864143,-0.0212855227291584,0.999965488910675,-0.00770907802507281,-0.00311349565163255,0.999965488910675,-0.00770907802507281,-0.00311349565163255,0.999287188053131,-0.0311760380864143,-0.0212855227291584,0.999050855636597,0.0330149233341217,0.0284158270806074,
  896. -0.0111962789669633,0.99985271692276,0.0130120562389493,-0.021667493507266,0.999765157699585,0.000251895486144349,-0.0134593108668923,0.999856889247894,0.0102549521252513,-0.0134593108668923,0.999856889247894,0.0102549521252513,-0.00262441486120224,0.999721527099609,0.0234522707760334,-0.0111962789669633,0.99985271692276,0.0130120562389493,-0.00337811186909676,0.0335259661078453,-0.999432146549225,-0.00420890934765339,0.0320582278072834,-0.99947714805603,-0.00512313237413764,0.0304429717361927,-0.999523341655731,-0.00420890934765339,0.0320582278072834,-0.99947714805603,-0.0060363900847733,0.028829287737608,-0.99956613779068,-0.00512313237413764,0.0304429717361927,-0.999523341655731,0.00507600791752338,-0.040176834911108,0.999179720878601,0.0050760074518621,-0.0401768311858177,0.999179661273956,0.00507600838318467,-0.0401768311858177,0.999179720878601,0.00507600838318467,-0.040176834911108,0.999179720878601,-0.0181874670088291,-0.999684035778046,0.0173527095466852,-0.0216666553169489,-0.999531686306,0.0216087773442268,-0.00344332703389227,-0.999993801116943,-0.000682045298162848,-0.0181874670088291,-0.999684035778046,0.0173527095466852,-0.0370497740805149,-0.99849534034729,0.0404286049306393,-0.0216666553169489,-0.999531686306,0.0216087773442268,0.999623358249664,-0.026542792096734,-0.00696828821673989,0.999347805976868,-0.0340253859758377,-0.0120912864804268,0.999886512756348,-0.0150411622598767,0.00090456660836935,0.998738348484039,-0.0459487587213516,-0.0202565956860781,0.999347805976868,-0.0340253859758377,-0.0120912864804268,0.999623358249664,-0.026542792096734,-0.00696828821673989,-0.999648332595825,-0.0182339567691088,0.0192563887685537,-0.999983072280884,8.26679897727445e-005,0.00581597443670034,-0.996951580047607,-0.0599904358386993,0.0498851910233498,-0.999223530292511,0.034334558993578,-0.019325602799654,-0.999983072280884,8.26679897727445e-005,0.00581597443670034,-0.999648332595825,-0.0182339567691088,0.0192563887685537,0.062839150428772,0.997893095016479,0.0161405764520168,0.0589333139359951,0.99804562330246,0.0207787435501814,
  897. 0.0440055876970291,0.998290181159973,0.0384746417403221,0.062839150428772,0.997893095016479,0.0161405764520168,0.0778002738952637,0.996967554092407,-0.00165663415100425,0.0589333139359951,0.99804562330246,0.0207787435501814,-0.00386246806010604,-0.00940410140901804,0.999948382377625,0.000315517012495548,-0.0170660112053156,0.999854326248169,-0.00768854795023799,-0.00238643772900105,0.999967634677887,0.000315517012495548,-0.0170660112053156,0.999854326248169,-0.00386246806010604,-0.00940410140901804,0.999948382377625,0.00466686161234975,-0.0250445082783699,0.999675393104553,-0.00509688444435596,0.000383740465622395,-0.999986946582794,-0.00509688491001725,0.000383740465622395,-0.999986946582794,-0.00509688444435596,0.000383740465622395,-0.999986886978149,-0.00509688491001725,0.000383740465622395,-0.999986946582794,-0.0333220511674881,0.999105632305145,-0.0260289777070284,-0.0256276987493038,0.999626874923706,-0.00944765750318766,-0.0293599814176559,0.999415814876556,-0.0174888130277395,-0.0293599814176559,0.999415814876556,-0.0174888130277395,-0.0358201861381531,0.99886429309845,-0.0314157493412495,-0.0333220511674881,0.999105632305145,-0.0260289777070284,0.00362276611849666,0.902345895767212,-0.430997461080551,0.00362276611849666,0.902345955371857,-0.430997431278229,0.00362276611849666,0.902345895767212,-0.430997461080551
  898. }
  899. NormalsW: *550 {
  900. 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
  901. }
  902. }
  903. LayerElementBinormal: 0 {
  904. Version: 102
  905. Name: "map1"
  906. MappingInformationType: "ByPolygonVertex"
  907. ReferenceInformationType: "Direct"
  908. Binormals: *1650 {
  909. a: 0.00011288835958112,1,-0,0.000265633541857824,1,-0,0.000271644006716087,1,-2.69797855931286e-012,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.000271644006716087,1,-2.69797855931286e-012,0.000265633541857824,1,-0,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00219457386992872,0.999997675418854,3.05465125416404e-010,0.00656960904598236,0.999978423118591,1.16770448865822e-009,0.000802944647148252,0.999999761581421,-2.66215730015951e-011,0.000271644006716087,1,-2.69797855931286e-012,0.00264022615738213,0.999996602535248,-3.09945923093746e-011,0.00158994598314166,0.99999874830246,-8.45239433999723e-011,-0.0754132568836212,0.997147440910339,-0.00314324884675443,-0.100995600223541,0.994783222675323,-0.0143590997904539,-0.101156435906887,0.994844675064087,-0.0071797352284193,-0.00491679506376386,0.999978363513947,0.00437019253149629,-0.0754132568836212,0.997147440910339,-0.00314324884675443,-0.00491679506376386,0.999978363513947,0.00437019253149629,0.014987456612289,0.999866664409637,0.00648985477164388,0.014987456612289,0.999866664409637,0.00648985477164388,-0.00491679506376386,0.999978363513947,0.00437019253149629,0,0.999906122684479,0.0137030221521854,0,0.999976515769959,0.0068506021052599,0.014987456612289,0.999866664409637,0.00648985477164388,0,0.999976515769959,0.0068506021052599,0,1,-1.2783124248017e-006,-0.00318793044425547,0.996499121189117,0.0835427418351173,-0.00520186871290207,0.999967277050018,0.00620164396241307,-0.00454337056726217,0.99620509147644,0.0869178622961044,-0.00130563543643802,0.998976051807404,0.0452246144413948,0.000659332086797804,0.999915719032288,0.0129695441573858,-0.00318793044425547,0.996499121189117,0.0835427418351173,
  910. -0.00130563543643802,0.998976051807404,0.0452246144413948,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000200881564524025,0.99999988079071,0.000588144059292972,0.000169334598467685,0.999999940395355,0.000462990516098216,0.000907736306544393,0.999999523162842,0.00044875530875288,0.000659332086797804,0.999915719032288,0.0129695441573858,0.00233018840663135,0.99999725818634,2.88809566539872e-011,0.000659332086797804,0.999915719032288,0.0129695441573858,0.000907736306544393,0.999999523162842,0.00044875530875288,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00102883111685514,0,-0.999999463558197,0.00125708139967173,0,-0.999999284744263,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00149193266406655,-1.09534794319188e-005,-0.999998986721039,0.00221589533612132,-1.62779433594551e-005,-0.999997615814209,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.000782954215537757,-0.00563911953940988,-0.999983787536621,0.000460909737739712,-0.00331963854841888,-0.999994456768036,-1.97159297385952e-005,2.12524901144207e-005,-1,0.00227145827375352,-0.00244848430156708,-0.999994397163391,0.00400289334356785,-0.013988696038723,-0.999894201755524,0.00509698037058115,-0.0141002926975489,-0.999887645244598,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00189534854143858,-0.0340408235788345,-0.999418675899506,-0.00080364546738565,0.999999761581421,4.6669573587621e-012,-0.00110867281910032,0.999999403953552,1.14249781510423e-011,-0.00221734237857163,0.999997556209564,9.84312024249201e-012,0.00189534854143858,-0.0340408235788345,-0.999418675899506,0.00266928225755692,-0.0340440422296524,-0.999416768550873,0.00336967757903039,-0.0381428934633732,-0.999266624450684,0.00336962379515171,-0.0381428971886635,-0.999266684055328,0,-0.110381007194519,0.993889331817627,0,0.0103201903402805,0.99994683265686,0,0.130870655179024,0.991399466991425,0,0.0103201903402805,0.99994683265686,0.000940048368647695,0.999999642372131,-4.91912309497078e-011,
  911. 0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000282704218989238,1,6.22550752268913e-012,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000730604457203299,0.999999821186066,-1.22407552843873e-011,0.000282704218989238,1,6.22550752268913e-012,0.000753533327952027,0.999999761581421,1.17407368549483e-011,0.00150706141721457,0.999998867511749,2.34813921778931e-011,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.00174553378019482,2.40059853240382e-005,0.999998509883881,0.0304918494075537,0.00041934844921343,0.999534964561462,0.000905434601008892,0.00126193673349917,0.999998867511749,0.00548928463831544,0.00198228843510151,0.999983012676239,8.95006160135381e-005,0.00203006621450186,0.999997973442078,-0.0161723513156176,0.00126673129852861,0.999868452548981,0.000905434601008892,0.00126193673349917,0.999998867511749,0.000282704218989238,1,6.22550752268913e-012,0.000690288376063108,0.999999761581421,1.11272215400082e-011,0.000327754707541317,1,1.51929059610811e-011,-4.61638416382471e-009,1,-2.1399018186448e-016,0.00122989213559777,-0.0173844452947378,0.999848186969757,0.00157603656407446,-0.0173579175025225,0.999848127365112,0.0012298917863518,-0.0173844434320927,0.999848127365112,0.000883747241459787,-0.0174109656363726,0.999848067760468,-0.0106628136709332,0.999931335449219,0.00487321708351374,-0.00514253089204431,0.999859809875488,0.0159346573054791,-0.00401744898408651,0.9999760389328,0.0056354277767241,0.00763972150161862,0.999959111213684,0.00483790179714561,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.00674312794581056,0.999794483184814,0.0191208980977535,-0.00401744898408651,0.9999760389328,0.0056354277767241,-0.00514253089204431,0.999859809875488,0.0159346573054791,0.0042187855578959,0.999808371067047,0.0191191900521517,-0.000548485666513443,0.999999940395355,0,-0.000186372693860903,1,0,-4.26020742452238e-005,1,0,-0.000811614096164703,0.999999701976776,0,-0.000904779939446598,0.999999582767487,0,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,-0.000548485666513443,0.999999940395355,0,
  912. -0.000811614096164703,0.999999701976776,0,-0.000186372693860903,1,0,-0.000548485666513443,0.999999940395355,0,-0.000393285823520273,1,0,-0.000733714434318244,0.999999701976776,0,-0.000733714434318244,0.999999701976776,0,-0.00146741815842688,0.999998927116394,0,-0.000186372693860903,1,0,-0.0489818528294563,0.00196705455891788,-0.998797833919525,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0404885411262512,-0.00162597303278744,-0.999178767204285,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.00351725262589753,-0.00259660067968071,-0.999990463256836,-0.00787650607526302,0.0583340153098106,-0.998266041278839,0.000803284987341613,-0.00594919081777334,-0.999981999397278,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.00351725262589753,-0.00259660067968071,-0.999990463256836,0.0670596733689308,-0.0495065934956074,-0.996520042419434,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00224504852667451,-0.0223288983106613,-0.999748229980469,-0.0412987694144249,-0.0156691670417786,-0.999023973941803,-0.0145535040646791,-0.010244925506413,-0.999841630458832,0.0161875132471323,-0.0123512521386147,-0.999792754650116,0.00139047659467906,-0.0337515436112881,-0.99942934513092,-0.00792653393000364,-0.119149886071682,-0.992844641208649,0.0013904768275097,-0.0337515436112881,-0.999429404735565,0.0106971655040979,0.0518973357975483,-0.998595178127289,-0.00467210169881582,0.999989092350006,-0.000281075946986675,-0.0224903635680676,0.999746978282928,-0.000281321932561696,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.033485259860754,0.999438941478729,0.000739945331588387,0,1,-4.44590477854945e-006,-0,1,0,0,1,-0,-0,0.999999642372131,0.000934551702812314,-0,1,2.11936253435852e-006,0,1,-4.44590477854945e-006,
  913. -0,0.999999284744263,0.001246775733307,0,1,-4.44590477854945e-006,-0,0.999999642372131,0.000934551702812314,-0,0.999999284744263,0.001246775733307,-0,0.999999642372131,0.000934551702812314,-0,0.999992966651917,0.00375365861691535,-0,0.999999284744263,0.001246775733307,-1.78855752892559e-005,1,0,9.14150223252364e-006,1,4.19021574707933e-014,-2.68294297711691e-005,1,0,-2.13635442669613e-009,1,0,-0.000299284147331491,7.66487846703967e-006,1,0.000273615325568244,-7.00748114468297e-006,1,0.000846514769364148,-2.16798398469109e-005,0.999999701976776,0.000273615325568244,-7.00748114468297e-006,1,9.14150223252364e-006,1,4.19021574707933e-014,-1.78855752892559e-005,1,0,2.26535066758515e-005,1,0,4.85304553876631e-005,1,4.38202344419172e-013,5.01432405144442e-005,1,1.57550307435667e-012,9.14150223252364e-006,1,4.19021574707933e-014,4.85304553876631e-005,1,4.38202344419172e-013,5.53707577637397e-005,1,1.73975178881236e-012,2.30014848057181e-006,0.00100249517709017,0.999999523162842,0.00108417798765004,-0.00491588423028588,0.999987363815308,2.30016303248703e-006,0.00100249517709017,0.999999523162842,-0.00107957783620805,0.00692083826288581,0.999975562095642,-0.00198980933055282,0.00229098368436098,0.999995410442352,-0.000302063825074583,0.0022906216327101,0.99999737739563,0.00138568261172622,0.00229025329463184,0.999996483325958,-0.000302063825074583,0.0022906216327101,0.99999737739563,1.10897062768345e-005,0.0013546789996326,0.999999165534973,4.62566677015275e-005,-0.00483470968902111,0.999988377094269,1.10897062768345e-005,0.00135467911604792,0.999999165534973,-2.40776789723895e-005,0.00754401553422213,0.999971628189087,-0.00376188382506371,0.996208429336548,0.0869186595082283,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.0027603239286691,0.999976933002472,0.0062035876326263,-0.00171590957324952,0.999998509883881,-1.64128537150088e-011,
  914. 0.000179377471795306,1,7.65289134146974e-012,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,0.000239490254898556,1,6.78824130153494e-014,-0.000167505204444751,1,3.06412534234468e-012,0.000239490254898556,1,6.78824130153494e-014,-0.00128170044627041,0.999999165534973,7.85912488936447e-005,-0.00183835881762207,0.999998331069946,9.8679866361584e-012,-0.000218995759496465,-0,1,0,0,1,-0.000207399280043319,-0,1,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0,0,1,0,0,1,-0.000391605630284175,-0,0.999999940395355,-0.000414798618294299,-0,1,-0.000207399280043319,-0,1,0.000239490254898556,1,6.78824130153494e-014,-0.000109146909380797,1,0,0.000179377471795306,1,7.65289134146974e-012,0.033485259860754,0.999438941478729,0.000739945331588387,0.014401238411665,0.999821305274963,0.012248620390892,0.0451094843447208,0.998982071876526,-8.56606420711614e-005,0.0775554850697517,0.996988117694855,-8.17230538814329e-005,0.042749110609293,0.99908584356308,-0.000193750049220398,0.0799158960580826,0.996801614761353,-2.08219441688584e-009,-0.000980788376182318,0.999999523162842,4.35386882796651e-012,1.0383928383817e-008,1,-1.0700736629253e-016,-0.000393285823520273,1,0,-0.000548485666513443,0.999999940395355,0,-0.835073351860046,0.550054848194122,0.00960919074714184,-0.760002195835114,0.501429200172424,-0.413479804992676,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.928627848625183,0.337312012910843,-0.15450282394886,-0.954671382904053,0.127081528306007,-0.269170850515366,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.954671382904053,0.127081528306007,-0.269170850515366,-0.980137050151825,-0.0111086955294013,-0.198010131716728,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.893223524093628,0.409025251865387,-0.186681896448135,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.947553038597107,0.293502151966095,-0.126490518450737,-0.975147545337677,0.032514426857233,-0.21915802359581,
  915. -0.947553038597107,0.293502151966095,-0.126490518450737,-0.958511710166931,0.189613372087479,-0.212843284010887,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.937198042869568,-0.253106623888016,-0.239993825554848,-0.947553038597107,0.293502151966095,-0.126490518450737,-0.975147545337677,0.032514426857233,-0.21915802359581,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.975147545337677,0.032514426857233,-0.21915802359581,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.947299122810364,-0.188751861453056,-0.258838295936584,-0.914790153503418,-0.40392404794693,-0.00209810025990009,-0.937198042869568,-0.253106623888016,-0.239993825554848,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.953142166137695,-0.262095332145691,-0.151083558797836,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.948820948600769,-0.29373773932457,-0.116004541516304,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.936280369758606,-0.318816304206848,-0.147428691387177,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.880367755889893,0.381310909986496,-0.282054364681244,-0.932924032211304,-0.276194989681244,-0.231017932295799,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.957061409950256,0.0593660548329353,-0.283741623163223,-0.944824814796448,0.083357647061348,-0.316792845726013,-0.979199528694153,0.0166274905204773,-0.202217385172844,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.880367755889893,0.381310909986496,-0.282054364681244,
  916. -0.964418888092041,0.0193663779646158,-0.263668805360794,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.979199528694153,0.0166274905204773,-0.202217385172844,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.964418888092041,0.0193663779646158,-0.263668805360794,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.899200141429901,-0.412226647138596,0.146657139062881,-0.984605073928833,0.0880642607808113,-0.150988981127739,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.996926605701447,0.0447396151721478,-0.0643109604716301,-0.994089722633362,-0.0831522643566132,0.0697948187589645,-0.89731776714325,-0.304919898509979,0.319131195545197,-0.674391269683838,-0.668171346187592,0.314234972000122,-0.899200141429901,-0.412226647138596,0.146657139062881,-0.968762040138245,-0.190667480230331,0.1585753262043,-0.89731776714325,-0.304919898509979,0.319131195545197,-0.629213988780975,-0.276002079248428,-0.726575970649719,-0.629213988780975,-0.276002079248428,-0.726576030254364,-0.629213988780975,-0.276002079248428,-0.726575970649719,0.0171553902328014,-0.997334420681,-0.0709207355976105,0.0168274380266666,-0.999856233596802,-0.00210792594589293,0.0165945403277874,-0.999108195304871,0.0388258472084999,-0.000979246688075364,-0.999996364116669,-0.0025380386505276,0.00413189036771655,-0.997422218322754,-0.0716385245323181,0.00734474137425423,-0.993334293365479,-0.115035966038704,0.0619364269077778,0.998069047927856,0.00469013582915068,0.0619937777519226,0.998019158840179,0.0107077285647392,0.0619064085185528,0.998080611228943,0.00162987248040736,0.0759538188576698,0.997054934501648,0.010609457269311,0.0759226307272911,0.997103333473206,0.00456368271261454,0.0759736895561218,0.997000455856323,0.0147728510200977,0.0159834027290344,-0.146784037351608,-0.989039421081543,0.0176256727427244,-0.146729901432991,-0.989019572734833,
  917. 0.0237428173422813,-0.146524682641029,-0.98892205953598,0.0158262904733419,-0.078044168651104,-0.996824324131012,0.0142875239253044,-0.0780776590108871,-0.996844887733459,0.00996194127947092,-0.0781708434224129,-0.996890246868134,0.0461865924298763,0.0459466390311718,-0.997875690460205,0.0465829521417618,0.0459632202982903,-0.997856438159943,0.0435249842703342,0.0458351336419582,-0.99800044298172,0.0499666072428226,0.0141753945499659,-0.998650372028351,0.0480733290314674,0.0140855349600315,-0.998744547367096,0.0476625449955463,0.0140660339966416,-0.998764514923096,0.088611789047718,0.0131586771458387,-0.995979368686676,0.0886427238583565,0.007025555241853,-0.996038794517517,0.0885753929615021,0.0196521487087011,-0.995875656604767,0.0693482533097267,0.0070600975304842,-0.997567534446716,0.0693678855895996,0.013135552406311,-0.997504651546478,0.0693322569131851,0.00261408579535782,-0.997590243816376,-0.00620347214862704,0.00075753522105515,0.999980568885803,-0.00627180188894272,0.00588075211271644,0.999963104724884,-0.00633112015202641,0.0103382738307118,0.999926567077637,0.00725455768406391,0.00602855952456594,0.999955534934998,0.0072855674661696,0.000868342933245003,0.999973177909851,0.00731118023395538,-0.00341844605281949,0.999967455863953,-0.0307807009667158,-0.01250677742064,-0.99944794178009,-0.0358085595071316,-0.0126049537211657,-0.999279141426086,-0.0408355221152306,-0.0127028143033385,-0.999085187911987,-0.0358085595071316,-0.0126049537211657,-0.999279141426086,0.001124809961766,-0.0274182632565498,0.999623417854309,-0.0401319526135921,-0.00791982747614384,0.999163091182709,-0.0565457493066788,-0.0298368725925684,0.997954130172729,-0.0553307794034481,0.0146179022267461,0.998361110687256,-0.0401319526135921,-0.00791982747614384,0.999163091182709,-0.0977422297000885,0.0181646011769772,0.995045959949493,-0.0121303796768188,0.0594662688672543,0.998156666755676,-0.00902009941637516,0.0595114566385746,0.998186945915222,0.0009624570957385,0.0596525818109512,0.998218774795532,-0.00892750825732946,-0.0615578293800354,0.998063683509827,
  918. -0.0125304572284222,-0.0615004934370518,0.998028457164764,-0.0244010258466005,-0.0613059177994728,0.997820794582367,0.0391469709575176,-0.999197483062744,0.00848719384521246,0.032745573669672,-0.999463558197021,-0.000587155809625983,0.0391418263316154,-0.999148190021515,0.0130745749920607,0.032745573669672,-0.999463558197021,-0.000587155809625983,0.0262513123452663,-0.999619722366333,0.00845014769583941,0.02637879550457,-0.999637126922607,-0.00546432519331574,-0.0167871825397015,0.999858796596527,-0.000866192160174251,-0.0278062019497156,0.999275267124176,-0.0259983260184526,-0.0280243456363678,0.998843431472778,-0.0390705838799477,-0.0060634040273726,0.999637126922607,-0.026247164234519,-0.0167871825397015,0.999858796596527,-0.000866192160174251,-0.00626941118389368,0.999900579452515,0.0126355485990644,0.00630864500999451,-0.0305640138685703,0.99951297044754,0.00651842402294278,-0.018314965069294,0.999810993671417,0.0060820416547358,-0.043728593736887,0.999024927616119,-0.0196473933756351,-0.0182672124356031,0.999640107154846,-0.0195642746984959,-0.0303210746496916,0.999348759651184,-0.0197353530675173,-0.005031893029809,0.999792575836182,-0.0307335183024406,0.999487221240997,-0.00899506732821465,-0.0307855289429426,0.999234199523926,0.0241517964750528,-0.0307708401232958,0.999450623989105,0.0123187936842442,-0.0320070348680019,0.999447405338287,-0.00897788628935814,-0.0316162295639515,0.999424159526825,0.0123218791559339,-0.0321926698088646,0.999293804168701,-0.0193819142878056,0.0501845665276051,-0.0346483774483204,-0.998138844966888,0.012429409660399,-0.0344986505806446,-0.999327480792999,0.0501845590770245,-0.0346483774483204,-0.998138785362244,0.0878681018948555,-0.0347486585378647,-0.99552583694458,0.0178911630064249,-0.0217271894216537,0.999603867530823,0.0253761000931263,0.0071096858009696,0.999652683734894,0.0056492555886507,-0.0219300575554371,0.999743580818176,0.0253761000931263,0.0071096858009696,0.999652683734894,0.0180251337587833,0.036038164049387,0.999187827110291,0.0364443026483059,0.0355178415775299,0.998704314231873,
  919. 0.0122126247733831,-0.0732863619923592,0.99723619222641,0.00923669058829546,-0.0733491703867912,0.997263550758362,0.00455571804195642,-0.0734466388821602,0.997288763523102,0.00731249386444688,0.0737383142113686,0.99725079536438,0.0109965400770307,0.0737412720918655,0.997216880321503,0.0171658359467983,0.0737439692020416,0.997129499912262,-0.00371797708794475,-0.9992316365242,-0.0390179306268692,-0.00348082580603659,-0.999982237815857,-0.00483710831031203,-0.00381736597046256,-0.998559594154358,-0.0535186380147934,0.00936529133468866,-0.999897480010986,0.0108302300795913,0.00963430665433407,-0.999942719936371,-0.00468502612784505,0.0102217001840472,-0.999185562133789,-0.0390347465872765,0.00505295768380165,-0.0350050143897533,0.999374389648438,-0.00727168377488852,-0.0208432022482157,0.999756336212158,0.0049317255616188,-0.0500670857727528,0.998733758926392,-0.00727168377488852,-0.0208432022482157,0.999756336212158,-0.019433232024312,-0.0350249856710434,0.999197542667389,-0.02000449039042,-0.00566455163061619,0.9997838139534,-0.0503721870481968,0.998662173748016,0.0116847306489944,-0.0502636097371578,0.998575627803802,0.0179020259529352,-0.0505602657794952,0.99872088432312,0.000639277859590948,-0.0546616725623608,0.998504757881165,0.000678016454912722,-0.0547081343829632,0.998477637767792,-0.00703715765848756,-0.0545893535017967,0.998439848423004,0.0117441983893514,0.0333198271691799,0.0214523151516914,-0.99921452999115,0.0401421226561069,0.02159783244133,-0.998960614204407,0.0469625405967236,0.0217423383146524,-0.998660027980804,0.0401421226561069,0.0215978305786848,-0.998960614204407,0.0474808551371098,0.0323997475206852,0.998346626758575,0.0472316518425941,0.0124201141297817,0.998806834220886,0.0469635501503944,-0.0075644850730896,0.998867988586426,0.0472316481173038,0.0124201150611043,0.998806834220886,-0.00433041108772159,-0.00129664782434702,0.999989867210388,-0.00964366085827351,-0.0660256147384644,0.997771322727203,-0.022316362708807,-0.0662083774805069,0.997556269168854,-0.00920623727142811,0.0635122656822205,0.997938692569733,
  920. -0.00433041108772159,-0.00129664782434702,0.999989867210388,0.0113657657057047,0.0629627704620361,0.997951149940491,0.0188912786543369,-0.999713540077209,-0.0147004425525665,0.00864654872566462,-0.999854445457459,-0.0147124836221337,0.0188912786543369,-0.999713540077209,-0.014700441621244,0.0291340239346027,-0.999467611312866,-0.0146868601441383,0.0128406500443816,0.035952303558588,-0.999271035194397,0.0128459241241217,0.0379584580659866,-0.999196767807007,0.0128542147576809,0.0411509461700916,-0.999070346355438,0.00997591391205788,0.0379605032503605,-0.999229490756989,0.00998330302536488,0.0359501503407955,-0.999303698539734,0.0099958498030901,0.0325115323066711,-0.999421417713165,0.00701059307903051,-0.0338980406522751,0.999400794506073,0.00341876270249486,-0.0336730778217316,0.999427139759064,0.0135047538205981,-0.0334340371191502,0.9993497133255,0.0034238810185343,-0.034208320081234,0.999408841133118,0.00701059307903051,-0.0338980406522751,0.999400794506073,-0.00352789089083672,-0.0342084057629108,0.999408543109894,-0.00448349630460143,-0.0569336265325546,0.99836790561676,0.0191165376454592,-0.0570335984230042,0.998189210891724,0.0317930355668068,-0.0570742040872574,0.99786365032196,0.056086465716362,-0.0606841407716274,0.996580064296722,0.0317124202847481,-0.0584800392389297,0.997784793376923,0.0191051177680492,-0.0573268905282021,0.998172640800476,0.00464160414412618,-0.0204860046505928,0.999779462814331,0.00429686717689037,-4.49430954176933e-005,0.99999076128006,0.0045085116289556,-0.0125817032530904,0.999910771846771,-0.00942671950906515,-0.0126988831907511,0.999875009059906,-0.00953503977507353,-0.0328242145478725,0.999415695667267,-0.00946931540966034,-0.0205290596932173,0.999744474887848,-0.00541822193190455,0.999413311481476,0.033819742500782,0.000464793760329485,0.999459624290466,0.0328675657510757,-0.0054255654104054,0.999493956565857,0.0313454382121563,0.000464793760329485,0.999459624290466,0.0328675657510757,0.00633795652538538,0.999524593353271,0.030174046754837,0.00634325528517365,0.999490082263947,0.0312961041927338,
  921. -0.00648806104436517,-0.998820543289185,-0.0481206327676773,-0.00046296525397338,-0.998841226100922,-0.0481246374547482,-0.00648806057870388,-0.99882048368454,-0.048120629042387,-0.0125129204243422,-0.99876344203949,-0.0481148697435856,0.0206400882452726,0.0458309836685658,-0.998735964298248,0.0202714446932077,0.0207271203398705,-0.999579668045044,0.0205669086426497,0.0407785549759865,-0.998956501483917,0.0152538297697902,0.0407772846519947,-0.999051868915558,0.0147066153585911,0.0664730593562126,-0.997679889202118,0.0151475332677364,0.045808169990778,-0.998835384845734,0.00874531175941229,-0.0369522497057915,0.999278783798218,0.0157780647277832,-0.0370200909674168,0.999189972877502,-0.0038136129733175,-0.0368265733122826,0.999314427375793,0.0277331378310919,-0.0345024131238461,0.999019801616669,0.0157424174249172,-0.0349136665463448,0.99926632642746,0.00873231329023838,-0.035151731222868,0.999343872070313,0.0520583018660545,-0.060179740190506,0.996829152107239,0.0194631479680538,-0.0576349012553692,0.998147964477539,0.00267461175099015,-0.0563007369637489,0.99841034412384,0.00257530133239925,-0.0688644647598267,0.997622728347778,0.0191170144826174,-0.0682756751775742,0.997483313083649,-0.0260557774454355,-0.0698389261960983,0.997217953205109,0.00637753820046782,-0.0129412040114403,0.999895989894867,0.00610016565769911,-0.000119743635877967,0.999981462955475,0.00631768628954887,-0.0101706413552165,0.99992835521698,-0.0117576410993934,-0.0104134287685156,0.999876737594604,-0.0117243444547057,-0.0234815031290054,0.999655604362488,-0.0117508517578244,-0.0131435357034206,0.999844610691071,-0.00696410285308957,0.999412775039673,0.0335488542914391,-0.00696903793141246,0.999460875988007,0.0320870541036129,-0.00697444844990969,0.999511182308197,0.030478348955512,0.0069851721636951,0.99946254491806,0.0320283435285091,0.0069656353443861,0.999561369419098,0.0287870857864618,0.00697540771216154,0.999513328075409,0.0304069146513939,-0.00708366837352514,-0.999168932437897,-0.04014041274786,-0.000878949533216655,-0.999192416667938,-0.0401728786528111,
  922. -0.00708366837352514,-0.999168932437897,-0.0401404090225697,-0.0132881160825491,-0.99910706281662,-0.0401064082980156,-0.0212773513048887,0.0177386365830898,0.999616265296936,-0.0212605427950621,0.0220696087926626,0.99953031539917,-0.0213441215455532,-0.000608398811891675,0.999772071838379,-0.0155416913330555,0.017636151984334,0.999723732471466,-0.0146793480962515,0.0409958101809025,0.999051511287689,-0.0153833068907261,0.0219445992261171,0.999640822410584,-0.00690071517601609,0.00263657467439771,-0.999972701072693,-0.0120058814063668,0.00271323579363525,-0.99992424249649,0.000942554092034698,0.00251866830512881,-0.999996423721313,-0.020133825019002,0.00313321407884359,-0.999792397022247,-0.0120043195784092,0.00275912857614458,-0.99992424249649,-0.0069036977365613,0.00252434518188238,-0.999973058700562,-0.0189310181885958,-0.0178518127650023,-0.999661445617676,-0.00581653928384185,-0.0170546509325504,-0.999837756156921,-0.0487857051193714,-0.0196557678282261,-0.998615860939026,0.01841607876122,-0.0266117081046104,-0.999476194381714,-0.00581617327407002,-0.0257714185863733,-0.999650955200195,-0.0187918283045292,-0.0253151915967464,-0.999502897262573,-0.00835057254880667,0.0166976861655712,-0.999825716018677,0.00240141293033957,0.0206731222569942,-0.999783396720886,-0.00737694557756186,0.0388356000185013,-0.999218463897705,0.0125879533588886,0.015378775075078,-0.999802589416504,0.0111918589100242,-0.002534942002967,-0.999934256076813,0.00240141293033957,0.0206731222569942,-0.999783396720886,0.024291755631566,0.999659836292267,0.00949521921575069,0.0180533584207296,0.999691545963287,0.0170575361698866,0.024345563724637,0.999700307846069,0.0025729879271239,0.0180533584207296,0.999691545963287,0.0170575361698866,0.0118377637118101,0.999885320663452,0.00944923423230648,0.0119117246940732,0.999616861343384,0.0249874349683523,0.00316989049315453,-0.999994933605194,-0.000399900309275836,-0.0561556033790112,-0.998422086238861,-9.6917588962242e-005,-0.115283325314522,-0.99333268404007,0.00020640657749027,-0.0561556033790112,-0.998422086238861,-9.6917588962242e-005,
  923. -0.0180824175477028,0.025436507537961,0.99951297044754,-0.017663300037384,0.00899648852646351,0.999803602695465,-0.0178671348839998,0.0169688370078802,0.999696433544159,-0.0143812717869878,0.017072195187211,0.999750852584839,-0.0148784480988979,0.0308994147926569,0.999411821365356,-0.0146864578127861,0.0255511440336704,0.999565720558167,-0.00506759947165847,0.431011319160461,0.902332305908203,-0.00506759993731976,0.431011289358139,0.902332365512848,-0.00506759947165847,0.431011319160461,0.902332305908203
  924. }
  925. BinormalsW: *550 {
  926. 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
  927. }
  928. }
  929. LayerElementTangent: 0 {
  930. Version: 102
  931. Name: "map1"
  932. MappingInformationType: "ByPolygonVertex"
  933. ReferenceInformationType: "Direct"
  934. Tangents: *1650 {
  935. a: 1,-0.00011288835958112,-0,0.999999940395355,-0.000265633512753993,0,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999999940395355,-0.000265633512753993,0,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999997556209564,-0.00219457363709807,1.3919076025104e-007,0.999978423118591,-0.00656960904598236,1.77739536866284e-007,0.999999642372131,-0.00080294453073293,-3.31549188103963e-008,0.999999940395355,-0.000271643977612257,-9.93203741472826e-009,0.999996602535248,-0.00264022615738213,-1.17393303966651e-008,0.99999874830246,-0.00158994598314166,-5.31614503529454e-008,-0.00857752747833729,0.00250340509228408,0.999960064888,-0.0227579195052385,0.0121191013604403,0.999667644500732,-0.0220320411026478,0.00497486861422658,0.999744951725006,0.0193344801664352,-0.00427436456084251,0.999803900718689,-0.00857752747833729,0.00250340509228408,0.999960064888,0.0193344801664352,-0.00427436456084251,0.999803900718689,0.023937776684761,-0.00684752268716693,0.999690055847168,0.023937776684761,-0.00684752268716693,0.999690055847168,0.0193344801664352,-0.00427436456084251,0.999803900718689,0,-0.0137030221521854,0.999906122684479,0,-0.00685060303658247,0.999976634979248,0.023937776684761,-0.00684752268716693,0.999690055847168,0,-0.00685060303658247,0.999976634979248,0,1.2783124248017e-006,1,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,-0.999986171722412,-0.00519698159769177,-0.000803894770797342,-0.999989569187164,-0.00446972670033574,-0.00104188697878271,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,
  936. -0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999994695186615,-0.00311759416945279,-0.000972361071035266,-0.999997317790985,-0.00121805910021067,-0.00196397700347006,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000201454546186142,-0.000974349561147392,-0.999999523162842,0.000169784369063564,-0.000971614732407033,-0.999999105930328,0.000908157730009407,-0.000939953664783388,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.99999737739563,0.00233018863946199,-1.23942260898957e-008,-0.999999046325684,0.000674859620630741,-0.00119289208669215,-0.999999105930328,0.000908157730009407,-0.000939953664783388,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999999463558197,-0,0.00102883111685514,0.999999225139618,-0,0.00125708139967173,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.999971926212311,-0.00734159955754876,0.00149197259452194,0.999970614910126,-0.00734577281400561,0.0022159549407661,0.68010413646698,-0.733108043670654,0.00333985034376383,0.137521877884865,-0.99048238992691,0.00569321401417255,0.137523353099823,-0.99049299955368,0.00335148349404335,0.680107951164246,-0.733112096786499,-2.89894178422401e-005,0.68010413646698,-0.733108043670654,0.00333985034376383,0.994822919368744,-0.101479917764664,0.00540231307968497,0.994817912578583,-0.101464480161667,0.00650197686627507,0.999790906906128,-0.0201727319508791,0.00335744372569025,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999999761581421,0.00080364546738565,-5.80723247267656e-009,0.999999403953552,0.00110867281910032,-1.03050874500354e-008,0.999997556209564,0.00221734237857163,-4.43914105474619e-009,0.999793708324432,-0.0201489739120007,0.00258234632201493,0.999790906906128,-0.0201727319508791,0.00335744372569025,0.999987661838531,-0.00354642909951508,0.00350747932679951,0.999987661838531,-0.00354643166065216,0.00350742554292083,0,-0.993889451026917,-0.11038102209568,0,-0.999946713447571,0.010320189408958,
  937. 0,-0.991399466991425,0.130870655179024,0,-0.999946713447571,0.010320189408958,-0.999999582767487,0.000940048310440034,5.23283745224035e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-0.999999821186066,0.000730604457203299,1.67542815177057e-008,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000753533327952027,-1.55809090074399e-008,-0.999998867511749,0.00150706141721457,-1.55808947965852e-008,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999903917312622,-0.0137514835223556,0.00174569885712117,-0.999440431594849,-0.0137451086193323,0.0304947327822447,-0.999999463558197,0.00029152788920328,0.000905067194253206,-0.999945938587189,0.00885310303419828,0.00547153130173683,-0.999960899353027,0.00884226802736521,7.15468704584055e-005,-0.999869167804718,0.000269934389507398,-0.0161727052181959,-0.999999463558197,0.00029152788920328,0.000905067194253206,-1,0.000282704218989238,-2.20212754697968e-008,-0.999999761581421,0.000690288376063108,-1.6119667378689e-008,-1,0.000327754707541317,-4.63545006823551e-008,-1,-4.61638416382471e-009,-4.63545006823551e-008,-0.997077226638794,-0.0764011889696121,-0.00010191036562901,-0.997076690196991,-0.0764072090387344,0.000245196424657479,-0.997077226638794,-0.0764011815190315,-0.000101910321973264,-0.997077643871307,-0.076395146548748,-0.000449016952188686,0.999941229820251,0.0106721054762602,-0.00188494881149381,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999968945980072,-0.00763024715706706,-0.00197382201440632,-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.999976992607117,-0.0067568477243185,0.000653001945465803,0.999990403652191,0.00402746116742492,-0.00176637119147927,0.999986708164215,0.00513907661661506,0.000257704610703513,0.999990820884705,-0.00423296540975571,0.000701268261764199,0.999999821186066,0.000548485608305782,0,1,0.000186372693860903,0,
  938. 1,4.26020742452238e-005,-0,0.999999701976776,0.000811614096164703,-0,0.999999582767487,0.000904779939446598,-0,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,0.999999821186066,0.000548485608305782,0,0.999999701976776,0.000811614096164703,-0,1,0.000186372693860903,0,0.999999821186066,0.000548485608305782,0,1,0.000393285823520273,0,0.999999821186066,0.000733714550733566,-0,0.999999821186066,0.000733714550733566,-0,0.999998927116394,0.00146741815842688,-0,1,0.000186372693860903,0,0.997993290424347,-0.0400782600045204,-0.0490213260054588,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.998374044895172,-0.0400935485959053,0.0405211746692657,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.801716089248657,-0.591864407062531,0.083354078233242,0.804508090019226,-0.593925595283508,0.00437188753858209,0.133577957749367,-0.989288747310638,-0.0588633790612221,0.133807554841042,-0.990989148616791,0.00600317725911736,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.804508090019226,-0.593925595283508,0.00437188753858209,0.801716089248657,-0.591864407062531,0.083354078233242,0.997528612613678,-0.068175882101059,0.016993086785078,0.988562345504761,-0.15070952475071,0.00558595452457666,0.987701833248138,-0.151546761393547,-0.0384537912905216,0.997553765773773,-0.0685240477323532,-0.0138180674985051,0.997528612613678,-0.068175882101059,0.016993086785078,0.108180336654186,0.993569910526276,-0.0334031581878662,0.107898540794849,0.986977159976959,-0.119307160377502,0.108180351555347,0.993569910526276,-0.0334031581878662,0.10765914618969,0.992787539958954,0.0527487769722939,0.999989092350006,0.0046721063554287,1.63109707500553e-005,0.999747157096863,0.0224903710186481,1.12998295662692e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.999439120292664,-0.0334855280816555,0.000353992130840197,
  939. 0,-4.44590477854945e-006,-1,0,0,-1,0,-0,-1,0,0.000934551702812314,-0.999999642372131,-0,2.11936253435852e-006,-1,0,-4.44590477854945e-006,-1,0,0.00124677561689168,-0.999999165534973,0,-4.44590477854945e-006,-1,0,0.000934551702812314,-0.999999642372131,0,0.00124677561689168,-0.999999165534973,0,0.000934551702812314,-0.999999642372131,-0,0.00375365861691535,-0.999992966651917,0,0.00124677561689168,-0.999999165534973,-1,-1.78855752892559e-005,0,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-2.68294297711691e-005,0,-1,-2.13635442669613e-009,0,-0.999672174453735,0.0256023090332747,-0.000299382285447791,-0.999672174453735,0.0256023090332747,0.000273705023573712,-0.999671876430511,0.0256023015826941,0.000846792303491384,-0.999672174453735,0.0256023090332747,0.000273705023573712,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,-1.78855752892559e-005,0,-1,2.26535066758515e-005,0,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.01432368764654e-005,-3.14200434559098e-008,-1,9.14150223252364e-006,-4.58372761968917e-009,-1,4.85304553876631e-005,-9.02942964842168e-009,-1,5.53707577637397e-005,-3.14200470086234e-008,-0.179820418357849,0.983698964118958,-0.00098574033472687,-0.179817140102386,0.983687162399292,0.00503070931881666,-0.17982043325901,0.983698964118958,-0.00098574033472687,-0.17981718480587,0.983675122261047,-0.00700215436518192,-0.999998092651367,0.000212618600926362,-0.00199030176736414,-1,0.000216484899283387,-0.000302560511045158,-0.999999105930328,0.000220350586459972,0.00138518156018108,-1,0.000216484899283387,-0.000302560511045158,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568159809336066,-0.99997216463089,-0.00483489409089088,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568173592910171,-0.999955415725708,0.00754403043538332,-0.999992728233337,-0.00369119644165039,-0.000973960792180151,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,
  940. -0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999995827674866,-0.00275548291392624,-0.000788750650826842,-0.99999862909317,-0.00171590980608016,-9.56509094152125e-009,-1,0.000179377471795306,-4.26636042050177e-008,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000167505204444751,1.82927148983936e-008,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-0.999999165534973,-0.00128169963136315,-1.03948214018601e-005,-0.999998331069946,-0.00183835881762207,5.36781552540333e-009,-1,0,-0.000218995759496465,-1,0,0,-1,0,-0.000207399280043319,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-1,0,0,-1,0,0,-0.999999940395355,0,-0.000391605630284175,-1,0,-0.000414798618294299,-1,0,-0.000207399280043319,-0.999999940395355,0.000239490225794725,-2.83445378279623e-010,-1,-0.000109146909380797,0,-1,0.000179377471795306,-4.26636042050177e-008,0.999439120292664,-0.0334855280816555,0.000353992130840197,0.999880194664001,-0.0144694875925779,0.00550175504758954,0.998981952667236,-0.0451094768941402,4.23394558310974e-005,0.996987998485565,-0.0775554776191711,6.40638654658687e-006,0.99908584356308,-0.0427491068840027,1.89321526704589e-005,0.996801614761353,-0.0799158960580826,-2.59714862949068e-008,0.999999523162842,0.000980788376182318,-4.43914993653038e-009,1,-1.0383928383817e-008,-1.03050945554628e-008,1,0.000393285823520273,0,0.999999821186066,0.000548485608305782,0,0.55009251832962,0.835102140903473,0.00162781588733196,0.624508202075958,0.387269884347916,-0.678241550922394,0.392771989107132,0.507786750793457,-0.766735076904297,0.392771989107132,0.507786750793457,-0.766735076904297,0.324444502592087,0.536311328411102,-0.779170036315918,0.284760922193527,0.126577243208885,-0.950204908847809,0.193843111395836,-0.113882534205914,-0.974400162696838,0.193843111395836,-0.113882534205914,-0.974400162696838,0.284760922193527,0.126577243208885,-0.950204908847809,0.197707206010818,-0.133253887295723,-0.971161842346191,0.319953203201294,-0.597695171833038,-0.735112607479095,
  941. 0.392771989107132,0.507786750793457,-0.766735076904297,0.193843111395836,-0.113882534205914,-0.974400162696838,0.100661121308804,-0.101562708616257,-0.989723324775696,0.202862963080406,-0.266647905111313,-0.94220244884491,0.100661121308804,-0.101562708616257,-0.989723324775696,0.193843111395836,-0.113882534205914,-0.974400162696838,0.319953203201294,-0.597695171833038,-0.735112607479095,0.213928520679474,0.126332491636276,-0.968645751476288,0.100661121308804,-0.101562708616257,-0.989723324775696,0.202862963080406,-0.266647905111313,-0.94220244884491,0.218346044421196,-0.250328987836838,-0.943218111991882,0.218346044421196,-0.250328987836838,-0.943218111991882,0.202862963080406,-0.266647905111313,-0.94220244884491,0.319953203201294,-0.597695171833038,-0.735112607479095,0.307494133710861,-0.775483250617981,-0.551428198814392,0.307494133710861,-0.775483250617981,-0.551428198814392,0.319953203201294,-0.597695171833038,-0.735112607479095,0.403842657804489,-0.9146888256073,0.0159834362566471,0.213928520679474,0.126332491636276,-0.968645751476288,0.218346044421196,-0.250328987836838,-0.943218111991882,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.214647829532623,0.088539257645607,-0.972670018672943,0.307494133710861,-0.775483250617981,-0.551428198814392,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.218346044421196,-0.250328987836838,-0.943218111991882,0.312128186225891,-0.0643898546695709,-0.947855472564697,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.307494133710861,-0.775483250617981,-0.551428198814392,0.286805778741837,0.051616869866848,-0.956597149372101,0.214647829532623,0.088539257645607,-0.972670018672943,0.169565871357918,-0.0426693707704544,-0.984594702720642,0.312128186225891,-0.0643898546695709,-0.947855472564697,0.375572860240936,0.197286739945412,-0.905551195144653,0.214647829532623,0.088539257645607,-0.972670018672943,0.286805778741837,0.051616869866848,-0.956597149372101,0.247914910316467,-0.280198127031326,-0.927376508712769,0.286805778741837,0.051616869866848,-0.956597149372101,
  942. 0.312128186225891,-0.0643898546695709,-0.947855472564697,0.19717775285244,-0.157037988305092,-0.967708647251129,0.247914910316467,-0.280198127031326,-0.927376508712769,0.375572860240936,0.197286739945412,-0.905551195144653,0.247914910316467,-0.280198127031326,-0.927376508712769,0.0937129110097885,-0.463216632604599,-0.881276488304138,0.19717775285244,-0.157037988305092,-0.967708647251129,0.0256118029356003,-0.589665174484253,-0.80724161863327,0.247914910316467,-0.280198127031326,-0.927376508712769,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0937129110097885,-0.463216632604599,-0.881276488304138,0.247914910316467,-0.280198127031326,-0.927376508712769,0.0256118029356003,-0.589665174484253,-0.80724161863327,-0.0237337779253721,-0.565218508243561,-0.82459968328476,-0.0357972718775272,-0.26475128531456,-0.963652074337006,0.0937129110097885,-0.463216632604599,-0.881276488304138,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0256118029356003,-0.589665174484253,-0.80724161863327,0.0472413189709187,-0.910179436206818,-0.41151151061058,0.0261655654758215,-0.758497893810272,-0.651149928569794,-0.0350705459713936,-0.396110445261002,-0.917532920837402,-0.0357972718775272,-0.26475128531456,-0.963652074337006,-0.0237337779253721,-0.565218508243561,-0.82459968328476,0.0261655654758215,-0.758497893810272,-0.651149928569794,0.327109664678574,-0.942039370536804,0.0745728611946106,0.327109664678574,-0.942039370536804,0.0745728686451912,0.327109664678574,-0.942039370536804,0.0745728686451912,-0.998371541500092,-0.0132270930334926,-0.0554931983351707,-0.999567270278931,-0.0167716257274151,-0.0241664983332157,-0.999844133853912,-0.016815884038806,-0.00538128614425659,-0.999708414077759,0.00104019546415657,-0.024125125259161,-0.998510301113129,-0.000217451495700516,-0.0545634403824806,-0.997278153896332,0.00116369617171586,-0.0737220719456673,-0.998042464256287,0.0618925504386425,0.00898680556565523,-0.998056828975677,0.0619215741753578,0.00694778189063072,-0.998032808303833,0.0618870779871941,0.0100238146260381,
  943. -0.997091710567474,0.0758811011910439,0.00709693832322955,-0.997076034545898,0.0758791267871857,0.00905167777091265,-0.997099161148071,0.0758959949016571,0.00575079349800944,-0.0239794105291367,0.988825023174286,-0.147139742970467,-0.0254267882555723,0.988787531852722,-0.147148609161377,-0.0308174584060907,0.98862361907959,-0.147220343351364,-0.0265841018408537,0.996563851833344,-0.0784458443522453,-0.0250269435346127,0.996606409549713,-0.0784176886081696,-0.0206489954143763,0.996711134910584,-0.0783631503582001,0.0469719283282757,-0.997936546802521,-0.0437753535807133,0.0474334172904491,-0.997915744781494,-0.0437516160309315,0.0438724011182785,-0.998071134090424,-0.0439250096678734,0.047990158200264,-0.998778402805328,-0.011776065453887,0.0459222793579102,-0.998874425888062,-0.0118769546970725,0.0454735718667507,-0.998894691467285,-0.0118977995589376,-0.996063828468323,-0.00107089523226023,-0.0886334478855133,-0.996062755584717,0.00185279548168182,-0.0886317938566208,-0.996052145957947,-0.00416640378534794,-0.0886733084917068,-0.997591853141785,0.00171647674869746,-0.0693377926945686,-0.997588634490967,-0.00132470345124602,-0.0693911761045456,-0.9975865483284,0.00394223397597671,-0.0693216696381569,0.999947011470795,0.00821966584771872,0.00619703717529774,0.999920606613159,0.0109667554497719,0.00620704004541039,0.999891638755798,0.0133569044992328,0.00619280152022839,0.999914050102234,0.0108862053602934,-0.00731988763436675,0.999939739704132,0.00820869859308004,-0.00729245180264115,0.999955534934998,0.00598421413451433,-0.00729063525795937,0.999327659606934,0.0195434093475342,-0.0310215577483177,0.99916023015976,0.0194802340120077,-0.0360500253736973,0.998967289924622,0.0194165650755167,-0.0410775728523731,0.99916023015976,0.0194802340120077,-0.0360500253736973,0.0426782295107841,-0.998711943626404,-0.0274412874132395,-0.00761424796655774,-0.999937117099762,-0.00823179353028536,-0.0260681509971619,-0.999168455600739,-0.0313502438366413,-0.0285565406084061,-0.999507069587708,0.0130520313978195,-0.00761424796655774,-0.999937117099762,-0.00823179353028536,
  944. -0.0841008946299553,-0.996407806873322,0.0099283279851079,0.00404842756688595,0.998224794864655,-0.0594211257994175,-0.00021914773969911,0.99822735786438,-0.0595158450305462,-0.0139202261343598,0.998123288154602,-0.0596334524452686,-0.0013075927272439,0.998103260993958,0.061548575758934,0.00255410908721387,0.998101651668549,0.0615370720624924,0.0152789521962404,0.997978448867798,0.0616892427206039,0.999228537082672,0.0391721166670322,0.00281654647551477,0.999439597129822,0.0327406898140907,0.00697615509852767,0.999232947826386,0.0391543209552765,0.000701330660376698,0.999439597129822,0.0327406898140907,0.00697615509852767,0.999650418758392,0.0262768492102623,0.00292581715621054,0.999611675739288,0.0263282414525747,0.00912549532949924,0.999858975410461,0.0167867876589298,-0.000458223978057504,0.99955278635025,0.0275088492780924,-0.011725876480341,0.999471187591553,0.0273542087525129,-0.0175823848694563,0.999921083450317,0.00577216129750013,-0.011157744564116,0.999858975410461,0.0167867876589298,-0.000458223978057504,0.999967038631439,0.00620340975001454,0.0052559208124876,-0.999937951564789,0.00899443868547678,0.00658636773005128,-0.99997740983963,0.00158542359713465,0.00654855137690902,-0.999832987785339,0.0169570986181498,0.00682919472455978,-0.999805510044098,0.00206407136283815,-0.0196129269897938,-0.99976634979248,0.00978218950331211,-0.0192756503820419,-0.999783992767334,-0.00641646375879645,-0.0197674762457609,-0.999440491199493,-0.0306107830256224,0.0134781068190932,-0.999525427818298,-0.0307509172707796,-0.00180317694321275,-0.99951833486557,-0.0308179594576359,0.00365376356057823,-0.999400556087494,-0.0318843573331833,0.0134895592927933,-0.999492049217224,-0.0316632948815823,0.00364334578625858,-0.999325454235077,-0.0318387374281883,0.0183007903397083,-0.998727202415466,0.00330981938168406,-0.0503290370106697,-0.999910116195679,0.00461603887379169,-0.0125960111618042,-0.998727202415466,0.00330981984734535,-0.0503290370106697,-0.996119320392609,0.00199887878261507,-0.0879902467131615,0.00283706095069647,0.999760925769806,0.0216798260807991,
  945. 0.013204132206738,0.999884963035584,-0.00744652329012752,-0.0163143426179886,0.99962443113327,0.0220196321606636,0.013204132206738,0.999884963035584,-0.00744652329012752,0.00179924024268985,0.999347507953644,-0.0360763818025589,0.0272609293460846,0.998960971832275,-0.0365217663347721,0.00739303231239319,-0.997276663780212,-0.0733798816800117,0.0124351847916842,-0.997220575809479,-0.0734611824154854,0.020366745069623,-0.997085392475128,-0.0735246986150742,0.0136556858196855,-0.997191846370697,0.0736338198184967,0.00910391379147768,-0.997243106365204,0.0736428201198578,0.00148057960905135,-0.997277200222015,0.0737294033169746,-0.999992191791534,0.00366307515650988,0.001478485413827,-0.99992698431015,0.00353656918741763,-0.0115636708214879,-0.999969482421875,0.0034468553494662,0.00701361428946257,-0.999804556369781,-0.00955188553780317,-0.0173076130449772,-0.999886512756348,-0.00957929342985153,-0.011626117862761,-0.999946892261505,-0.0102659938856959,0.000934457173570991,-0.99998664855957,-0.00124424952082336,0.00501247122883797,-0.999926209449768,-0.00958189833909273,-0.00747268553823233,-0.999955296516418,0.00782181415706873,0.00532986922189593,-0.999926209449768,-0.00958189833909273,-0.00747268553823233,-0.999810576438904,-0.000386775005608797,-0.0194587130099535,-0.99961644411087,-0.0190477576106787,-0.0201090611517429,-0.99862265586853,-0.0505352281033993,0.0141051234677434,-0.998580634593964,-0.0505638793110847,0.0167350247502327,-0.998676300048828,-0.0505640469491482,0.00943303201347589,-0.998460173606873,-0.0546656362712383,0.00943032559007406,-0.998485505580902,-0.0546648316085339,0.00620481045916677,-0.998401045799255,-0.0547525584697723,0.0140556488186121,-0.999200582504272,-0.0213826447725296,-0.0337784290313721,-0.998949825763702,-0.0212356615811586,-0.040600810199976,-0.998652458190918,-0.0210876874625683,-0.0474212951958179,-0.998949825763702,-0.0212356597185135,-0.040600810199976,0.0119953593239188,0.999383330345154,-0.0330038852989674,0.0129418857395649,0.999831140041351,-0.0130448471754789,0.0138832377269864,0.999879777431488,0.00691940216347575,
  946. 0.0129418857395649,0.999831140041351,-0.0130448481068015,-0.00981166958808899,-0.99995094537735,-0.00133908644784242,-0.00275795836932957,-0.997812271118164,-0.0660549849271774,0.0155054815113544,-0.997707724571228,-0.0658715516328812,-0.00398142309859395,-0.997975289821625,0.0634778663516045,-0.00981166958808899,-0.99995094537735,-0.00133908644784242,-0.0266859065741301,-0.997641146183014,0.0632471442222595,-0.999821186065674,-0.0188749264925718,-0.00125038775149733,-0.999962151050568,-0.00863129831850529,-0.00109970674384385,-0.999821186065674,-0.0188749264925718,-0.00125038775149733,-0.999575138092041,-0.0291165728121996,-0.00140093662776053,-0.999916970729828,-0.000700748525559902,-0.0128741627559066,-0.999917447566986,0.000766308454331011,-0.0128260785713792,-0.999914169311523,0.00310070579871535,-0.0127373561263084,-0.999950230121613,0.00065735710086301,-0.00995813682675362,-0.999949514865875,-0.000803480041213334,-0.0100186606869102,-0.999943554401398,-0.00330247939564288,-0.0101085035130382,0.0144864320755005,-0.999316930770874,-0.0339968167245388,0.00955798104405403,-0.999386131763458,-0.0337043888866901,0.0234207734465599,-0.999156057834625,-0.0337440557777882,0.00955614726990461,-0.999367952346802,-0.0342396609485149,0.0144864320755005,-0.999316930770874,-0.0339968167245388,1.40463525895029e-005,-0.99941474199295,-0.034208569675684,0.00466060033068061,0.998365998268127,0.056954450905323,0.0388414338231087,0.997660458087921,0.0562595278024673,0.0571387931704521,0.996839344501495,0.0551951080560684,0.092634491622448,0.994162023067474,0.0553235299885273,0.0571835823357105,0.996757864952087,0.0566023923456669,0.0388470478355885,0.997643649578094,0.0565529726445675,-0.999984443187714,-0.00319586344994605,0.00457707094028592,-0.999847829341888,-0.0169067699462175,0.00429549301043153,-0.999954223632813,-0.00849648378789425,0.00440179789438844,-0.999919950962067,-0.00832032598555088,-0.00953281577676535,-0.999940574169159,0.00559547170996666,-0.00935627333819866,-0.999950349330902,-0.00290647288784385,-0.00953094754368067,
  947. -0.999980926513672,-0.00551564386114478,0.00278800306841731,-0.999994099140167,0.000351880735252053,0.0034410955850035,-0.999976575374603,-0.005553865339607,0.00400749687105417,-0.999994099140167,0.000351880735252053,0.0034410955850035,-0.999968767166138,0.0061924634501338,0.00491278851404786,-0.999971151351929,0.00620928313583136,0.00437611481174827,-0.99997889995575,0.00645652879029512,0.000810679048299789,-0.999999761581421,0.000438413087977096,0.000520732544828206,-0.99997889995575,0.00645652879029512,0.000810679048299789,-0.999921679496765,0.0124744111672044,0.00110059615690261,-0.999774575233459,-0.0040279976092279,-0.0208463929593563,-0.999683022499084,0.0153507329523563,-0.0199552308768034,-0.999788105487823,-0.000130983637063764,-0.0205893758684397,-0.99988329410553,-0.00034767432953231,-0.0152807161211967,-0.999661803245544,-0.0204293429851532,-0.0160969886928797,-0.999872982501984,-0.00427970616146922,-0.0153595423325896,0.00720657501369715,-0.99928879737854,-0.0370156913995743,0.016893345862627,-0.999161839485168,-0.0372858084738255,-0.0101046329364181,-0.999269247055054,-0.0368634685873985,0.0335281789302826,-0.998809814453125,-0.0354259163141251,0.0169265698641539,-0.999237656593323,-0.0351793244481087,0.00722231762483716,-0.999353647232056,-0.0352151840925217,0.0799635946750641,0.995228826999664,0.0559071153402328,0.0323450975120068,0.997850954532623,0.0569870471954346,0.00787210650742054,0.998384118080139,0.0562781691551209,0.00790516473352909,0.997596263885498,0.0688422322273254,0.032550860196352,0.997179388999939,0.0676310285925865,-0.0349076054990292,0.997011780738831,0.0689124092459679,-0.999916970729828,-0.0112780965864658,0.00623170472681522,-0.999746739864349,-0.0216686297208071,0.00609613908454776,-0.999889552593231,-0.0135231334716082,0.00617989245802164,-0.999840319156647,-0.0133370775729418,-0.0118961147964001,-0.999927818775177,-0.00234854826703668,-0.0117827020585537,-0.999868392944336,-0.0110416375100613,-0.0118962796404958,-0.999970138072968,-0.00707348110154271,0.00314265047200024,-0.999966859817505,-0.00710044428706169,0.00398322474211454,
  948. -0.999962568283081,-0.00712726823985577,0.00490830466151237,-0.999966859817505,0.0068467166274786,0.00443057995289564,-0.999957621097565,0.00678884284570813,0.00623455690219998,-0.999962568283081,0.00681630382314324,0.00533299101516604,-0.999962091445923,0.00687410542741418,0.0053563890978694,-0.999986708164215,0.000674310605973005,0.00510722119361162,-0.999962091445923,0.00687410542741418,0.0053563890978694,-0.999898850917816,0.0130736352875829,0.00560535024851561,0.999608159065247,-0.0178112685680389,0.0215932484716177,0.999539256095886,-0.0211970675736666,0.0217287633568048,0.999766230583191,-0.00345709966495633,0.0213418938219547,0.999713897705078,-0.0179127510637045,0.0158575382083654,0.999205589294434,-0.0364211648702621,0.0161761436611414,0.999646902084351,-0.0213264599442482,0.0158515684306622,-0.026560440659523,-0.999644219875336,-0.00245241750963032,-0.0340556167066097,-0.999417304992676,-0.00230296165682375,-0.0150388292968273,-0.999883711338043,-0.00253255921415985,-0.0460026897490025,-0.998938858509064,-0.00220413669012487,-0.0340561680495739,-0.999417185783386,-0.0023488774895668,-0.0265596676617861,-0.99964451789856,-0.00234015099704266,-0.0185715407133102,0.999674379825592,-0.0175003465265036,-1.6536223483854e-005,0.999854564666748,-0.0170548409223557,-0.0608879365026951,0.998005390167236,-0.0166691746562719,0.0348308607935905,0.999056041240692,-0.0259587354958057,-6.72459864290431e-005,0.999667882919312,-0.0257714632898569,-0.0187123753130436,0.999513208866119,-0.0249636378139257,0.997988760471344,-0.0626934170722961,-0.00938224792480469,0.9982590675354,-0.0589704550802708,0.00117838406004012,0.999004065990448,-0.0436873659491539,-0.00907331518828869,0.997944295406342,-0.0630299225449562,0.0115950414910913,0.996906161308289,-0.0777766108512878,0.0113551393151283,0.9982590675354,-0.0589704550802708,0.00117838406004012,0.99969744682312,-0.0243271738290787,0.00363271124660969,0.999837040901184,-0.0180453453212976,-0.000623518601059914,0.999674141407013,-0.0243645589798689,0.00762814516201615,0.999837040901184,-0.0180453453212976,-0.000623518601059914,
  949. 0.999922573566437,-0.0118736503645778,0.00375070283189416,0.999918162822723,-0.0117912450805306,-0.00496339658275247,0.999981999397278,0.0031718872487545,-0.00509564206004143,0.9984090924263,-0.056154377758503,-0.0051103918813169,0.993319571018219,-0.115282863378525,-0.00510714063420892,0.9984090924263,-0.056154377758503,-0.0051103918813169,-0.999281167984009,-0.0337764918804169,-0.0172186512500048,-0.999515473842621,-0.0257895402610302,-0.0174261499196291,-0.999409198760986,-0.0296635441482067,-0.0173584930598736,-0.999465465545654,-0.0296041797846556,-0.0138716315850616,-0.999247491359711,-0.0362665355205536,-0.0137547273188829,-0.999336779117584,-0.0336898528039455,-0.0138219045475125,-0.999980688095093,0.00108481664210558,-0.00613418128341436,-0.999980688095093,0.0010848167585209,-0.00613418128341436,-0.999980688095093,0.00108481664210558,-0.00613418128341436
  950. }
  951. TangentsW: *550 {
  952. 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
  953. }
  954. }
  955. LayerElementUV: 0 {
  956. Version: 101
  957. Name: "map1"
  958. MappingInformationType: "ByPolygonVertex"
  959. ReferenceInformationType: "IndexToDirect"
  960. UV: *800 {
  961. a: 0,0,0.249999538064003,4.46428227718343e-010,0.250005930662155,0.0646386221051216,-0.00014388159615919,0.109301283955574,0.50000011920929,0,0.364871293306351,0.127165600657463,0.315955609083176,0.131136402487755,0.306155115365982,0.200305938720703,0.249785527586937,0.202203288674355,-0.000277544313576072,0.201805666089058,0.672820568084717,0.416850715875626,0.581608295440674,0.443484663963318,0.672821044921875,0.296074688434601,0.672820687294006,0.519129931926727,0.581114828586578,0.519130051136017,0.998813569545746,0.274758011102676,0.998867988586426,0.341932237148285,0.749364078044891,0.341974645853043,0.638125538825989,0.589284479618073,0.638508498668671,0.472820341587067,-0.30243045091629,0.58780711889267,-0.302307963371277,0.469882786273956,0.0532750077545643,0.470329761505127,0.0531089343130589,0.58770215511322,0.133225843310356,0.470696896314621,0.132911026477814,0.58762925863266,0.230683714151382,0.587728381156921,0.231194585561752,0.471253603696823,0.299959599971771,0.471680730581284,0.299567580223084,0.588047325611115,0.394544064998627,0.261976361274719,0.605432331562042,0.126655697822571,0.634958624839783,0.26503136754036,0.693211019039154,0.339851588010788,0.683631837368011,0.271119207143784,0.249666079878807,0.272594958543777,0.101582057774067,0.269978553056717,0.102897763252258,0.222848266363144,0.498162150382996,0.272870600223541,0.737759709358215,0.862607061862946,0.737761735916138,0.920470893383026,0.692805707454681,0.925822675228119,0.692792236804962,0.857272982597351,0.99899423122406,0.0657781064510345,0.901700675487518,0.0719248205423355,0.901757717132568,0.130443945527077,0.749977707862854,0.132675155997276,0.750000536441803,1.15393161692623e-009,0.998827934265137,0,0.325700104236603,0.852324426174164,0.32570943236351,0.930909633636475,0.559547126293182,0.929625511169434,0.559533655643463,0.853535294532776,0.50000011920929,0,0.50002533197403,0.130461454391479,0.327179998159409,0.369152575731277,0.327179908752441,0.296074688434601,0.419896245002747,0.364812105894089,0.805307924747467,
  962. 0.862619876861572,0.811081230640411,0.920281171798706,0.499662429094315,0.257341533899307,0.32827153801918,0.249733835458755,0.498888105154037,0.249565094709396,0.749823808670044,1.5180481672287,0.998654723167419,1.5180481672287,0.998586297035217,1.09413933753967,0.749450206756592,1.09413933753967,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.686562657356262,0.258888483047485,0.749738931655884,0.0657625868916512,0.895279228687286,0.0658151209354401,0.880442380905151,0.175843209028244,0.749702155590057,0.173364251852036,0.749784827232361,2.5902409106493e-009,0.612885177135468,0.196180447936058,0.50000011920929,0,0.998827934265137,0,0.998965919017792,0.0615158565342426,1.35062766075134,0.45308518409729,1.35099291801453,0.606565237045288,1.1702823638916,0.59873354434967,1.17006278038025,0.461556553840637,1.00178515911102,0.472460955381393,1.00153195858002,0.587699890136719,0.834158301353455,0.578220725059509,0.834774732589722,0.480460524559021,0.683499813079834,0.570119917392731,0.683825731277466,0.48587703704834,0.615444302558899,0.580133616924286,0.61638206243515,0.482086777687073,0.605190634727478,0.126583144068718,1.03513932228088,0.277051985263824,0.72674971818924,0.294383734464645,0.708026111125946,0.357299208641052,0.789847493171692,0.200894832611084,0.493230313062668,0.339991688728333,0.651508510112762,0.202305883169174,0.346495866775513,0.00290262699127197,0.346496075391769,0.139604777097702,0.253879815340042,0.139604777097702,0.176772907376289,0.142365872859955,0.0922585725784302,0.0713461488485336,0.000854613375850022,0.0713463425636292,0.000854730606079102,0.00290262699127197,0.289337009191513,0.130995824933052,3.33345815306529e-005,0.123570963740349,0,0,0.249999403953552,5.33984856332381e-010,-0.226403504610062,0.92980569601059,-0.226468876004219,0.853499233722687,0.0377325341105461,0.853275895118713,0.0377191007137299,0.929884970188141,0.32570943236351,0.930909633636475,0.325700104236603,0.852324426174164,0.50000011920929,0,0.50002533197403,0.130461454391479,0.500353395938873,0.189819812774658,
  963. 0.300107896327972,0.189809232950211,0.0927069336175919,0.853000700473785,0.0927294194698334,0.930272400379181,0.278139561414719,0.852744698524475,0.27813446521759,0.930643200874329,0.24996592104435,0.244237810373306,0.499746561050415,0.258899658918381,0.394670397043228,0.263695895671844,0.386884391307831,0.33373436331749,0.24989116191864,0.314425349235535,0.103912018239498,0.206547856330872,0.119706608355045,0.16740208864212,0.118835739791393,0.316880851984024,0.249821424484253,1.5180481672287,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.250026643276215,1.09413933753967,-0.0325616262853146,1.09400653839111,-0.0327872671186924,1.51789963245392,1.11319195639226e-005,0.202363908290863,0.498162150382996,0.272870600223541,0.498448640108109,0.249524623155594,0.35205078125,1.7314453125,0.422923177480698,1.60788178443909,0.37646484375,1.7626953125,0.53515625,1.6494140625,0.416278809309006,1.60540771484375,0.4541015625,1.83984375,0.621716916561127,1.6656653881073,0.380859375,1.83349609375,0.55908203125,1.986328125,0.4521484375,1.97216796875,0.31005859375,2.099609375,0.421875,2.1005859375,0.55517578125,2.15234375,0.609375,2.0263671875,0.44580078125,2.158203125,0.312744140625,2.1689453125,0.5009765625,2.203125,0.34375,2.322265625,0.1993408203125,2.5283203125,0.458740234375,2.349609375,0.322265625,2.5146484375,0.20654296875,2.62109375,0.412109375,2.7119140625,0.33154296875,2.8828125,0.2183837890625,2.9091796875,0.462890625,2.8466796875,0.256305634975433,2.98728489875793,0.459763199090958,2.9840567111969,0.6708984375,0.29248046875,0.75244140625,0.31103515625,0.673828125,0.3056640625,0.89404296875,0.13134765625,0.748046875,0.2080078125,0.751953125,0.1298828125,0.748046875,0.2080078125,0.89404296875,0.13134765625,0.8935546875,0.208984375,0.90380859375,0.37255859375,0.751953125,0.3076171875,0.8974609375,0.296875,0.751953125,0.3076171875,0.90380859375,0.37255859375,0.7724609375,0.384765625,0.8896484375,0.20947265625,0.9775390625,0.28466796875,0.89892578125,0.29541015625,0.9775390625,0.28466796875,0.8896484375,
  964. 0.20947265625,0.9619140625,0.19580078125,0.7529296875,0.2080078125,0.67578125,0.2919921875,0.67578125,0.21435546875,0.75341796875,0.30810546875,0.67578125,0.2919921875,0.7529296875,0.2080078125,0.8974609375,0.29541015625,0.74951171875,0.21142578125,0.8896484375,0.208984375,0.74951171875,0.21142578125,0.8974609375,0.29541015625,0.751953125,0.30859375,0.096435546875,0.8009033203125,0.25244140625,0.722900390625,0.2548828125,0.80078125,0.25244140625,0.722900390625,0.096435546875,0.8009033203125,0.09625244140625,0.720458984375,0.2548828125,0.953399658203125,0.09429931640625,0.87939453125,0.256103515625,0.87725830078125,0.10693359375,0.95928955078125,0.0947265625,0.801025390625,0.019073486328125,0.800048828125,0.09381103515625,0.719970703125,0.09381103515625,0.719970703125,0.0233306884765625,0.720947265625,0.328857421875,0.7952880859375,0.25830078125,0.723876953125,0.33642578125,0.7265625,0.25830078125,0.723876953125,0.328857421875,0.7952880859375,0.259521484375,0.801513671875,0.252685546875,0.72216796875,0.10528564453125,0.645751953125,0.255126953125,0.64599609375,0.252685546875,0.72216796875,0.09613037109375,0.718505859375,0.09521484375,0.87738037109375,0.25439453125,0.8040771484375,0.25830078125,0.873291015625,0.25439453125,0.8040771484375,0.0966796875,0.8028564453125,0.09649658203125,0.719970703125,0.25537109375,0.8013916015625,0.09613037109375,0.80126953125,0.25537109375,0.8013916015625,0.09649658203125,0.719970703125,0.25634765625,0.724853515625,0.10186767578125,0.639892578125,0.25830078125,0.646484375,0.2568359375,0.72265625,0.10186767578125,0.639892578125,0.2568359375,0.72265625,0.096435546875,0.718017578125,0.1029052734375,0.9598388671875,0.096923828125,0.8780517578125,0.256103515625,0.87872314453125,0.258056640625,0.949371337890625,0.02099609375,0.8031005859375,0.093505859375,0.71923828125,0.09814453125,0.8013916015625,0.02099609375,0.8031005859375,0.017364501953125,0.71826171875,0.330078125,0.7955322265625,0.258544921875,0.724365234375,0.334716796875,0.726806640625,0.258544921875,0.724365234375,0.330078125,0.7955322265625,
  965. 0.258056640625,0.8021240234375,0.258056640625,0.8740234375,0.09625244140625,0.8050537109375,0.254638671875,0.8026123046875,0.09710693359375,0.87652587890625,0.09625244140625,0.8050537109375,0.258056640625,0.8740234375,0.09637451171875,0.719970703125,0.255615234375,0.801513671875,0.09613037109375,0.8011474609375,0.09637451171875,0.719970703125,0.25634765625,0.724853515625,0.25830078125,0.647216796875,0.2568359375,0.72265625,0.09637451171875,0.717529296875,0.09637451171875,0.717529296875,0.104248046875,0.64501953125,0.25830078125,0.647216796875,0.25830078125,0.9527587890625,0.0947265625,0.8795166015625,0.257080078125,0.876220703125,0.10504150390625,0.959625244140625,0.023712158203125,0.720703125,0.09295654296875,0.719970703125,0.02105712890625,0.7999267578125,0.0977783203125,0.8013916015625,0.329345703125,0.7962646484375,0.258544921875,0.724365234375,0.33447265625,0.72705078125,0.258544921875,0.724365234375,0.258056640625,0.8021240234375,0.25927734375,0.873291015625,0.096435546875,0.80517578125,0.25439453125,0.8026123046875,0.09515380859375,0.87744140625,0.53369140625,0.6650390625,0.419921875,0.75390625,0.412841796875,0.6669921875,0.419921875,0.75390625,0.53369140625,0.6650390625,0.53564453125,0.7520751953125,0.5380859375,0.9144287109375,0.611328125,0.82666015625,0.61181640625,0.91375732421875,0.611328125,0.82666015625,0.53759765625,0.826416015625,0.414794921875,0.912841796875,0.34423828125,0.91314697265625,0.412841796875,0.826904296875,0.345458984375,0.8282470703125,0.412841796875,0.826904296875,0.34423828125,0.91314697265625,0.415771484375,0.8267822265625,0.5361328125,0.8265380859375,0.5361328125,0.91375732421875,0.5361328125,0.91375732421875,0.412353515625,0.9127197265625,0.415771484375,0.8267822265625,0.4140625,0.8271484375,0.419921875,0.7550048828125,0.53662109375,0.825439453125,0.5361328125,0.7535400390625,0.53662109375,0.825439453125,0.53759765625,0.9140625,0.53564453125,0.988845825195313,0.41162109375,0.914794921875,0.413818359375,0.987388610839844,0.41259765625,0.66748046875,0.53271484375,0.664794921875,0.53662109375,
  966. 0.7515869140625,0.53662109375,0.7515869140625,0.420166015625,0.7537841796875,0.41259765625,0.66748046875,0.61181640625,0.826904296875,0.53857421875,0.9144287109375,0.53759765625,0.826416015625,0.61083984375,0.91412353515625,0.53857421875,0.9144287109375,0.61181640625,0.826904296875,0.346435546875,0.8282470703125,0.412109375,0.826904296875,0.344970703125,0.91339111328125,0.344970703125,0.91339111328125,0.412109375,0.826904296875,0.416015625,0.91162109375,0.415771484375,0.826904296875,0.5361328125,0.8265380859375,0.5361328125,0.91375732421875,0.5361328125,0.91375732421875,0.41455078125,0.91204833984375,0.415771484375,0.826904296875,0.4140625,0.8272705078125,0.419921875,0.7568359375,0.53662109375,0.825439453125,0.419921875,0.7568359375,0.53662109375,0.7532958984375,0.53662109375,0.825439453125,0.53759765625,0.91400146484375,0.53466796875,0.987808227539063,0.413818359375,0.91357421875,0.41455078125,0.988021850585938,0.53662109375,0.7515869140625,0.4130859375,0.66748046875,0.533203125,0.66455078125,0.53662109375,0.7515869140625,0.420166015625,0.7537841796875,0.4130859375,0.66748046875,0.61083984375,0.8267822265625,0.53955078125,0.91412353515625,0.53271484375,0.825439453125,0.6123046875,0.9141845703125,0.53955078125,0.91412353515625,0.61083984375,0.8267822265625,0.4130859375,0.8271484375,0.34423828125,0.91302490234375,0.345947265625,0.8282470703125,0.418212890625,0.9114990234375,0.34423828125,0.91302490234375,0.4130859375,0.8271484375,0.5361328125,0.825927734375,0.417724609375,0.9119873046875,0.414794921875,0.82763671875,0.5361328125,0.825927734375,0.537109375,0.91351318359375,0.419677734375,0.7564697265625,0.537109375,0.8236083984375,0.414306640625,0.8260498046875,0.419677734375,0.7564697265625,0.53662109375,0.75341796875,0.413818359375,0.987709045410156,0.414794921875,0.9150390625,0.53515625,0.988609313964844,0.5380859375,0.9107666015625,0.89404296875,0.130859375,0.751953125,0.12890625,0.74951171875,0.05322265625,0.74951171875,0.05322265625,0.89306640625,0.041015625,0.89404296875,0.130859375,0.74951171875,0.05322265625,
  967. 0.76123046875,0.03955078125,0.89306640625,0.041015625
  968. }
  969. UVIndex: *550 {
  970. a: 0,1,2,3,5,2,1,4,5,6,2,8,2,6,7,3,2,8,9,57,55,56,12,57,12,11,11,12,10,13,11,13,14,32,30,60,69,34,32,69,15,15,16,17,34,33,34,17,23,20,21,22,25,23,22,24,27,26,25,24,26,27,28,29,5,4,31,29,28,19,18,42,39,40,41,45,46,47,44,44,47,48,43,52,42,41,51,50,49,52,51,47,46,54,53,58,59,40,39,37,61,35,36,66,63,64,65,68,67,63,66,38,35,61,62,70,71,72,73,75,91,70,73,71,70,74,77,77,78,71,82,79,80,81,84,83,82,81,86,83,84,85,87,88,86,85,87,89,90,88,95,92,93,97,97,93,96,138,104,98,99,100,103,104,102,104,100,102,100,101,102,108,105,106,107,112,109,110,111,105,108,115,116,118,105,116,117,112,111,119,120,122,120,119,121,113,122,121,114,124,125,123,127,123,125,126,129,123,128,130,128,123,127,131,132,134,136,134,132,133,135,136,134,128,137,129,138,139,97,96,93,94,91,76,74,70,140,141,142,142,144,143,145,145,143,146,148,142,145,147,149,147,145,148,150,147,149,151,151,149,148,152,152,148,153,150,151,154,155,152,154,151,156,154,152,157,155,154,156,158,155,157,160,157,156,159,160,158,160,161,159,162,160,163,161,160,162,163,164,161,163,162,165,167,166,164,163,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,208,209,207,210,211,212,213,214,212,215,216,217,218,219,220,221,222,223,224,223,225,226,227,228,229,230,227,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,249,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,266,268,269,270,271,272,273,274,275,277,278,276,279,282,280,281,283,284,285,286,287,284,288,290,291,289,292,293,294,295,296,297,298,299,300,301,302,299,303,304,305,306,307,308,309,310,311,312,313,314,315,316,317,318,317,319,320,323,321,322,324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,357,355,356,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,378,382,383,384,383,385,386,389,387,388,390,391,392,393,394,395,396,397,398,399
  971. }
  972. }
  973. LayerElementSmoothing: 0 {
  974. Version: 102
  975. Name: ""
  976. MappingInformationType: "ByEdge"
  977. ReferenceInformationType: "Direct"
  978. Smoothing: *292 {
  979. a: 0,0,0,1,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,1,0,1,1,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,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,1,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,0,0,0,0,0,1,0,1,0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,1,0,0,0,0,0,1,0,0,0,0,0,0,1,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,1,0,1,0,0,1,0,0,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,0,0,0,1,0,0,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  980. }
  981. }
  982. LayerElementMaterial: 0 {
  983. Version: 101
  984. Name: ""
  985. MappingInformationType: "ByPolygon"
  986. ReferenceInformationType: "IndexToDirect"
  987. Materials: *161 {
  988. a: 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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2
  989. }
  990. }
  991. Layer: 0 {
  992. Version: 100
  993. LayerElement: {
  994. Type: "LayerElementNormal"
  995. TypedIndex: 0
  996. }
  997. LayerElement: {
  998. Type: "LayerElementBinormal"
  999. TypedIndex: 0
  1000. }
  1001. LayerElement: {
  1002. Type: "LayerElementTangent"
  1003. TypedIndex: 0
  1004. }
  1005. LayerElement: {
  1006. Type: "LayerElementMaterial"
  1007. TypedIndex: 0
  1008. }
  1009. LayerElement: {
  1010. Type: "LayerElementSmoothing"
  1011. TypedIndex: 0
  1012. }
  1013. LayerElement: {
  1014. Type: "LayerElementUV"
  1015. TypedIndex: 0
  1016. }
  1017. }
  1018. }
  1019. Geometry: 2333008475824, "Geometry::", "Mesh" {
  1020. Vertices: *126 {
  1021. a: -200,0,62.5,0,0,62.5,-200,80.6673583984375,62.5,-200,80.6673583984375,29.334716796875,-77.48046875,79.76611328125,62.5,-77.48046875,79.76611328125,29.4443359375,-73.6640625,52.2789306640625,62.5,-73.6640625,52.2789306640625,29.4443359375,42.052734375,49.1206665039063,29.4443359375,42.052734375,50.7454833984375,62.5,-200,0,-62.5,0,0,-62.5,-160.8984375,52.3067626953125,-29.005615234375,-160.8984375,52.3067626953125,-62.5,0,52.1920166015625,-62.5,0,52.3280639648438,-29.005615234375,-200,26.4284057617188,-62.5,-203.265625,25.009033203125,-29.115234375,-160.8984375,28.839111328125,-62.5,-160.8984375,28.839111328125,-29.0057373046875,200,0,62.5,200,24.7526245117188,29.4443359375,200,24.7526245117188,62.5,158.44140625,26.4215698242188,62.5,45.09765625,78.6695709228516,62.5,152.478515625,70.583122253418,29.4443359375,45.09765625,77.2156524658203,29.4443359375,152.478515625,70.583122253418,62.5,158.44140625,26.4215698242188,29.4443359375,200,0,-62.5,200,49.43798828125,-62.5,200,49.43798828125,-29.005615234375,84.267578125,52.4019775390625,-29.005615234375,84.267578125,52.4019775390625,-62.5,79.9609375,75.9952697753906,-29.005615234375,79.9609375,75.9272766113281,-62.5,-0.134765625,76.0213928222656,-29.005615234375,-0.134765625,75.9359436035156,-62.5,58.806640625,68.6979370117188,-6.86767578125,0,50.6997985839844,29.4443359375,-56.296875,58.0885620117188,-2.1884765625,0,51.51220703125,62.5
  1022. }
  1023. PolygonVertexIndex: *176 {
  1024. a: 0,1,41,-7,4,2,0,-7,17,16,10,-1,3,17,0,-3,5,3,2,-5,6,7,5,-5,6,41,39,-8,13,18,19,-13,11,10,16,-19,14,11,18,-14,14,13,12,-16,16,17,19,-19,11,1,0,-11,23,27,24,-10,1,20,22,-24,23,9,-2,23,22,21,-29,25,27,23,-29,26,24,27,-26,26,8,9,-25,20,29,30,-32,31,21,-21,21,22,-21,32,31,30,-34,30,29,11,-34,11,14,-34,35,33,14,-38,32,33,35,-35,36,34,35,-38,15,36,37,-15,29,20,1,-12,31,28,-22,28,31,-26,25,31,32,-39,38,26,-26,32,34,-39,26,38,-9,36,38,-35,39,8,38,-37,39,36,-16,40,7,39,-16,3,5,40,-13,12,40,-16,17,12,-20,12,17,-4,9,8,39,-42,41,1,-10,7,40,-6
  1025. }
  1026. Edges: *88 {
  1027. a: 0,5,15,16,4,21,7,19,20,169,76,61,32,28,42,31,39,43,36,45,8,34,30,29,10,9,48,12,57,56,58,64,74,54,53,70,52,65,66,67,71,75,107,81,91,89,92,94,108,100,106,112,103,111,102,83,79,80,55,120,124,128,129,130,134,137,139,142,145,26,148,149,152,160,156,2,25,1,154,3,11,35,59,82,84,95,98,155
  1028. }
  1029. GeometryVersion: 124
  1030. LayerElementNormal: 0 {
  1031. Version: 102
  1032. Name: ""
  1033. MappingInformationType: "ByPolygonVertex"
  1034. ReferenceInformationType: "Direct"
  1035. Normals: *528 {
  1036. a: 2.66820006089574e-008,0,1,-2.82790812988765e-009,0,1,-7.31859550739955e-009,0,1,1.39751614725014e-008,0,1,3.6020988858354e-008,0,1,3.6020988858354e-008,0,1,2.66820006089574e-008,0,1,1.39751614725014e-008,0,1,-0.99871963262558,-0.0505769327282906,0.00103144673630595,-0.994626522064209,-0.101288810372353,-0.0214152149856091,-0.994626522064209,-0.101288802921772,-0.0214152149856091,-0.999699175357819,0.00240835431031883,0.0244073960930109,-0.999524831771851,0.0117204310372472,0.0285075902938843,-0.99871963262558,-0.0505769327282906,0.00103144673630595,-0.999699175357819,0.00240835431031883,0.0244073960930109,-0.999524772167206,0.0117204310372472,0.028507586568594,0.00735573191195726,0.999972939491272,0,0.00735573144629598,0.999972939491272,0,0.00735573191195726,0.999972999095917,0,0.00735573191195726,0.999972999095917,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.990498423576355,0.137524113059044,0,0.0159194394946098,0.999797701835632,-0.0122859869152308,0.0202624257653952,0.999569773674011,-0.021208306774497,0.0202662125229836,0.999569475650787,-0.0212160889059305,0.0159194394946098,0.999797701835632,-0.0122859869152308,-1,-6.21196704742033e-007,0,-1,-6.21196704742033e-007,0,-1,-6.21196704742033e-007,0,-1,-6.21196704742033e-007,0,8.60440874106416e-009,0,-1,0,0,-1,0,0,-1,1.04038440085219e-008,0,-1,1.79014190138105e-008,0,-0.999999940395355,8.60440874106416e-009,0,-1,1.04038440085219e-008,0,-1,2.00550527296173e-008,0,-1,0.000290383875835687,0.999997913837433,-0.00203096959739923,0.000290383875835687,0.999997913837433,-0.00203096959739923,0.000290383875835687,0.999997913837433,-0.00203096959739923,0.000290383875835687,0.999997913837433,-0.00203096936456859,-0.0763912945985794,0.996925592422485,0.017427621409297,-0.0763912945985794,0.996925592422485,0.017427621409297,-0.0763912945985794,0.99692565202713,0.017427621409297,-0.0763912945985794,0.996925592422485,0.017427621409297,0,-1,0,0,-1,0,0,-1,0,0,-1,0,9.69895719293845e-009,0,1,
  1037. 3.04490797020662e-008,0,1,3.04490761493526e-008,0,1,1.00700825456101e-008,0,1,-2.82790812988765e-009,0,1,0,0,1,0,0,1,9.69895719293845e-009,0,1,9.69895719293845e-009,0,1,1.00700825456101e-008,0,1,-2.82790812988765e-009,0,1,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.0401265025138855,0.999194622039795,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.991007030010223,0.133809968829155,0,0.0683594644069672,0.997419536113739,-0.0219352263957262,0.0683594718575478,0.997419655323029,-0.0219352282583714,0.0683594718575478,0.997419655323029,-0.0219352282583714,0.0683594718575478,0.997419655323029,-0.0219352282583714,-0.994130313396454,0.108072154223919,-0.00503278896212578,-0.994130373001099,0.10807216912508,-0.00503278989344835,-0.994130253791809,0.10807216912508,-0.00503278942778707,-0.994130373001099,0.10807216912508,-0.00503278942778707,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.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,0.0256023108959198,0.99967223405838,0,-7.53428697208847e-009,0,-1,-7.53428697208847e-009,0,-1,8.60440874106416e-009,0,-1,-2.88967716421951e-009,0,-1,8.60440874106416e-009,0,-1,1.79014190138105e-008,0,-0.999999940395355,-2.88967716421951e-009,0,-1,3.14200470086234e-008,0,-0.999999940395355,-2.88967716421951e-009,0,-1,1.79014190138105e-008,0,-0.999999940395355,3.14200470086234e-008,0,-1,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699500560761,0.179820328950882,-0.000182531759492122,0.983699440956116,0.179820328950882,-0.000182531774044037,0.983699440956116,0.179820328950882,-0.000182531759492122,0.000217177352169529,0.99999737739563,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,0.000217177352169529,0.999997317790985,-0.00229055620729923,0.000217177337617613,0.999997317790985,-0.00229055597446859,-0.999983787536621,-0.00568175502121449,1.878649709397e-005,
  1038. -0.999983787536621,-0.00568175502121449,1.878649709397e-005,-0.999983906745911,-0.00568175548687577,1.87864989129594e-005,-0.999983787536621,-0.00568175548687577,1.878649709397e-005,0,-1,0,0,-1,0,0,-1,0,0,-1,0,0.20503281056881,0.965143024921417,-0.162666767835617,0.605201900005341,0.493512481451035,0.624640882015228,0.0369695611298084,0.920583069324493,0.388792932033539,0.605201900005341,0.493512481451035,0.624640882015228,0.20503281056881,0.965143024921417,-0.162666767835617,0.215123072266579,0.945977389812469,-0.242587730288506,0.215123072266579,0.945977389812469,-0.242587730288506,0.20503281056881,0.965143024921417,-0.162666767835617,0.0899149477481842,0.93316775560379,-0.348013490438461,0.0265935715287924,0.999183177947998,-0.0304243862628937,0.0265935715287924,0.999183177947998,-0.0304243862628937,-0.216673105955124,0.929090976715088,-0.299737960100174,0.215123072266579,0.945977389812469,-0.242587730288506,0.0899149477481842,0.93316775560379,-0.348013490438461,0.348995119333267,0.73849081993103,0.576917409896851,0.0265935715287924,0.999183177947998,-0.0304243862628937,-0.216673105955124,0.929090976715088,-0.299737960100174,0.0265935715287924,0.999183177947998,-0.0304243862628937,-0.116449132561684,0.915644884109497,0.384751737117767,-0.228235214948654,0.8853639960289,0.405017703771591,0.0265935715287924,0.999183177947998,-0.0304243862628937,0.348995119333267,0.73849081993103,0.576917409896851,0.00165841937996447,0.9644935131073,0.264101266860962,-0.116449132561684,0.915644884109497,0.384751737117767,0.0265935715287924,0.999183177947998,-0.0304243862628937,-0.228235214948654,0.8853639960289,0.405017703771591,0.00165841937996447,0.9644935131073,0.264101266860962,-0.228235214948654,0.8853639960289,0.405017703771591,-0.203639715909958,0.978768289089203,0.0233116429299116,0.0565204173326492,0.977016866207123,-0.205532029271126,0.264290183782578,0.943324565887451,0.200722381472588,0.00165841937996447,0.9644935131073,0.264101266860962,-0.203639715909958,0.978768289089203,0.0233116429299116,-0.0382483191788197,0.865515291690826,-0.499420136213303,
  1039. 0.0694296434521675,0.890627980232239,-0.449401021003723,0.0565204173326492,0.977016866207123,-0.205532029271126,-0.0437977500259876,0.854433059692383,-0.517712235450745,-0.0437977500259876,0.854433059692383,-0.517712235450745,0.0565204173326492,0.977016866207123,-0.205532029271126,-0.203639715909958,0.978768289089203,0.0233116429299116,-0.398743003606796,0.621572554111481,-0.674278557300568,-0.0437977500259876,0.854433059692383,-0.517712235450745,0.0025840881280601,5.19874674864695e-006,-0.999996662139893,-0.0437977500259876,0.854433059692383,-0.517712235450745,-0.398743003606796,0.621572554111481,-0.674278557300568,-0.0382483191788197,0.865515291690826,-0.499420136213303,0.0278620775789022,0.99893319606781,-0.0368260405957699,0.0278620831668377,0.998933255672455,-0.0368260443210602,0.0202662125229836,0.999569475650787,-0.0212160889059305,0.0202624257653952,0.999569773674011,-0.021208306774497,-7.31859550739955e-009,0,1,-2.82790812988765e-009,0,1,1.00700825456101e-008,0,1,0.264290183782578,0.943324565887451,0.200722381472588,0.0565204173326492,0.977016866207123,-0.205532029271126,0.0694296434521675,0.890627980232239,-0.449401021003723
  1040. }
  1041. NormalsW: *176 {
  1042. 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
  1043. }
  1044. }
  1045. LayerElementBinormal: 0 {
  1046. Version: 102
  1047. Name: "map1"
  1048. MappingInformationType: "ByPolygonVertex"
  1049. ReferenceInformationType: "Direct"
  1050. Binormals: *528 {
  1051. a: 0.000553881109226495,0.999999821186066,-1.47786557297414e-011,-0.00161905598361045,0.999998688697815,-4.57854153895765e-012,-0.00242858286947012,0.999997138977051,-1.77738154055751e-011,0.00048286363016814,0.99999988079071,-6.74809730663584e-012,0.00249328394420445,0.999996900558472,-8.9810554826375e-011,0.00180052348878235,0.999998390674591,-6.48566339522816e-011,0.000553881109226495,0.999999821186066,-1.47786557297414e-011,0.00048286363016814,0.99999988079071,-6.74809730663584e-012,-0.0505787879228592,0.99871838092804,-0.0018573283450678,-0.100995600223541,0.994783222675323,-0.0143590997904539,-0.101156435906887,0.994844675064087,-0.0071797352284193,0.00242329156026244,0.999996960163116,0.000582437205594033,0.0117447804659605,0.999930858612061,0.000686780200339854,-0.0505787879228592,0.99871838092804,-0.0018573283450678,0.00242329156026244,0.999996960163116,0.000582437205594033,0.0117251612246037,0.999931275844574,-1.29983538954548e-006,0.000484302581753582,-3.56249620381277e-006,-0.99999988079071,0.00117648928426206,-8.65417314344086e-006,-0.999999284744263,0.00186867534648627,-1.37458455355954e-005,-0.999998331069946,0.00117648928426206,-8.65417314344086e-006,-0.999999344348907,0.000782954215537757,-0.00563911953940988,-0.999983787536621,0.000460909737739712,-0.00331963854841888,-0.999994456768036,0.000138862742460333,-0.00100013974588364,-0.999999463558197,0.000460909737739712,-0.00331963854841888,-0.999994456768036,0.00371882342733443,-0.0123466653749347,-0.999916851520538,0.00348137668333948,-0.021283071488142,-0.999767422676086,0.00327353435568511,-0.0212866757065058,-0.999768078327179,0.00364116160199046,-0.012345434166491,-0.999917268753052,6.85683190226882e-008,-0.110381007194519,0.993889331817627,-6.40913189187131e-009,0.0103173945099115,0.99994683265686,-8.1292974130065e-008,0.13086511194706,0.991400182247162,-6.40913189187131e-009,0.0103173945099115,0.99994683265686,0.000202252413146198,1,1.7402624480356e-012,0.000753530999645591,0.999999761581421,0,0.00150706141721457,0.999998867511749,0,
  1052. 0.000667091109789908,0.999999761581421,6.94031160666797e-012,0.000580651219934225,0.99999988079071,1.03944812826495e-011,0.000202252413146198,1,1.7402624480356e-012,0.000667091109789908,0.999999761581421,6.94031160666797e-012,0.000756797613576055,0.999999701976776,1.51776161083639e-011,-0.0131061533465981,0.0020346010569483,0.999912023544312,0.00116998213343322,0.00203062873333693,0.99999725818634,0.0154458787292242,0.00202624220401049,0.999878704547882,0.00116998213343322,0.00203062850050628,0.99999725818634,0.0012313243933022,-0.017384359613061,0.999848186969757,0.00157889910042286,-0.0173577237874269,0.999848127365112,0.00123132427688688,-0.0173843577504158,0.999848127365112,0.000883749511558563,-0.0174109917134047,0.999848127365112,0,0,1,0,0,1,0,0,1,0,0,1,-0.00058148690732196,0.99999988079071,5.6398167386229e-012,-0.000631840841379017,0.99999988079071,1.92389715270025e-011,-0.000677316565997899,0.999999761581421,2.06236642347202e-011,-0.000511948543135077,0.999999940395355,5.15536398293381e-012,-0.000136081944219768,1,-3.84827234098037e-013,-0.000733709253836423,0.999999701976776,0,-0.00146741815842688,0.999998927116394,0,-0.00058148690732196,0.99999988079071,5.6398167386229e-012,-0.00058148690732196,0.99999988079071,5.6398167386229e-012,-0.000511948543135077,0.999999940395355,5.15536398293381e-012,-0.000136081944219768,1,-3.84827234098037e-013,-0.0489818528294563,0.00196705455891788,-0.998797833919525,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.0404885411262512,-0.00162597303278744,-0.999178767204285,-0.00425091758370399,0.00017071193724405,-0.999990999698639,0.00947969313710928,-0.0702073499560356,-0.997487425804138,0.000803284987341613,-0.00594919081777334,-0.999981999397278,-0.00787650607526302,0.0583340153098106,-0.998266041278839,0.000803284987341613,-0.00594919081777334,-0.999981999397278,-0.00252178404480219,-0.0218138433992863,-0.999758958816528,-0.0503872223198414,-0.0185069143772125,-0.998558342456818,-0.00252178381197155,-0.0218138415366411,-0.999758958816528,0.0453494638204575,-0.0250705163925886,-0.998656630516052,
  1053. 0.00139047659467906,-0.0337515436112881,-0.99942934513092,-0.00792653393000364,-0.119149886071682,-0.992844641208649,0.0013904768275097,-0.0337515436112881,-0.999429404735565,0.0106971655040979,0.0518973357975483,-0.998595178127289,0,1,-4.44590477854945e-006,-0,1,0,0,1,-0,0,1,-5.15235933562508e-006,0,1,-5.15235933562508e-006,0,1,-6.66885716782417e-006,0,1,-4.44590477854945e-006,0,1,-6.66885716782417e-006,-0,1,2.11936253435852e-006,0,1,-4.44590477854945e-006,-0.000299284147331491,7.66487846703967e-006,1,0.000273615325568244,-7.00748114468297e-006,1,0.000846514769364148,-2.16798398469109e-005,0.999999701976776,0.000273615325568244,-7.00748114468297e-006,1,-5.6442353525199e-005,1,4.25252877616494e-013,-2.82211767625995e-005,1,2.12626438808247e-013,2.26524389290717e-005,1,1.94910846360377e-013,8.44456099002855e-006,1,-2.44020552869024e-014,2.26524389290717e-005,1,1.94910846360377e-013,4.85304590256419e-005,1,8.68764099288405e-013,8.44456099002855e-006,1,-2.44020552869024e-014,5.01432405144442e-005,1,1.57550307435667e-012,8.44456099002855e-006,1,-2.44020552869024e-014,4.85304590256419e-005,1,8.68764099288405e-013,5.53707577637397e-005,1,1.73975178881236e-012,2.30014848057181e-006,0.00100249517709017,0.999999523162842,0.00108417798765004,-0.00491588423028588,0.999987363815308,2.30016303248703e-006,0.00100249517709017,0.999999523162842,-0.00107957783620805,0.00692083826288581,0.999975562095642,-0.00198980933055282,0.00229098368436098,0.999995410442352,-0.000302063825074583,0.0022906216327101,0.99999737739563,0.00138568261172622,0.00229025329463184,0.999996483325958,-0.000302063825074583,0.0022906216327101,0.99999737739563,1.10897062768345e-005,0.0013546789996326,0.999999165534973,4.62566677015275e-005,-0.00483470968902111,0.999988377094269,1.10897062768345e-005,0.00135467911604792,0.999999165534973,-2.40776789723895e-005,0.00754401553422213,0.999971628189087,-0.000195802829694003,-0,1,-0.000207399280043319,-0,1,-0.00021899574494455,-0,1,-0.000207399280043319,-0,1,-0.954162061214447,0.160078749060631,-0.252882838249207,-0.691542148590088,0.714600026607513,0.105434343218803,
  1054. -0.951223433017731,0.151660308241844,-0.268650949001312,-0.691542148590088,0.714600026607513,0.105434343218803,-0.954162061214447,0.160078749060631,-0.252882838249207,-0.953274607658386,0.149454638361931,-0.262546896934509,-0.953274607658386,0.149454638361931,-0.262546896934509,-0.954162061214447,0.160078749060631,-0.252882838249207,-0.958069205284119,-0.0144109651446342,-0.286174535751343,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.902081251144409,-0.307925164699554,-0.30237665772438,-0.953274607658386,0.149454638361931,-0.262546896934509,-0.958069205284119,-0.0144109651446342,-0.286174535751343,-0.856027364730835,0.501735031604767,-0.124415293335915,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.902081251144409,-0.307925164699554,-0.30237665772438,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.977038383483887,-0.0360167063772678,-0.209997147321701,-0.967736899852753,-0.160689488053322,-0.194072842597961,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.856027364730835,0.501735031604767,-0.124415293335915,-0.991713881492615,0.0355118289589882,-0.123461171984673,-0.977038383483887,-0.0360167063772678,-0.209997147321701,-0.966865003108978,0.0179793741554022,-0.254654407501221,-0.967736899852753,-0.160689488053322,-0.194072842597961,-0.991713881492615,0.0355118289589882,-0.123461171984673,-0.967736899852753,-0.160689488053322,-0.194072842597961,-0.974439978599548,-0.200317323207855,-0.101684346795082,-0.980790138244629,0.0158387925475836,-0.194421783089638,-0.8865767121315,0.319558501243591,-0.334461212158203,-0.991713881492615,0.0355118289589882,-0.123461171984673,-0.974439978599548,-0.200317323207855,-0.101684346795082,-0.998747110366821,-0.0169713627547026,0.0470774471759796,-0.994211912155151,0.0247514471411705,-0.104546822607517,-0.980790138244629,0.0158387925475836,-0.194421783089638,-0.998593807220459,-0.0219464953988791,0.0482591539621353,-0.998593807220459,-0.0219464953988791,0.0482591539621353,-0.980790138244629,0.0158387925475836,-0.194421783089638,
  1055. -0.974439978599548,-0.200317323207855,-0.101684346795082,-0.913250327110291,-0.202165961265564,0.353698581457138,-0.998593807220459,-0.0219464953988791,0.0482591539621353,-0.995449304580688,-0.0952587276697159,-0.00257283262908459,-0.998593807220459,-0.0219464953988791,0.0482591539621353,-0.913250327110291,-0.202165961265564,0.353698581457138,-0.998747110366821,-0.0169713627547026,0.0470774471759796,0.00278879841789603,-0.0369178801774979,-0.999314427375793,0.00241638976149261,-0.0369075424969196,-0.999315738677979,0.00327353435568511,-0.0212866757065058,-0.999768078327179,0.00348137668333948,-0.021283071488142,-0.999767422676086,-0.00242858286947012,0.999997138977051,-1.77738154055751e-011,-0.00161905598361045,0.999998688697815,-4.57854153895765e-012,-0.00318756978958845,0.999994933605194,3.20990907465291e-011,-0.8865767121315,0.319558501243591,-0.334461212158203,-0.980790138244629,0.0158387925475836,-0.194421783089638,-0.994211912155151,0.0247514471411705,-0.104546822607517
  1056. }
  1057. BinormalsW: *176 {
  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,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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. LayerElementTangent: 0 {
  1062. Version: 102
  1063. Name: "map1"
  1064. MappingInformationType: "ByPolygonVertex"
  1065. ReferenceInformationType: "Direct"
  1066. Tangents: *528 {
  1067. a: 0.999999940395355,-0.000553881167434156,-2.66819988326006e-008,0.999998688697815,0.00161905598361045,2.82790435512936e-009,0.999997138977051,0.00242858286947012,7.31857419111748e-009,0.99999988079071,-0.00048286363016814,-1.3975160584323e-008,0.999996900558472,-0.00249328394420445,-3.60208751715163e-008,0.999998390674591,-0.00180052348878235,-3.60209284622215e-008,0.999999940395355,-0.000553881167434156,-2.66819988326006e-008,0.99999988079071,-0.00048286363016814,-1.3975160584323e-008,0.000936186639592052,0.00190711941104382,0.999997675418854,-0.0227579195052385,0.0121191013604403,0.999667644500732,-0.0220320411026478,0.00497486861422658,0.999744951725006,0.0244059190154076,-0.000641408259980381,0.999701976776123,0.0284975711256266,-0.00102126924321055,0.999593436717987,0.000936186639592052,0.00190711941104382,0.999997675418854,0.0244059190154076,-0.000641408259980381,0.999701976776123,0.028505640104413,-0.000332956784404814,0.999593555927277,0.999972820281982,-0.00735573098063469,0.000484315678477287,0.999972343444824,-0.00735572725534439,0.00117652118206024,0.999971210956573,-0.00735571887344122,0.00186872575432062,0.999972343444824,-0.00735572725534439,0.00117652118206024,0.137521877884865,-0.99048238992691,0.00569321401417255,0.137523353099823,-0.99049299955368,0.00335148349404335,0.137524053454399,-0.990498006343842,0.00100973388180137,0.137523353099823,-0.99049299955368,0.00335148349404335,0.999866366386414,-0.0158724263310432,0.00391462352126837,0.999788701534271,-0.0201838817447424,0.0039111259393394,0.999789357185364,-0.0201920624822378,0.00370352575555444,0.999866724014282,-0.0158733893185854,0.00383695773780346,6.17400871760765e-007,-0.993889451026917,-0.11038102209568,6.21163565028837e-007,-0.999946713447571,0.010317393578589,6.15854503394075e-007,-0.991400182247162,0.13086511194706,6.21163565028837e-007,-0.999946713447571,0.010317393578589,-1,0.000202252413146198,-8.60440785288574e-009,-0.999999761581421,0.000753530999645591,0,-0.999998867511749,0.00150706141721457,0,-0.99999988079071,0.000667091167997569,-1.04038431203435e-008,
  1068. -0.999999821186066,0.000580651219934225,-1.79014154610968e-008,-1,0.000202252413146198,-8.60440785288574e-009,-0.99999988079071,0.000667091167997569,-1.04038431203435e-008,-0.999999701976776,0.000756797613576055,-2.00550474005468e-008,-0.999914169311523,0.0002637401339598,-0.0131067177280784,-0.999999284744263,0.000292759243166074,0.00116939004510641,-0.99988067150116,0.000321718747727573,0.0154452575370669,-0.999999284744263,0.000292759272269905,0.00116939004510641,-0.997077226638794,-0.0764011517167091,-0.000100474891951308,-0.997076690196991,-0.0764072090387344,0.00024806588771753,-0.997077226638794,-0.0764011517167091,-0.000100474819191732,-0.997077643871307,-0.0763950943946838,-0.000449015700723976,-1,0,0,-1,0,0,-1,0,0,-1,0,0,0.99999988079071,0.00058148690732196,-9.69895719293845e-009,0.99999988079071,0.000631840841379017,-3.04490761493526e-008,0.999999761581421,0.000677316565997899,-3.04490690439252e-008,0.999999940395355,0.000511948543135077,-1.00700816574317e-008,1,0.000136081944219768,2.82790812988765e-009,0.999999821186066,0.000733709370251745,-0,0.999998927116394,0.00146741815842688,-0,0.99999988079071,0.00058148690732196,-9.69895719293845e-009,0.99999988079071,0.00058148690732196,-9.69895719293845e-009,0.999999940395355,0.000511948543135077,-1.00700816574317e-008,1,0.000136081944219768,2.82790812988765e-009,0.997993290424347,-0.0400782600045204,-0.0490213260054588,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.998374044895172,-0.0400935485959053,0.0405211746692657,0.999185502529144,-0.0401261411607265,-0.00425434345379472,0.133473753929138,-0.988516986370087,0.0708444491028786,0.133807554841042,-0.990989148616791,0.00600317725911736,0.133577957749367,-0.989288747310638,-0.0588633790612221,0.133807554841042,-0.990989148616791,0.00600317725911736,0.997657477855682,-0.0683982968330383,-0.00102409382816404,0.996387541294098,-0.0693661645054817,-0.0489920787513256,0.997657477855682,-0.0683982968330383,-0.00102409382816404,0.996629536151886,-0.0672728791832924,0.0469462499022484,0.108180336654186,0.993569910526276,-0.0334031581878662,
  1069. 0.107898540794849,0.986977159976959,-0.119307160377502,0.108180351555347,0.993569910526276,-0.0334031581878662,0.10765914618969,0.992787539958954,0.0527487769722939,0,-4.44590477854945e-006,-1,0,0,-1,0,-0,-1,0,-5.15235933562508e-006,-1,0,-5.15235933562508e-006,-1,0,-6.66885716782417e-006,-1,0,-4.44590477854945e-006,-1,0,-6.66885716782417e-006,-1,-0,2.11936253435852e-006,-1,0,-4.44590477854945e-006,-1,-0.999672174453735,0.0256023090332747,-0.000299382285447791,-0.999672174453735,0.0256023090332747,0.000273705023573712,-0.999671876430511,0.0256023015826941,0.000846792303491384,-0.999672174453735,0.0256023090332747,0.000273705023573712,-1,-5.6442353525199e-005,7.53428697208847e-009,-1,-2.82211767625995e-005,7.53428697208847e-009,-1,2.26524389290717e-005,-8.60440874106416e-009,-1,8.44456099002855e-006,2.88967716421951e-009,-1,2.26524389290717e-005,-8.60440874106416e-009,-1,4.85304553876631e-005,-1.79014172374536e-008,-1,8.44456099002855e-006,2.88967716421951e-009,-1,5.01432368764654e-005,-3.14200434559098e-008,-1,8.44456099002855e-006,2.88967716421951e-009,-1,4.85304553876631e-005,-1.79014172374536e-008,-1,5.53707577637397e-005,-3.14200470086234e-008,-0.179820418357849,0.983698964118958,-0.00098574033472687,-0.179817140102386,0.983687162399292,0.00503070931881666,-0.17982043325901,0.983698964118958,-0.00098574033472687,-0.17981718480587,0.983675122261047,-0.00700215436518192,-0.999998092651367,0.000212618600926362,-0.00199030176736414,-1,0.000216484899283387,-0.000302560511045158,-0.999999105930328,0.000220350586459972,0.00138518156018108,-1,0.000216484899283387,-0.000302560511045158,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568159809336066,-0.99997216463089,-0.00483489409089088,0.00568177551031113,-0.999982953071594,0.00135459413286299,0.00568173592910171,-0.999955415725708,0.00754403043538332,-1,0,-0.000195802829694003,-1,0,-0.000207399280043319,-1,0,-0.00021899574494455,-1,0,-0.000207399280043319,0.218028590083122,-0.20705971121788,-0.953724145889282,0.394335210323334,0.495774537324905,-0.773761868476868,
  1070. 0.306279987096787,0.359897017478943,-0.881286978721619,0.394335210323334,0.495774537324905,-0.773761868476868,0.218028590083122,-0.20705971121788,-0.953724145889282,0.212107568979263,-0.287732630968094,-0.933927416801453,0.212107568979263,-0.287732630968094,-0.933927416801453,0.218028590083122,-0.20705971121788,-0.953724145889282,0.272064000368118,-0.359152436256409,-0.892743408679962,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.373232245445251,-0.204871088266373,-0.904834568500519,0.212107568979263,-0.287732630968094,-0.933927416801453,0.272064000368118,-0.359152436256409,-0.892743408679962,0.381339222192764,0.450436770915985,-0.807271420955658,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.373232245445251,-0.204871088266373,-0.904834568500519,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.178425326943398,0.400371193885803,-0.898814380168915,0.106743015348911,0.436244785785675,-0.893474340438843,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.381339222192764,0.450436770915985,-0.807271420955658,0.128456205129623,0.261708110570908,-0.956560432910919,0.178425326943398,0.400371193885803,-0.898814380168915,0.253899395465851,-0.0361884161829948,-0.966553390026093,0.106743015348911,0.436244785785675,-0.893474340438843,0.128456205129623,0.261708110570908,-0.956560432910919,0.106743015348911,0.436244785785675,-0.893474340438843,0.0948556959629059,0.0434227734804153,-0.994543552398682,0.186697974801064,-0.212572574615479,-0.959143698215485,0.379647970199585,0.0895609557628632,-0.920785665512085,0.128456205129623,0.261708110570908,-0.956560432910919,0.0948556959629059,0.0434227734804153,-0.994543552398682,-0.0322704054415226,-0.500595033168793,-0.865079939365387,0.0819890052080154,-0.45405849814415,-0.887191474437714,0.186697974801064,-0.212572574615479,-0.959143698215485,-0.0298722386360168,-0.519097805023193,-0.854192614555359,-0.0298722386360168,-0.519097805023193,-0.854192614555359,0.186697974801064,-0.212572574615479,-0.959143698215485,
  1071. 0.0948556959629059,0.0434227734804153,-0.994543552398682,-0.0835331752896309,-0.756820023059845,-0.648263692855835,-0.0298722386360168,-0.519097805023193,-0.854192614555359,0.0952584221959114,-0.995452642440796,0.000240981840761378,-0.0298722386360168,-0.519097805023193,-0.854192614555359,-0.0835331752896309,-0.756820023059845,-0.648263692855835,-0.0322704054415226,-0.500595033168793,-0.865079939365387,0.999607920646667,-0.0277402773499489,0.00381443230435252,0.999608874320984,-0.0277540311217308,0.00344213331118226,0.999789357185364,-0.0201920624822378,0.00370352575555444,0.999788701534271,-0.0201838817447424,0.0039111259393394,0.999997138977051,0.00242858286947012,7.31857419111748e-009,0.999998688697815,0.00161905598361045,2.82790435512936e-009,0.999994933605194,0.00318756978958845,-1.00700310312618e-008,0.379647970199585,0.0895609557628632,-0.920785665512085,0.186697974801064,-0.212572574615479,-0.959143698215485,0.0819890052080154,-0.45405849814415,-0.887191474437714
  1072. }
  1073. TangentsW: *176 {
  1074. 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
  1075. }
  1076. }
  1077. LayerElementUV: 0 {
  1078. Version: 101
  1079. Name: "map1"
  1080. MappingInformationType: "ByPolygonVertex"
  1081. ReferenceInformationType: "IndexToDirect"
  1082. UV: *208 {
  1083. a: 0,0,0.50000011920929,0,0.315955609083176,0.131136402487755,0.306155115365982,0.200305938720703,-0.000277544313576072,0.201805666089058,0.581114828586578,0.519130051136017,0.672821044921875,0.296074688434601,0.672820687294006,0.519129931926727,0.638125538825989,0.589284479618073,0.638508498668671,0.472820341587067,-0.30243045091629,0.58780711889267,-0.302307963371277,0.469882786273956,0.133225843310356,0.470696896314621,0.132911026477814,0.58762925863266,0.230682998895645,0.587728381156921,0.231194585561752,0.471253603696823,0.605432331562042,0.126655697822571,0.737759709358215,0.862607061862946,0.737761735916138,0.920470893383026,0.692805707454681,0.925822675228119,0.692792236804962,0.857272982597351,0.99899423122406,0.0657781064510345,0.901700675487518,0.0719248205423355,0.901757717132568,0.130443945527077,0.998827934265137,0,0.325700104236603,0.852324426174164,0.32570943236351,0.930909633636475,0.50000011920929,0,0.50002533197403,0.130461454391479,0.327179998159409,0.369152575731277,0.327179908752441,0.296074688434601,0.419896245002747,0.364812105894089,0.805307924747467,0.862619876861572,0.811081230640411,0.920281171798706,0.998654723167419,1.5180481672287,0.998586297035217,1.09413933753967,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,0.895279228687286,0.0658151209354401,0.880442380905151,0.175843209028244,0.612885177135468,0.196180447936058,0.50000011920929,0,0.998827934265137,0,0.998965919017792,0.0615158565342426,1.35062766075134,0.45308518409729,1.35099291801453,0.606565237045288,1.1702823638916,0.59873354434967,1.17006278038025,0.461556553840637,1.00178515911102,0.472460955381393,1.00153195858002,0.587699890136719,0.683499813079834,0.570119917392731,0.683825731277466,0.48587703704834,0.615444302558899,0.580133616924286,0.61638206243515,0.482086777687073,0.605190634727478,0.126583144068718,0.346495866775513,0.00290262699127197,0.346496075391769,0.139604777097702,0.253879815340042,0.139604777097702,0.0922585725784302,0.0713461488485336,0.000854613375850022,0.0713463425636292,
  1084. 0.000854730606079102,0.00290262699127197,0.289337009191513,0.130995824933052,3.33345815306529e-005,0.123570963740349,0,0,-0.226403504610062,0.92980569601059,-0.226468876004219,0.853499233722687,0.0377325341105461,0.853275895118713,0.0377191007137299,0.929884970188141,0.32570943236351,0.930909633636475,0.325700104236603,0.852324426174164,0.50000011920929,0,0.50002533197403,0.130461454391479,0.500353395938873,0.189819812774658,0.300107896327972,0.189809232950211,0.0927069336175919,0.853000700473785,0.0927294194698334,0.930272400379181,0.278139561414719,0.852744698524475,0.27813446521759,0.930643200874329,0.499826729297638,1.5180481672287,0.499841451644897,1.09413933753967,-0.0325616262853146,1.09400653839111,-0.0327872671186924,1.51789963245392,0.375291347503662,1.72868633270264,0.621716916561127,1.6656653881073,0.416278809309006,1.60540771484375,0.399857968091965,1.82821726799011,0.520296096801758,2.0310685634613,0.296837508678436,2.10160994529724,0.432422965764999,2.1062319278717,0.519574582576752,2.07128977775574,0.312226921319962,2.16156268119812,0.496968328952789,2.29941534996033,0.277182042598724,2.29790091514587,0.205545887351036,2.53446435928345,0.459966272115707,2.35057616233826,0.332645654678345,2.5206184387207,0.211869329214096,2.9663097858429,0.462890625,2.8466796875,0.459763199090958,2.9840567111969,0.400323331356049,2.8394603729248,0.237400412559509,2.61772131919861,0.500145971775055,0.128909885883331,0.490468055009842,0.472252309322357,0.490020871162415,0.588721752166748
  1085. }
  1086. UVIndex: *176 {
  1087. a: 0,1,101,2,3,4,0,2,31,29,30,6,5,31,6,7,13,10,11,12,15,14,13,12,15,102,103,14,20,17,18,19,27,24,21,22,28,27,22,23,25,20,19,26,32,33,18,17,37,36,34,35,38,39,40,54,41,42,43,38,38,54,41,47,44,45,46,49,48,47,46,50,51,48,49,50,52,53,51,60,55,56,57,57,58,60,58,59,60,67,64,65,66,62,63,70,61,70,71,61,73,61,71,72,67,66,74,75,77,75,74,76,68,77,76,69,80,81,78,79,83,82,84,82,83,85,85,83,86,88,88,87,85,86,89,88,87,88,90,91,88,89,92,90,88,91,92,91,94,95,93,92,94,96,100,95,99,99,95,94,98,99,97,99,98,96,9,8,103,102,101,1,16,93,95,100
  1088. }
  1089. }
  1090. LayerElementSmoothing: 0 {
  1091. Version: 102
  1092. Name: ""
  1093. MappingInformationType: "ByEdge"
  1094. ReferenceInformationType: "Direct"
  1095. Smoothing: *88 {
  1096. a: 0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,1,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,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1
  1097. }
  1098. }
  1099. LayerElementMaterial: 0 {
  1100. Version: 101
  1101. Name: ""
  1102. MappingInformationType: "ByPolygon"
  1103. ReferenceInformationType: "IndexToDirect"
  1104. Materials: *48 {
  1105. a: 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,1,1,1,1,1,1,1,1,1,1,0,0,1
  1106. }
  1107. }
  1108. Layer: 0 {
  1109. Version: 100
  1110. LayerElement: {
  1111. Type: "LayerElementNormal"
  1112. TypedIndex: 0
  1113. }
  1114. LayerElement: {
  1115. Type: "LayerElementBinormal"
  1116. TypedIndex: 0
  1117. }
  1118. LayerElement: {
  1119. Type: "LayerElementTangent"
  1120. TypedIndex: 0
  1121. }
  1122. LayerElement: {
  1123. Type: "LayerElementMaterial"
  1124. TypedIndex: 0
  1125. }
  1126. LayerElement: {
  1127. Type: "LayerElementSmoothing"
  1128. TypedIndex: 0
  1129. }
  1130. LayerElement: {
  1131. Type: "LayerElementUV"
  1132. TypedIndex: 0
  1133. }
  1134. }
  1135. }
  1136. Geometry: 2333008477360, "Geometry::", "Mesh" {
  1137. Vertices: *42 {
  1138. a: 200,9.5367431640625e-007,62.5,158.287109375,65.0545043945313,63.96240234375,200,56.0867919921875,-62.5,200,4.76837158203125e-007,-62.5,-5.81640625,7.15255737304688e-007,-62.5,41.26171875,56.0867919921875,62.5,200,56.0867919921875,16.6690368652344,200,25.7515029907227,62.5,85.91015625,74.0453872680664,-65.04345703125,51.595703125,78.6695709228516,62.5,-5.81640625,77.4539566040039,-64.133544921875,-5.81640625,76.8999404907227,-26.757568359375,-5.81640625,7.28964835161605e-007,-26.7388305664063,41.26171875,5.72521798858361e-007,62.5
  1139. }
  1140. PolygonVertexIndex: *54 {
  1141. a: 1,9,5,-8,5,13,0,-8,2,6,-4,7,0,3,-7,3,4,10,-9,3,8,-3,1,7,-7,8,9,-2,8,1,6,-3,8,10,11,-10,5,9,-12,4,12,11,-11,5,11,12,-14,4,13,-13,3,0,13,-5
  1142. }
  1143. Edges: *27 {
  1144. a: 24,12,6,10,15,16,1,8,3,14,20,27,17,33,38,0,25,40,34,5,4,39,45,47,2,9,18
  1145. }
  1146. GeometryVersion: 124
  1147. LayerElementNormal: 0 {
  1148. Version: 102
  1149. Name: ""
  1150. MappingInformationType: "ByVertice"
  1151. ReferenceInformationType: "Direct"
  1152. Normals: *42 {
  1153. a: 0.170336216688156,-0.947631061077118,0.270149916410446,0.164494290947914,0.874249756336212,0.456759244203568,0.364780247211456,0.863208711147308,-0.349007219076157,0.124992430210114,-0.958504259586334,-0.256215631961823,-0.135050341486931,-0.843021631240845,-0.520649611949921,-0.509521782398224,0.0244434364140034,0.860110521316528,0.525517344474792,0.850705802440643,0.0114545226097107,0.568102896213531,0.0624809265136719,0.820582211017609,0.0619207136332989,0.591683924198151,-0.803788542747498,-0.00760873593389988,0.890331566333771,0.455249220132828,-0.200530558824539,0.503510117530823,-0.84039580821991,-0.561339974403381,0.806817889213562,0.18423418700695,-0.930791974067688,-0.151255071163177,0.332788616418839,-0.196060732007027,-0.927589297294617,0.318022310733795
  1154. }
  1155. NormalsW: *14 {
  1156. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1157. }
  1158. }
  1159. LayerElementBinormal: 0 {
  1160. Version: 102
  1161. Name: "map1"
  1162. MappingInformationType: "ByPolygonVertex"
  1163. ReferenceInformationType: "Direct"
  1164. Binormals: *162 {
  1165. a: 0.0225832331925631,0.459607809782028,-0.887834906578064,0.0701847448945045,0.454615086317062,-0.887918412685394,0.339567810297012,0.924178779125214,0.174892753362656,-0.0253899805247784,0.99796986579895,-0.0584096983075142,0.339567810297012,0.924178779125214,0.174892753362656,-0.354240089654922,0.369414001703262,0.859096765518188,3.72529029846191e-009,0.274156421422958,0.961685121059418,-0.0253899805247784,0.99796986579895,-0.0584096983075142,-0.921129286289215,0.389256685972214,-7.45057970874541e-009,-0.83746200799942,0.519615471363068,-0.169284254312515,0.991604387760162,0.129308953881264,-5.88595867156982e-007,-0.0191109124571085,0.99784654378891,-0.0627474114298821,0.98422634601593,0.176913976669312,-8.04662704467773e-007,0.991604387760162,0.129308953881264,-5.88595867156982e-007,-0.83746200799942,0.519615471363068,-0.169284254312515,-0.0140985026955605,0.256498903036118,-0.966441690921783,-0.0874957591295242,0.533557295799255,-0.841226041316986,0.0370288379490376,0.861102819442749,0.507080733776093,-0.0350631140172482,0.806126356124878,0.590703725814819,-0.0140985026955605,0.256498903036118,-0.966441690921783,-0.0350631140172482,0.806126356124878,0.590703725814819,0.0361216217279434,0.361433833837509,0.931697845458984,-0.625440418720245,0.450521022081375,-0.63706761598587,-0.0191109124571085,0.99784654378891,-0.0627474114298821,-0.83746200799942,0.519615471363068,-0.169284254312515,0.0672484263777733,0.801030516624451,0.594834268093109,0.229642152786255,-0.441539078950882,0.867356777191162,-0.0753992795944214,-0.450567603111267,0.889552593231201,0.0672484263777733,0.801030516624451,0.594834268093109,-0.0753992795944214,-0.450567603111267,0.889552593231201,0.0283662527799606,-0.0309758950024843,0.9991175532341,0.0704734399914742,0.34816375374794,0.934780955314636,0.0672484263777733,0.801030516624451,0.594834268093109,-0.634006500244141,0.587271749973297,0.503137826919556,0.198726952075958,-0.0846917405724525,0.97638875246048,0.229642152786255,-0.441539078950882,0.867356777191162,0.339567810297012,0.924178779125214,0.174892753362656,
  1166. 0.229642152786255,-0.441539078950882,0.867356777191162,0.198726952075958,-0.0846917405724525,0.97638875246048,-0.969005107879639,0.00266936398111284,0.247026264667511,0.220426976680756,0.494006842374802,0.8410524725914,0.198726952075958,-0.0846917405724525,0.97638875246048,-0.634006500244141,0.587271749973297,0.503137826919556,0.339567810297012,0.924178779125214,0.174892753362656,0.198726952075958,-0.0846917405724525,0.97638875246048,0.220426976680756,0.494006842374802,0.8410524725914,-0.354240089654922,0.369414001703262,0.859096765518188,-0.295926749706268,-0.467163413763046,0.833178102970123,-0.137368485331535,0.347099751234055,0.92771315574646,-0.133231073617935,0.988130271434784,0.0764728859066963,0.249844402074814,-0.219510987401009,0.943076252937317,3.72529029846191e-009,0.274156421422958,0.961685121059418,-0.137368485331535,0.347099751234055,0.92771315574646,-0.295926749706268,-0.467163413763046,0.833178102970123
  1167. }
  1168. BinormalsW: *54 {
  1169. 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
  1170. }
  1171. }
  1172. LayerElementTangent: 0 {
  1173. Version: 102
  1174. Name: "map1"
  1175. MappingInformationType: "ByPolygonVertex"
  1176. ReferenceInformationType: "Direct"
  1177. Tangents: *162 {
  1178. a: 0.986119449138641,-0.156358852982521,-0.0558594614267349,0.997505009174347,-0.0251956097781658,0.0659467428922653,0.790620803833008,-0.381177484989166,0.479189306497574,0.822565793991089,-0.0123481517657638,-0.568535923957825,0.790620803833008,-0.381177484989166,0.479189306497574,0.914370834827423,-0.0557788573205471,0.401016891002655,0.98538601398468,0.163809806108475,-0.046698771417141,0.822565793991089,-0.0123481517657638,-0.568535923957825,-0.135853409767151,-0.321480810642242,-0.937120139598846,0.149963036179543,-0.0793690830469131,-0.985500693321228,-0.0331315398216248,0.254064440727234,-0.966619670391083,0.822735548019409,-0.0199649147689343,-0.568073630332947,0.0477925315499306,-0.265888810157776,-0.962818264961243,-0.0331315398216248,0.254064440727234,-0.966619670391083,0.149963036179543,-0.0793690830469131,-0.985500693321228,-0.99205756187439,-0.124410152435303,-0.0185469426214695,-0.986968040466309,0.0680532455444336,0.145817920565605,-0.978987395763397,-0.0705663189291954,0.191321820020676,-0.997465074062347,0.00839347206056118,-0.0706622079014778,-0.99205756187439,-0.124410152435303,-0.0185469426214695,-0.997465074062347,0.00839347206056118,-0.0706622079014778,-0.930392742156982,0.352471679449081,-0.100663416087627,0.762735843658447,0.180881708860397,-0.620899260044098,0.822735548019409,-0.0199649147689343,-0.568073630332947,0.149963036179543,-0.0793690830469131,-0.985500693321228,-0.995812952518463,0.0908860713243485,-0.00981056597083807,-0.97324538230896,-0.111143879592419,0.20109811425209,-0.983492016792297,0.180765628814697,0.00819799490272999,-0.995812952518463,0.0908860713243485,-0.00981056597083807,-0.983492016792297,0.180765628814697,0.00819799490272999,-0.85030996799469,0.524728715419769,0.0404097102582455,-0.928422689437866,0.36558535695076,-0.0661699697375298,-0.995812952518463,0.0908860713243485,-0.00981056597083807,-0.746875643730164,-0.633710861206055,-0.201462760567665,-0.803371012210846,-0.58469831943512,0.11279558390379,-0.97324538230896,-0.111143879592419,0.20109811425209,
  1179. 0.790620803833008,-0.381177484989166,0.479189306497574,-0.97324538230896,-0.111143879592419,0.20109811425209,-0.803371012210846,-0.58469831943512,0.11279558390379,0.206858709454536,-0.537873029708862,0.817252814769745,0.291613310575485,-0.856200456619263,0.426476866006851,-0.803371012210846,-0.58469831943512,0.11279558390379,-0.746875643730164,-0.633710861206055,-0.201462760567665,0.790620803833008,-0.381177484989166,0.479189306497574,-0.803371012210846,-0.58469831943512,0.11279558390379,0.291613310575485,-0.856200456619263,0.426476866006851,0.914370834827423,-0.0557788573205471,0.401016891002655,-0.945615530014038,0.266595155000687,-0.186382055282593,-0.970922231674194,0.138201877474785,-0.195474162697792,-0.340405374765396,0.0268425680696964,-0.939895570278168,-0.960184752941132,-0.181891441345215,0.212039723992348,-0.98538601398468,-0.163809806108475,0.046698771417141,-0.970922231674194,0.138201877474785,-0.195474162697792,-0.945615530014038,0.266595155000687,-0.186382055282593
  1180. }
  1181. TangentsW: *54 {
  1182. 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
  1183. }
  1184. }
  1185. LayerElementUV: 0 {
  1186. Version: 101
  1187. Name: "map1"
  1188. MappingInformationType: "ByPolygonVertex"
  1189. ReferenceInformationType: "IndexToDirect"
  1190. UV: *58 {
  1191. a: 0.998827934265137,0,0.998827934265137,0.69699501991272,0.77549546957016,1.51805567741394,0.615923047065735,1.51805567741394,0.499413967132568,1.51805555820465,0.599628984928131,0,0.918039381504059,1.51805567741394,0.871270895004272,0.696978390216827,0.871270895004272,-3.07559967041016e-005,0.998827934265137,0,0.998827934265137,1.51805567741394,0,0,0.499452590942383,0.917830169200897,0.492769002914429,1.51805567741394,0.275034517049789,1.51805567741394,0,1.51805567741394,0.871270895004272,1.51805567741394,0.275118499994278,1.37674522399902,0.382904946804047,1.51805567741394,0.223332434892654,1.51805567741394,4.24928148277104e-005,1.46624445915222,0.000115894661576021,1.37674522399902,0.492827743291855,1.37674522399902,0.461289972066879,1.41728830337524,0.49947190284729,1.37674522399902,0.47073894739151,1.41723740100861,0.399198949337006,1.51805567741394,0,1.51805567741394,0.000115895541966893,1.37674522399902
  1192. }
  1193. UVIndex: *54 {
  1194. a: 2,3,4,1,4,5,0,1,10,6,9,7,8,9,6,11,12,13,14,11,14,15,16,7,6,17,18,19,17,19,20,21,17,22,23,18,4,18,23,24,25,23,22,4,23,25,5,12,26,25,28,27,26,12
  1195. }
  1196. }
  1197. LayerElementSmoothing: 0 {
  1198. Version: 102
  1199. Name: ""
  1200. MappingInformationType: "ByEdge"
  1201. ReferenceInformationType: "Direct"
  1202. Smoothing: *27 {
  1203. 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
  1204. }
  1205. }
  1206. LayerElementMaterial: 0 {
  1207. Version: 101
  1208. Name: ""
  1209. MappingInformationType: "AllSame"
  1210. ReferenceInformationType: "IndexToDirect"
  1211. Materials: *1 {
  1212. a: 0
  1213. }
  1214. }
  1215. Layer: 0 {
  1216. Version: 100
  1217. LayerElement: {
  1218. Type: "LayerElementNormal"
  1219. TypedIndex: 0
  1220. }
  1221. LayerElement: {
  1222. Type: "LayerElementBinormal"
  1223. TypedIndex: 0
  1224. }
  1225. LayerElement: {
  1226. Type: "LayerElementTangent"
  1227. TypedIndex: 0
  1228. }
  1229. LayerElement: {
  1230. Type: "LayerElementMaterial"
  1231. TypedIndex: 0
  1232. }
  1233. LayerElement: {
  1234. Type: "LayerElementSmoothing"
  1235. TypedIndex: 0
  1236. }
  1237. LayerElement: {
  1238. Type: "LayerElementUV"
  1239. TypedIndex: 0
  1240. }
  1241. }
  1242. }
  1243. Geometry: 2333008458416, "Geometry::", "Mesh" {
  1244. Vertices: *18 {
  1245. a: -5.779296875,4.76837158203125e-007,62.5,-5.779296875,4.76837158203125e-007,-25.796630859375,40.802734375,56.0867919921875,62.5,-5.779296875,56.0867919921875,-25.796630859375,-5.779296875,56.0867919921875,62.5,40.802734375,5.72521798858361e-007,62.5
  1246. }
  1247. PolygonVertexIndex: *18 {
  1248. a: 1,5,-1,3,4,-3,4,0,5,-3,5,1,3,-3,3,1,0,-5
  1249. }
  1250. Edges: *9 {
  1251. a: 1,2,5,4,3,6,8,0,11
  1252. }
  1253. GeometryVersion: 124
  1254. LayerElementNormal: 0 {
  1255. Version: 102
  1256. Name: ""
  1257. MappingInformationType: "ByVertice"
  1258. ReferenceInformationType: "Direct"
  1259. Normals: *18 {
  1260. a: -0.830234467983246,-0.344769239425659,0.438000917434692,-1.15607647899196e-007,-0.236372604966164,-0.971662521362305,0.961214900016785,0.275800555944443,0,-1.15607647899196e-007,0.236372604966164,-0.971662521362305,-0.830234467983246,0.344769239425659,0.438000917434692,0.961214900016785,-0.275800555944443,0
  1261. }
  1262. NormalsW: *6 {
  1263. a: 1,1,1,1,1,1
  1264. }
  1265. }
  1266. LayerElementBinormal: 0 {
  1267. Version: 102
  1268. Name: "map1"
  1269. MappingInformationType: "ByPolygonVertex"
  1270. ReferenceInformationType: "Direct"
  1271. Binormals: *54 {
  1272. a: 1.99590211025225e-009,-0.971662521362305,0.236372604966164,-0,0,1,1.49011629702045e-008,0.785772800445557,0.618515372276306,-0.0530206970870495,0.970295786857605,0.236040115356445,0.555330693721771,0.443716734647751,0.703365743160248,-0.141744017601013,0.494003564119339,0.857828080654144,-1.49011629702045e-008,0.785772800445557,-0.618515372276306,-0.211329519748688,0.921796798706055,0.325008779764175,0,0,1,-0.141744017601013,0.494003564119339,0.857828080654144,-3.81060459631044e-007,-1.32806474084646e-006,1,0.989602327346802,0.13975515961647,-0.0339978188276291,-0.0530206970870495,0.970295786857605,0.236040115356445,-0.141744017601013,0.494003564119339,0.857828080654144,-0.0530206970870495,0.970295786857605,0.236040115356445,0.989602327346802,0.13975515961647,-0.0339978188276291,-0.211329519748688,0.921796798706055,0.325008779764175,0.555330693721771,0.443716734647751,0.703365743160248
  1273. }
  1274. BinormalsW: *18 {
  1275. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1276. }
  1277. }
  1278. LayerElementTangent: 0 {
  1279. Version: 102
  1280. Name: "map1"
  1281. MappingInformationType: "ByPolygonVertex"
  1282. ReferenceInformationType: "Direct"
  1283. Tangents: *54 {
  1284. a: -1,2.53871377253745e-008,1.12803398621963e-007,-0.275800436735153,-0.961214900016785,0,-0.557414412498474,0.51351273059845,-0.65237557888031,-0.998593389987946,-0.0515182465314865,-0.0125325340777636,-0.0481507144868374,-0.827193737030029,0.559849977493286,-0.236589580774307,0.824557185173035,-0.513936698436737,0.557414412498474,0.51351273059845,0.65237557888031,0.515800952911377,-0.177270919084549,0.838167309761047,0.275800436735153,0.961214900016785,-0,-0.236589580774307,0.824557185173035,-0.513936698436737,0.275800555944443,0.961214900016785,1.38165228236176e-006,-0.143830999732018,0.961559355258942,-0.233914956450462,-0.998593389987946,-0.0515182465314865,-0.0125325340777636,-0.236589580774307,0.824557185173035,-0.513936698436737,-0.998593389987946,-0.0515182465314865,-0.0125325340777636,-0.143830999732018,0.961559355258942,-0.233914956450462,0.515800952911377,-0.177270919084549,0.838167309761047,-0.0481507144868374,-0.827193737030029,0.559849977493286
  1285. }
  1286. TangentsW: *18 {
  1287. a: -1,1,-1,1,1,-1,1,-1,1,-1,1,-1,1,-1,1,-1,-1,1
  1288. }
  1289. }
  1290. LayerElementUV: 0 {
  1291. Version: 101
  1292. Name: "map1"
  1293. MappingInformationType: "ByPolygonVertex"
  1294. ReferenceInformationType: "IndexToDirect"
  1295. UV: *18 {
  1296. a: 0.49947190284729,1.37674522399902,0.399198949337006,1.51805567741394,0.499413967132568,1.51805567741394,0.499455332756042,1.41717267036438,0.566230118274689,1.51805555820465,0.499413967132568,1.51805555820465,0.499413967132568,0,0.599628984928131,0,0.432597756385803,1.51805555820465
  1297. }
  1298. UVIndex: *18 {
  1299. a: 0,1,2,3,4,5,8,6,7,5,1,0,3,5,3,0,6,4
  1300. }
  1301. }
  1302. LayerElementSmoothing: 0 {
  1303. Version: 102
  1304. Name: ""
  1305. MappingInformationType: "ByEdge"
  1306. ReferenceInformationType: "Direct"
  1307. Smoothing: *9 {
  1308. a: 1,1,1,1,1,1,1,1,1
  1309. }
  1310. }
  1311. LayerElementMaterial: 0 {
  1312. Version: 101
  1313. Name: ""
  1314. MappingInformationType: "AllSame"
  1315. ReferenceInformationType: "IndexToDirect"
  1316. Materials: *1 {
  1317. a: 0
  1318. }
  1319. }
  1320. Layer: 0 {
  1321. Version: 100
  1322. LayerElement: {
  1323. Type: "LayerElementNormal"
  1324. TypedIndex: 0
  1325. }
  1326. LayerElement: {
  1327. Type: "LayerElementBinormal"
  1328. TypedIndex: 0
  1329. }
  1330. LayerElement: {
  1331. Type: "LayerElementTangent"
  1332. TypedIndex: 0
  1333. }
  1334. LayerElement: {
  1335. Type: "LayerElementMaterial"
  1336. TypedIndex: 0
  1337. }
  1338. LayerElement: {
  1339. Type: "LayerElementSmoothing"
  1340. TypedIndex: 0
  1341. }
  1342. LayerElement: {
  1343. Type: "LayerElementUV"
  1344. TypedIndex: 0
  1345. }
  1346. }
  1347. }
  1348. Geometry: 2333008472752, "Geometry::", "Mesh" {
  1349. Vertices: *24 {
  1350. a: -6.20703125,4.76837158203125e-007,62.5,-6.20703125,4.76837158203125e-007,-62.5,-6.20703125,56.0867919921875,-62.5,-68.14453125,56.0867919921875,62.5,-68.14453125,3.45188425399101e-007,62.5,-68.14453125,4.76837158203125e-007,-62.5,-68.14453125,56.0867919921875,-62.5,-6.20703125,56.0867919921875,62.5
  1351. }
  1352. PolygonVertexIndex: *24 {
  1353. a: 5,1,0,-5,6,2,1,-6,2,6,3,-8,4,0,7,-4,0,1,2,-8,3,6,5,-5
  1354. }
  1355. Edges: *12 {
  1356. a: 1,5,10,9,2,15,0,3,7,4,11,13
  1357. }
  1358. GeometryVersion: 124
  1359. LayerElementNormal: 0 {
  1360. Version: 102
  1361. Name: ""
  1362. MappingInformationType: "ByVertice"
  1363. ReferenceInformationType: "Direct"
  1364. Normals: *24 {
  1365. a: 0.636925518512726,-0.703366637229919,0.315596610307693,0.636925518512726,-0.703366637229919,-0.315596610307693,0.636925518512726,0.703366637229919,-0.315596610307693,-0.636925518512726,0.703366637229919,0.315596610307693,-0.636925518512726,-0.703366637229919,0.315596610307693,-0.636925518512726,-0.703366637229919,-0.315596610307693,-0.636925518512726,0.703366637229919,-0.315596610307693,0.636925518512726,0.703366637229919,0.315596610307693
  1366. }
  1367. NormalsW: *8 {
  1368. a: 1,1,1,1,1,1,1,1
  1369. }
  1370. }
  1371. LayerElementBinormal: 0 {
  1372. Version: 102
  1373. Name: "map1"
  1374. MappingInformationType: "ByPolygonVertex"
  1375. ReferenceInformationType: "Direct"
  1376. Binormals: *72 {
  1377. a: 0.762066245079041,-0.636315166950226,-0.119825579226017,-1.49011629702045e-008,-0.409373819828033,0.91236686706543,-0.232870668172836,0.214716911315918,0.948508262634277,-1.49011629702045e-008,0.409373819828033,0.91236686706543,0.0787768512964249,0.466611474752426,0.880947232246399,-1.49011629702045e-008,0.409373819828033,0.91236686706543,1.49011629702045e-008,0.409373819828033,-0.91236686706543,-1.49011629702045e-008,0.409373819828033,-0.91236686706543,-0.454028189182281,0.673084914684296,0.583793818950653,-7.74860495766916e-007,0.409373223781586,0.912367105484009,0.615481853485107,0.217426478862762,0.757567048072815,-7.74860495766916e-007,-0.409373223781586,0.912367105484009,-0.0787768512964249,0.466611474752426,0.880947232246399,-1.49011629702045e-008,0.409373819828033,0.91236686706543,-2.98023223876953e-008,0.409373790025711,-0.91236674785614,-1.49011629702045e-008,0.409373819828033,-0.91236686706543,-0.232870668172836,0.214716911315918,0.948508262634277,0.722732961177826,0.402313411235809,0.561961829662323,-0.454028189182281,0.673084914684296,0.583793818950653,-0.722732961177826,0.402313411235809,0.561961829662323,0.615481853485107,0.217426478862762,0.757567048072815,0.0787768512964249,0.466611474752426,0.880947232246399,0.762066245079041,-0.636315166950226,-0.119825579226017,-0.0787768512964249,0.466611474752426,0.880947232246399
  1378. }
  1379. BinormalsW: *24 {
  1380. 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
  1381. }
  1382. }
  1383. LayerElementTangent: 0 {
  1384. Version: 102
  1385. Name: "map1"
  1386. MappingInformationType: "ByPolygonVertex"
  1387. ReferenceInformationType: "Direct"
  1388. Tangents: *72 {
  1389. a: -0.116537719964981,-0.316825598478317,0.941297173500061,-0.770925343036652,-0.581109642982483,-0.260740607976913,-0.734912991523743,-0.677622318267822,-0.027034780010581,-0.770925343036652,0.581109642982483,-0.260740607976913,-0.766889929771423,-0.536236047744751,0.352605760097504,-0.770925343036652,0.581109642982483,-0.260740607976913,-0.770925343036652,-0.581109642982483,-0.260740607976913,-0.770925343036652,0.581109642982483,0.260740607976913,-0.623044371604919,0.228543415665627,-0.748053193092346,-0.770925343036652,-0.581110060214996,0.260739684104919,-0.464228302240372,-0.67675769329071,0.571393847465515,-0.770925343036652,0.581110060214996,0.260739684104919,0.766889929771423,-0.536236047744751,0.352605760097504,0.770925343036652,0.581109642982483,-0.260740578174591,0.770925343036652,-0.581109642982483,-0.260740637779236,0.770925343036652,0.581109642982483,0.260740578174591,-0.734912991523743,-0.677622318267822,-0.027034780010581,-0.268296450376511,-0.58601987361908,0.764589905738831,-0.623044371604919,0.228543415665627,-0.748053193092346,0.268296450376511,-0.58601987361908,0.764589905738831,-0.464228302240372,-0.67675769329071,0.571393847465515,-0.766889929771423,-0.536236047744751,0.352605760097504,-0.116537719964981,-0.316825598478317,0.941297173500061,0.766889929771423,-0.536236047744751,0.352605760097504
  1390. }
  1391. TangentsW: *24 {
  1392. 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
  1393. }
  1394. }
  1395. LayerElementUV: 0 {
  1396. Version: 101
  1397. Name: "map1"
  1398. MappingInformationType: "ByPolygonVertex"
  1399. ReferenceInformationType: "IndexToDirect"
  1400. UV: *32 {
  1401. a: 0.49947190284729,1.37674522399902,0.499413967132568,1.51805567741394,0.637295842170715,1.51805567741394,0.64660632610321,1.37674522399902,0.499413967132568,1.51805567741394,0.499413967132568,0,0.646565437316895,0,0.611570656299591,1.51805567741394,0.611615538597107,1.37674522399902,0.641942262649536,1.51805567741394,0.566230118274689,1.51805555820465,0.49947190284729,1.37674522399902,0.499413967132568,0,0.432597756385803,1.51805555820465,0.356885641813278,1.51805567741394,0.361532062292099,0
  1402. }
  1403. UVIndex: *24 {
  1404. a: 3,0,1,2,7,4,5,6,11,8,9,10,15,12,13,14,1,5,11,13,9,7,3,15
  1405. }
  1406. }
  1407. LayerElementSmoothing: 0 {
  1408. Version: 102
  1409. Name: ""
  1410. MappingInformationType: "ByEdge"
  1411. ReferenceInformationType: "Direct"
  1412. Smoothing: *12 {
  1413. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1414. }
  1415. }
  1416. LayerElementMaterial: 0 {
  1417. Version: 101
  1418. Name: ""
  1419. MappingInformationType: "AllSame"
  1420. ReferenceInformationType: "IndexToDirect"
  1421. Materials: *1 {
  1422. a: 0
  1423. }
  1424. }
  1425. Layer: 0 {
  1426. Version: 100
  1427. LayerElement: {
  1428. Type: "LayerElementNormal"
  1429. TypedIndex: 0
  1430. }
  1431. LayerElement: {
  1432. Type: "LayerElementBinormal"
  1433. TypedIndex: 0
  1434. }
  1435. LayerElement: {
  1436. Type: "LayerElementTangent"
  1437. TypedIndex: 0
  1438. }
  1439. LayerElement: {
  1440. Type: "LayerElementMaterial"
  1441. TypedIndex: 0
  1442. }
  1443. LayerElement: {
  1444. Type: "LayerElementSmoothing"
  1445. TypedIndex: 0
  1446. }
  1447. LayerElement: {
  1448. Type: "LayerElementUV"
  1449. TypedIndex: 0
  1450. }
  1451. }
  1452. }
  1453. Geometry: 2333008457904, "Geometry::", "Mesh" {
  1454. Vertices: *27 {
  1455. a: -208.171875,0,62.5,-208.171875,81.801513671875,62.5,-180.787109375,56.0867919921875,-62.5,-208.171875,4.76837158203125e-007,-62.5,-68.537109375,84.8127593994141,62.5,-68.537109375,56.0867919921875,-62.5,-176.337890625,83.623046875,-9.952392578125,-68.537109375,6.49431399324385e-007,62.5,-68.537109375,4.76837158203125e-007,-62.5
  1456. }
  1457. PolygonVertexIndex: *30 {
  1458. a: 3,0,1,-3,2,5,8,-4,1,6,-3,4,6,-2,5,2,6,-5,5,4,7,-9,7,4,1,-1,3,8,7,-1
  1459. }
  1460. Edges: *15 {
  1461. a: 25,2,0,3,4,13,1,19,9,11,8,5,17,20,6
  1462. }
  1463. GeometryVersion: 124
  1464. LayerElementNormal: 0 {
  1465. Version: 102
  1466. Name: ""
  1467. MappingInformationType: "ByVertice"
  1468. ReferenceInformationType: "Direct"
  1469. Normals: *27 {
  1470. a: -0.414337992668152,-0.75688374042511,0.505421698093414,-0.54315197467804,0.376215517520905,0.75063157081604,-0.434510231018066,0.581541180610657,-0.687757730484009,-0.454322665929794,-0.829925000667572,-0.323751986026764,0.545012354850769,0.53984934091568,0.641501545906067,0.618187963962555,0.542470157146454,-0.56883180141449,-0.0196839906275272,0.969697713851929,-0.24351342022419,0.387102365493774,-0.767255067825317,0.511342585086823,0.423640698194504,-0.839675784111023,-0.339813441038132
  1471. }
  1472. NormalsW: *9 {
  1473. a: 1,1,1,1,1,1,1,1,1
  1474. }
  1475. }
  1476. LayerElementBinormal: 0 {
  1477. Version: 102
  1478. Name: "map1"
  1479. MappingInformationType: "ByPolygonVertex"
  1480. ReferenceInformationType: "Direct"
  1481. Binormals: *90 {
  1482. a: -0.877167403697968,0.480184763669968,-8.64267349243164e-007,-0.904242634773254,0.405375063419342,-0.134225115180016,0.504252851009369,0.86098039150238,-0.0666481927037239,0.789191484451294,0.613807797431946,0.0204181242734194,0,0.763609528541565,0.645678460597992,0,0.723676741123199,0.69013911485672,0.388801902532578,0.507382333278656,-0.769022881984711,0,0.36342442035675,-0.931623697280884,0.185710370540619,-0.818027794361115,0.544373214244843,-0.189257398247719,0.235543310642242,0.953258097171783,-0.496690183877945,0.482282400131226,0.721597194671631,-0.00770536158233881,-0.761866867542267,0.647687971591949,-0.189257398247719,0.235543310642242,0.953258097171783,0.185710370540619,-0.818027794361115,0.544373214244843,0.113724932074547,0.654335558414459,0.747603952884674,-0.496690183877945,0.482282400131226,0.721597194671631,-0.189257398247719,0.235543310642242,0.953258097171783,-0.00770536158233881,-0.761866867542267,0.647687971591949,-0.64961165189743,0.760033011436462,0.0188335347920656,-0.635952413082123,0.76478374004364,-0.103298336267471,0.889431357383728,0.456904649734497,0.0122450888156891,0.388801902532578,0.507382333278656,-0.769022881984711,-0.350476026535034,0.390512108802795,0.851273715496063,-0.0166470408439636,0.771940946578979,-0.635476231575012,0.0813629105687141,0.913374185562134,-0.398908257484436,0.100361458957195,0.513949513435364,0.851929366588593,-0,-0.36342442035675,0.931623697280884,0.400533199310303,-0.162832900881767,0.901697754859924,-0.350476026535034,0.390512108802795,0.851273715496063,0.400537639856339,0.347018539905548,0.848025798797607
  1483. }
  1484. BinormalsW: *30 {
  1485. 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
  1486. }
  1487. }
  1488. LayerElementTangent: 0 {
  1489. Version: 102
  1490. Name: "map1"
  1491. MappingInformationType: "ByPolygonVertex"
  1492. ReferenceInformationType: "Direct"
  1493. Tangents: *90 {
  1494. a: -0.155461490154266,-0.283984303474426,0.946142077445984,0.10329258441925,0.512638449668884,0.852368772029877,0.671353042125702,-0.342307955026627,0.657351016998291,-0.43402498960495,0.533900618553162,0.725653052330017,-0.900666892528534,-0.280553877353668,0.331796109676361,-0.786030352115631,0.42663562297821,-0.447368234395981,-0.818145275115967,-0.193669274449348,-0.541415393352509,-0.8908371925354,0.423257738351822,0.165111944079399,-0.818839192390442,-0.435077458620071,-0.374446302652359,-0.981730163097382,-0.0648506432771683,-0.178886026144028,-0.751331925392151,-0.655143857002258,-0.0792891979217529,-0.838392555713654,0.357940912246704,0.411067068576813,-0.981730163097382,-0.0648506432771683,-0.178886026144028,-0.818839192390442,-0.435077458620071,-0.374446302652359,-0.777759850025177,0.52685010433197,-0.342809945344925,-0.751331925392151,-0.655143857002258,-0.0792891979217529,-0.981730163097382,-0.0648506432771683,-0.178886026144028,-0.838392555713654,0.357940912246704,0.411067068576813,0.442547500133514,0.357877045869827,0.822238266468048,-0.546375393867493,-0.351665586233139,0.760134994983673,-0.243029922246933,0.450064033269882,0.859289765357971,-0.818145275115967,-0.193669274449348,-0.541415393352509,0.85282963514328,0.508743286132813,0.117736451327801,0.838262736797333,-0.335663288831711,-0.429704248905182,0.835682988166809,0.155594199895859,0.52671092748642,0.904572606086731,-0.403711527585983,0.136986836791039,-0.8908371925354,0.423257738351822,0.165111944079399,-0.812466442584991,-0.5181023478508,0.267335325479507,0.85282963514328,0.508743286132813,0.117736451327801,-0.817247569561005,0.553809762001038,0.159377425909042
  1495. }
  1496. TangentsW: *30 {
  1497. 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
  1498. }
  1499. }
  1500. LayerElementUV: 0 {
  1501. Version: 101
  1502. Name: "map1"
  1503. MappingInformationType: "ByPolygonVertex"
  1504. ReferenceInformationType: "IndexToDirect"
  1505. UV: *40 {
  1506. a: 0.871270895004272,5.66840171813965e-005,0.998827934265137,0,0.998827934265137,1.51805567741394,0.611570656299591,1.51805567741394,0.646565437316895,0,0.998827934265137,0,0.998827934265137,1.51805567741394,0.871270895004272,1.51805567741394,0.998827934265137,1.51805567741394,0.849008798599243,1.41720187664032,0.998827934265137,1.37674522399902,0.656423449516296,1.51805567741394,0.611615538597107,1.37674522399902,0.453453302383423,0.506018579006195,0.342404454946518,1.51805567741394,0,1.51805567741394,0,0,0.64660632610321,1.37674522399902,0.998827934265137,1.51805567741394,0.998827934265137,1.37674522399902
  1507. }
  1508. UVIndex: *30 {
  1509. a: 0,1,2,7,6,3,4,5,8,9,10,11,9,8,12,10,9,11,12,11,13,4,13,14,15,16,19,17,13,18
  1510. }
  1511. }
  1512. LayerElementSmoothing: 0 {
  1513. Version: 102
  1514. Name: ""
  1515. MappingInformationType: "ByEdge"
  1516. ReferenceInformationType: "Direct"
  1517. Smoothing: *15 {
  1518. a: 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  1519. }
  1520. }
  1521. LayerElementMaterial: 0 {
  1522. Version: 101
  1523. Name: ""
  1524. MappingInformationType: "AllSame"
  1525. ReferenceInformationType: "IndexToDirect"
  1526. Materials: *1 {
  1527. a: 0
  1528. }
  1529. }
  1530. Layer: 0 {
  1531. Version: 100
  1532. LayerElement: {
  1533. Type: "LayerElementNormal"
  1534. TypedIndex: 0
  1535. }
  1536. LayerElement: {
  1537. Type: "LayerElementBinormal"
  1538. TypedIndex: 0
  1539. }
  1540. LayerElement: {
  1541. Type: "LayerElementTangent"
  1542. TypedIndex: 0
  1543. }
  1544. LayerElement: {
  1545. Type: "LayerElementMaterial"
  1546. TypedIndex: 0
  1547. }
  1548. LayerElement: {
  1549. Type: "LayerElementSmoothing"
  1550. TypedIndex: 0
  1551. }
  1552. LayerElement: {
  1553. Type: "LayerElementUV"
  1554. TypedIndex: 0
  1555. }
  1556. }
  1557. }
  1558. Model: 2330954062496, "Model::SM_Wall_Thick_Ruined_016", "Null" {
  1559. Version: 232
  1560. Properties70: {
  1561. P: "RotationActive", "bool", "", "",1
  1562. P: "InheritType", "enum", "", "",1
  1563. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1564. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1565. }
  1566. Shading: Y
  1567. Culling: "CullingOff"
  1568. }
  1569. Model: 2330954043936, "Model::LOD_Group_SM_Wall_Thick_Ruined_016", "LodGroup" {
  1570. Version: 232
  1571. Properties70: {
  1572. P: "RotationActive", "bool", "", "",1
  1573. P: "InheritType", "enum", "", "",1
  1574. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1575. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1576. }
  1577. Shading: Y
  1578. Culling: "CullingOff"
  1579. }
  1580. Model: 2330954046256, "Model::SM_Wall_Thick_Ruined_016_LOD0", "Mesh" {
  1581. Version: 232
  1582. Properties70: {
  1583. P: "RotationActive", "bool", "", "",1
  1584. P: "InheritType", "enum", "", "",1
  1585. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1586. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1587. P: "currentUVSet", "KString", "", "U", "map1"
  1588. }
  1589. Shading: T
  1590. Culling: "CullingOff"
  1591. }
  1592. Model: 2330954064816, "Model::SM_Wall_Thick_Ruined_016_LOD1", "Mesh" {
  1593. Version: 232
  1594. Properties70: {
  1595. P: "RotationActive", "bool", "", "",1
  1596. P: "InheritType", "enum", "", "",1
  1597. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1598. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1599. P: "currentUVSet", "KString", "", "U", "map1"
  1600. }
  1601. Shading: T
  1602. Culling: "CullingOff"
  1603. }
  1604. Model: 2330954050896, "Model::SM_Wall_Thick_Ruined_016_LOD2", "Mesh" {
  1605. Version: 232
  1606. Properties70: {
  1607. P: "RotationActive", "bool", "", "",1
  1608. P: "InheritType", "enum", "", "",1
  1609. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1610. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1611. P: "currentUVSet", "KString", "", "U", "map1"
  1612. }
  1613. Shading: T
  1614. Culling: "CullingOff"
  1615. }
  1616. Model: 2330954078736, "Model::SM_Wall_Thick_Ruined_016_LOD3", "Mesh" {
  1617. Version: 232
  1618. Properties70: {
  1619. P: "RotationActive", "bool", "", "",1
  1620. P: "InheritType", "enum", "", "",1
  1621. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1622. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1623. P: "currentUVSet", "KString", "", "U", "map1"
  1624. }
  1625. Shading: T
  1626. Culling: "CullingOff"
  1627. }
  1628. Model: 2330954081056, "Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_04", "Mesh" {
  1629. Version: 232
  1630. Properties70: {
  1631. P: "RotationActive", "bool", "", "",1
  1632. P: "InheritType", "enum", "", "",1
  1633. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1634. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1635. P: "currentUVSet", "KString", "", "U", "map1"
  1636. }
  1637. Shading: T
  1638. Culling: "CullingOff"
  1639. }
  1640. Model: 2330954090336, "Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_01", "Mesh" {
  1641. Version: 232
  1642. Properties70: {
  1643. P: "RotationActive", "bool", "", "",1
  1644. P: "InheritType", "enum", "", "",1
  1645. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1646. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1647. P: "currentUVSet", "KString", "", "U", "map1"
  1648. }
  1649. Shading: T
  1650. Culling: "CullingOff"
  1651. }
  1652. Model: 2330954074096, "Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_02", "Mesh" {
  1653. Version: 232
  1654. Properties70: {
  1655. P: "RotationActive", "bool", "", "",1
  1656. P: "InheritType", "enum", "", "",1
  1657. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1658. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1659. P: "currentUVSet", "KString", "", "U", "map1"
  1660. }
  1661. Shading: T
  1662. Culling: "CullingOff"
  1663. }
  1664. Model: 2330954085696, "Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_03", "Mesh" {
  1665. Version: 232
  1666. Properties70: {
  1667. P: "RotationActive", "bool", "", "",1
  1668. P: "InheritType", "enum", "", "",1
  1669. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1670. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1671. P: "currentUVSet", "KString", "", "U", "map1"
  1672. }
  1673. Shading: T
  1674. Culling: "CullingOff"
  1675. }
  1676. Material: 2330846050624, "Material::MI_Wall_01", "" {
  1677. Version: 102
  1678. ShadingModel: "phong"
  1679. MultiLayer: 0
  1680. Properties70: {
  1681. P: "AmbientColor", "Color", "", "A",0,0,0
  1682. P: "DiffuseColor", "Color", "", "A",1,1,1
  1683. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1684. P: "TransparencyFactor", "Number", "", "A",1
  1685. P: "SpecularColor", "Color", "", "A",0,0,0
  1686. P: "ReflectionFactor", "Number", "", "A",0.5
  1687. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1688. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1689. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1690. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1691. P: "Shininess", "double", "Number", "",20
  1692. P: "Opacity", "double", "Number", "",1
  1693. P: "Reflectivity", "double", "Number", "",0
  1694. }
  1695. }
  1696. Material: 2330846049664, "Material::MI_Wall_03", "" {
  1697. Version: 102
  1698. ShadingModel: "phong"
  1699. MultiLayer: 0
  1700. Properties70: {
  1701. P: "AmbientColor", "Color", "", "A",0,0,0
  1702. P: "DiffuseColor", "Color", "", "A",1,1,1
  1703. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1704. P: "TransparencyFactor", "Number", "", "A",1
  1705. P: "SpecularColor", "Color", "", "A",0,0,0
  1706. P: "ReflectionFactor", "Number", "", "A",0.5
  1707. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1708. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1709. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1710. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1711. P: "Shininess", "double", "Number", "",20
  1712. P: "Opacity", "double", "Number", "",1
  1713. P: "Reflectivity", "double", "Number", "",0
  1714. }
  1715. }
  1716. Material: 2330846045824, "Material::MI_Bricks_01", "" {
  1717. Version: 102
  1718. ShadingModel: "phong"
  1719. MultiLayer: 0
  1720. Properties70: {
  1721. P: "AmbientColor", "Color", "", "A",0,0,0
  1722. P: "DiffuseColor", "Color", "", "A",1,1,1
  1723. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1724. P: "TransparencyFactor", "Number", "", "A",1
  1725. P: "SpecularColor", "Color", "", "A",0,0,0
  1726. P: "ReflectionFactor", "Number", "", "A",0.5
  1727. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1728. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1729. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1730. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1731. P: "Shininess", "double", "Number", "",20
  1732. P: "Opacity", "double", "Number", "",1
  1733. P: "Reflectivity", "double", "Number", "",0
  1734. }
  1735. }
  1736. Material: 2330846045344, "Material::M_Collision_01", "" {
  1737. Version: 102
  1738. ShadingModel: "phong"
  1739. MultiLayer: 0
  1740. Properties70: {
  1741. P: "AmbientColor", "Color", "", "A",0,0,0
  1742. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  1743. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1744. P: "TransparencyFactor", "Number", "", "A",1
  1745. P: "SpecularColor", "Color", "", "A",0,0,0
  1746. P: "ReflectionFactor", "Number", "", "A",0.5
  1747. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1748. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1749. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  1750. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1751. P: "Shininess", "double", "Number", "",20
  1752. P: "Opacity", "double", "Number", "",1
  1753. P: "Reflectivity", "double", "Number", "",0
  1754. }
  1755. }
  1756. Video: 2330982095040, "Video::file4", "Clip" {
  1757. Type: "Clip"
  1758. Properties70: {
  1759. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1760. }
  1761. UseMipMap: 0
  1762. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1763. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  1764. }
  1765. Video: 2330982093040, "Video::file56", "Clip" {
  1766. Type: "Clip"
  1767. Properties70: {
  1768. P: "Path", "KString", "XRefUrl", "", "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_BC.png"
  1769. }
  1770. UseMipMap: 0
  1771. Filename: "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_BC.png"
  1772. RelativeFilename: "..\..\..\..\..\..\Marketplace\PLagueTaleTest_01\Content\Tower Assets\Wall_03_BC.png"
  1773. }
  1774. Video: 2330982083840, "Video::file61", "Clip" {
  1775. Type: "Clip"
  1776. Properties70: {
  1777. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Bricks_01_BC.png"
  1778. }
  1779. UseMipMap: 0
  1780. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Bricks_01_BC.png"
  1781. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Bricks_01_BC.png"
  1782. }
  1783. Video: 2330982082240, "Video::file24", "Clip" {
  1784. Type: "Clip"
  1785. Properties70: {
  1786. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1787. }
  1788. UseMipMap: 0
  1789. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1790. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  1791. }
  1792. Video: 2330982089040, "Video::file57", "Clip" {
  1793. Type: "Clip"
  1794. Properties70: {
  1795. P: "Path", "KString", "XRefUrl", "", "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_N.png"
  1796. }
  1797. UseMipMap: 0
  1798. Filename: "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_N.png"
  1799. RelativeFilename: "..\..\..\..\..\..\Marketplace\PLagueTaleTest_01\Content\Tower Assets\Wall_03_N.png"
  1800. }
  1801. Video: 2330982087040, "Video::file35", "Clip" {
  1802. Type: "Clip"
  1803. Properties70: {
  1804. P: "Path", "KString", "XRefUrl", "", "A:/CapitalsAndCastles/UE4/Scale_Test_01/Scale_Test_01/Content/Materials/T_Bricks_02_N.png"
  1805. }
  1806. UseMipMap: 0
  1807. Filename: "A:/CapitalsAndCastles/UE4/Scale_Test_01/Scale_Test_01/Content/Materials/T_Bricks_02_N.png"
  1808. RelativeFilename: "..\..\..\..\..\..\CapitalsAndCastles\UE4\Scale_Test_01\Scale_Test_01\Content\Materials\T_Bricks_02_N.png"
  1809. }
  1810. Texture: 2330846054944, "Texture::file4", "" {
  1811. Type: "TextureVideoClip"
  1812. Version: 202
  1813. TextureName: "Texture::file4"
  1814. Properties70: {
  1815. P: "CurrentTextureBlendMode", "enum", "", "",0
  1816. P: "UVSet", "KString", "", "", "map1"
  1817. P: "UseMaterial", "bool", "", "",1
  1818. }
  1819. Media: "Video::file4"
  1820. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_BC.png"
  1821. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_BC.png"
  1822. ModelUVTranslation: 0,0
  1823. ModelUVScaling: 1,1
  1824. Texture_Alpha_Source: "None"
  1825. Cropping: 0,0,0,0
  1826. }
  1827. Texture: 2330846037664, "Texture::file56", "" {
  1828. Type: "TextureVideoClip"
  1829. Version: 202
  1830. TextureName: "Texture::file56"
  1831. Properties70: {
  1832. P: "CurrentTextureBlendMode", "enum", "", "",0
  1833. P: "UVSet", "KString", "", "", "map1"
  1834. P: "UseMaterial", "bool", "", "",1
  1835. }
  1836. Media: "Video::file56"
  1837. FileName: "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_BC.png"
  1838. RelativeFilename: "..\..\..\..\..\..\Marketplace\PLagueTaleTest_01\Content\Tower Assets\Wall_03_BC.png"
  1839. ModelUVTranslation: 0,0
  1840. ModelUVScaling: 1,1
  1841. Texture_Alpha_Source: "None"
  1842. Cropping: 0,0,0,0
  1843. }
  1844. Texture: 2330846039584, "Texture::file61", "" {
  1845. Type: "TextureVideoClip"
  1846. Version: 202
  1847. TextureName: "Texture::file61"
  1848. Properties70: {
  1849. P: "CurrentTextureBlendMode", "enum", "", "",0
  1850. P: "UVSet", "KString", "", "", "map1"
  1851. P: "UseMaterial", "bool", "", "",1
  1852. }
  1853. Media: "Video::file61"
  1854. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Bricks_01_BC.png"
  1855. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Bricks_01_BC.png"
  1856. ModelUVTranslation: 0,0
  1857. ModelUVScaling: 1,1
  1858. Texture_Alpha_Source: "None"
  1859. Cropping: 0,0,0,0
  1860. }
  1861. Texture: 2330846044864, "Texture::file24", "" {
  1862. Type: "TextureVideoClip"
  1863. Version: 202
  1864. TextureName: "Texture::file24"
  1865. Properties70: {
  1866. P: "CurrentTextureBlendMode", "enum", "", "",0
  1867. P: "UVSet", "KString", "", "", "map1"
  1868. P: "UseMaterial", "bool", "", "",1
  1869. }
  1870. Media: "Video::file24"
  1871. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Wall_01_N.png"
  1872. RelativeFilename: "..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Wall_01_N.png"
  1873. ModelUVTranslation: 0,0
  1874. ModelUVScaling: 1,1
  1875. Texture_Alpha_Source: "None"
  1876. Cropping: 0,0,0,0
  1877. }
  1878. Texture: 2330846046784, "Texture::file57", "" {
  1879. Type: "TextureVideoClip"
  1880. Version: 202
  1881. TextureName: "Texture::file57"
  1882. Properties70: {
  1883. P: "CurrentTextureBlendMode", "enum", "", "",0
  1884. P: "UVSet", "KString", "", "", "map1"
  1885. P: "UseMaterial", "bool", "", "",1
  1886. }
  1887. Media: "Video::file57"
  1888. FileName: "A:/Marketplace/PLagueTaleTest_01/Content/Tower Assets/Wall_03_N.png"
  1889. RelativeFilename: "..\..\..\..\..\..\Marketplace\PLagueTaleTest_01\Content\Tower Assets\Wall_03_N.png"
  1890. ModelUVTranslation: 0,0
  1891. ModelUVScaling: 1,1
  1892. Texture_Alpha_Source: "None"
  1893. Cropping: 0,0,0,0
  1894. }
  1895. Texture: 2330846055424, "Texture::file35", "" {
  1896. Type: "TextureVideoClip"
  1897. Version: 202
  1898. TextureName: "Texture::file35"
  1899. Properties70: {
  1900. P: "CurrentTextureBlendMode", "enum", "", "",0
  1901. P: "UVSet", "KString", "", "", "map1"
  1902. P: "UseMaterial", "bool", "", "",1
  1903. }
  1904. Media: "Video::file35"
  1905. FileName: "A:/CapitalsAndCastles/UE4/Scale_Test_01/Scale_Test_01/Content/Materials/T_Bricks_02_N.png"
  1906. RelativeFilename: "..\..\..\..\..\..\CapitalsAndCastles\UE4\Scale_Test_01\Scale_Test_01\Content\Materials\T_Bricks_02_N.png"
  1907. ModelUVTranslation: 0,0
  1908. ModelUVScaling: 1,1
  1909. Texture_Alpha_Source: "None"
  1910. Cropping: 0,0,0,0
  1911. }
  1912. AnimationStack: 2334037014480, "AnimStack::Take 001", "" {
  1913. Properties70: {
  1914. P: "LocalStart", "KTime", "Time", "",1539538600
  1915. P: "LocalStop", "KTime", "Time", "",46186158000
  1916. P: "ReferenceStart", "KTime", "Time", "",1539538600
  1917. P: "ReferenceStop", "KTime", "Time", "",46186158000
  1918. }
  1919. }
  1920. AnimationLayer: 2330873291648, "AnimLayer::BaseLayer", "" {
  1921. }
  1922. }
  1923. ; Object connections
  1924. ;------------------------------------------------------------------
  1925. Connections: {
  1926. ;Model::SM_Wall_Thick_Ruined_016, Model::RootNode
  1927. C: "OO",2330954062496,0
  1928. ;AnimLayer::BaseLayer, AnimStack::Take 001
  1929. C: "OO",2330873291648,2334037014480
  1930. ;NodeAttribute::, Model::SM_Wall_Thick_Ruined_016
  1931. C: "OO",2328201242336,2330954062496
  1932. ;Model::LOD_Group_SM_Wall_Thick_Ruined_016, Model::SM_Wall_Thick_Ruined_016
  1933. C: "OO",2330954043936,2330954062496
  1934. ;Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_04, Model::SM_Wall_Thick_Ruined_016
  1935. C: "OO",2330954081056,2330954062496
  1936. ;Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_01, Model::SM_Wall_Thick_Ruined_016
  1937. C: "OO",2330954090336,2330954062496
  1938. ;Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_02, Model::SM_Wall_Thick_Ruined_016
  1939. C: "OO",2330954074096,2330954062496
  1940. ;Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_03, Model::SM_Wall_Thick_Ruined_016
  1941. C: "OO",2330954085696,2330954062496
  1942. ;NodeAttribute::, Model::LOD_Group_SM_Wall_Thick_Ruined_016
  1943. C: "OO",2330852407616,2330954043936
  1944. ;Model::SM_Wall_Thick_Ruined_016_LOD0, Model::LOD_Group_SM_Wall_Thick_Ruined_016
  1945. C: "OO",2330954046256,2330954043936
  1946. ;Model::SM_Wall_Thick_Ruined_016_LOD1, Model::LOD_Group_SM_Wall_Thick_Ruined_016
  1947. C: "OO",2330954064816,2330954043936
  1948. ;Model::SM_Wall_Thick_Ruined_016_LOD2, Model::LOD_Group_SM_Wall_Thick_Ruined_016
  1949. C: "OO",2330954050896,2330954043936
  1950. ;Model::SM_Wall_Thick_Ruined_016_LOD3, Model::LOD_Group_SM_Wall_Thick_Ruined_016
  1951. C: "OO",2330954078736,2330954043936
  1952. ;Texture::file4, Material::MI_Wall_01
  1953. C: "OP",2330846054944,2330846050624, "DiffuseColor"
  1954. ;Texture::file24, Material::MI_Wall_01
  1955. C: "OP",2330846044864,2330846050624, "NormalMap"
  1956. ;Texture::file56, Material::MI_Wall_03
  1957. C: "OP",2330846037664,2330846049664, "DiffuseColor"
  1958. ;Texture::file57, Material::MI_Wall_03
  1959. C: "OP",2330846046784,2330846049664, "NormalMap"
  1960. ;Texture::file61, Material::MI_Bricks_01
  1961. C: "OP",2330846039584,2330846045824, "DiffuseColor"
  1962. ;Texture::file35, Material::MI_Bricks_01
  1963. C: "OP",2330846055424,2330846045824, "NormalMap"
  1964. ;Video::file4, Texture::file4
  1965. C: "OO",2330982095040,2330846054944
  1966. ;Video::file56, Texture::file56
  1967. C: "OO",2330982093040,2330846037664
  1968. ;Video::file61, Texture::file61
  1969. C: "OO",2330982083840,2330846039584
  1970. ;Video::file24, Texture::file24
  1971. C: "OO",2330982082240,2330846044864
  1972. ;Video::file57, Texture::file57
  1973. C: "OO",2330982089040,2330846046784
  1974. ;Video::file35, Texture::file35
  1975. C: "OO",2330982087040,2330846055424
  1976. ;Geometry::, Model::SM_Wall_Thick_Ruined_016_LOD0
  1977. C: "OO",2333008465072,2330954046256
  1978. ;Material::MI_Wall_01, Model::SM_Wall_Thick_Ruined_016_LOD0
  1979. C: "OO",2330846050624,2330954046256
  1980. ;Material::MI_Wall_03, Model::SM_Wall_Thick_Ruined_016_LOD0
  1981. C: "OO",2330846049664,2330954046256
  1982. ;Material::MI_Bricks_01, Model::SM_Wall_Thick_Ruined_016_LOD0
  1983. C: "OO",2330846045824,2330954046256
  1984. ;Geometry::, Model::SM_Wall_Thick_Ruined_016_LOD1
  1985. C: "OO",2333008451760,2330954064816
  1986. ;Material::MI_Wall_01, Model::SM_Wall_Thick_Ruined_016_LOD1
  1987. C: "OO",2330846050624,2330954064816
  1988. ;Material::MI_Wall_03, Model::SM_Wall_Thick_Ruined_016_LOD1
  1989. C: "OO",2330846049664,2330954064816
  1990. ;Material::MI_Bricks_01, Model::SM_Wall_Thick_Ruined_016_LOD1
  1991. C: "OO",2330846045824,2330954064816
  1992. ;Geometry::, Model::SM_Wall_Thick_Ruined_016_LOD2
  1993. C: "OO",2333008450736,2330954050896
  1994. ;Material::MI_Wall_01, Model::SM_Wall_Thick_Ruined_016_LOD2
  1995. C: "OO",2330846050624,2330954050896
  1996. ;Material::MI_Wall_03, Model::SM_Wall_Thick_Ruined_016_LOD2
  1997. C: "OO",2330846049664,2330954050896
  1998. ;Material::MI_Bricks_01, Model::SM_Wall_Thick_Ruined_016_LOD2
  1999. C: "OO",2330846045824,2330954050896
  2000. ;Geometry::, Model::SM_Wall_Thick_Ruined_016_LOD3
  2001. C: "OO",2333008475824,2330954078736
  2002. ;Material::MI_Wall_01, Model::SM_Wall_Thick_Ruined_016_LOD3
  2003. C: "OO",2330846050624,2330954078736
  2004. ;Material::MI_Wall_03, Model::SM_Wall_Thick_Ruined_016_LOD3
  2005. C: "OO",2330846049664,2330954078736
  2006. ;Geometry::, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_04
  2007. C: "OO",2333008477360,2330954081056
  2008. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_04
  2009. C: "OO",2330846045344,2330954081056
  2010. ;Geometry::, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_01
  2011. C: "OO",2333008458416,2330954090336
  2012. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_01
  2013. C: "OO",2330846045344,2330954090336
  2014. ;Geometry::, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_02
  2015. C: "OO",2333008472752,2330954074096
  2016. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_02
  2017. C: "OO",2330846045344,2330954074096
  2018. ;Geometry::, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_03
  2019. C: "OO",2333008457904,2330954085696
  2020. ;Material::M_Collision_01, Model::UCX_SM_Wall_Thick_Ruined_016_LOD0_03
  2021. C: "OO",2330846045344,2330954085696
  2022. }
  2023. ;Takes section
  2024. ;----------------------------------------------------
  2025. Takes: {
  2026. Current: "Take 001"
  2027. Take: "Take 001" {
  2028. FileName: "Take_001.tak"
  2029. LocalTime: 1539538600,46186158000
  2030. ReferenceTime: 1539538600,46186158000
  2031. }
  2032. }