SM_Tower_8Sided_Trim_02.fbx 743 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106
  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: 2021
  11. Month: 4
  12. Day: 5
  13. Hour: 13
  14. Minute: 35
  15. Second: 5
  16. Millisecond: 817
  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\Source_NEW\SM_Tower_8Sided_Trim_02.fbx"
  33. P: "SrcDocumentUrl", "KString", "Url", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Tower_8Sided_Trim_02.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", "", "", "05/04/2021 10:35:05.817"
  39. P: "Original|FileName", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel\Source\Source_NEW\SM_Tower_8Sided_Trim_02.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", "", "", "05/04/2021 10:35:05.817"
  45. P: "Original|ApplicationActiveProject", "KString", "", "", "A:\Lordenfel\Unity\Lordenfel\Assets\Lordenfel"
  46. P: "Original|ApplicationNativeFile", "KString", "", "", "A:\Lordenfel\Maya\Lordenfel_10_Unity_EXPORT.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: 2268517677632, "", "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: 33
  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: 12
  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: 10
  217. PropertyTemplate: "FbxMesh" {
  218. Properties70: {
  219. P: "Color", "ColorRGB", "Color", "",0.8,0.8,0.8
  220. P: "BBoxMin", "Vector3D", "Vector", "",0,0,0
  221. P: "BBoxMax", "Vector3D", "Vector", "",0,0,0
  222. P: "Primary Visibility", "bool", "", "",1
  223. P: "Casts Shadows", "bool", "", "",1
  224. P: "Receive Shadows", "bool", "", "",1
  225. }
  226. }
  227. }
  228. ObjectType: "Material" {
  229. Count: 2
  230. PropertyTemplate: "FbxSurfacePhong" {
  231. Properties70: {
  232. P: "ShadingModel", "KString", "", "", "Phong"
  233. P: "MultiLayer", "bool", "", "",0
  234. P: "EmissiveColor", "Color", "", "A",0,0,0
  235. P: "EmissiveFactor", "Number", "", "A",1
  236. P: "AmbientColor", "Color", "", "A",0.2,0.2,0.2
  237. P: "AmbientFactor", "Number", "", "A",1
  238. P: "DiffuseColor", "Color", "", "A",0.8,0.8,0.8
  239. P: "DiffuseFactor", "Number", "", "A",1
  240. P: "Bump", "Vector3D", "Vector", "",0,0,0
  241. P: "NormalMap", "Vector3D", "Vector", "",0,0,0
  242. P: "BumpFactor", "double", "Number", "",1
  243. P: "TransparentColor", "Color", "", "A",0,0,0
  244. P: "TransparencyFactor", "Number", "", "A",0
  245. P: "DisplacementColor", "ColorRGB", "Color", "",0,0,0
  246. P: "DisplacementFactor", "double", "Number", "",1
  247. P: "VectorDisplacementColor", "ColorRGB", "Color", "",0,0,0
  248. P: "VectorDisplacementFactor", "double", "Number", "",1
  249. P: "SpecularColor", "Color", "", "A",0.2,0.2,0.2
  250. P: "SpecularFactor", "Number", "", "A",1
  251. P: "ShininessExponent", "Number", "", "A",20
  252. P: "ReflectionColor", "Color", "", "A",0,0,0
  253. P: "ReflectionFactor", "Number", "", "A",1
  254. }
  255. }
  256. }
  257. ObjectType: "Texture" {
  258. Count: 2
  259. PropertyTemplate: "FbxFileTexture" {
  260. Properties70: {
  261. P: "TextureTypeUse", "enum", "", "",0
  262. P: "Texture alpha", "Number", "", "A",1
  263. P: "CurrentMappingType", "enum", "", "",0
  264. P: "WrapModeU", "enum", "", "",0
  265. P: "WrapModeV", "enum", "", "",0
  266. P: "UVSwap", "bool", "", "",0
  267. P: "PremultiplyAlpha", "bool", "", "",1
  268. P: "Translation", "Vector", "", "A",0,0,0
  269. P: "Rotation", "Vector", "", "A",0,0,0
  270. P: "Scaling", "Vector", "", "A",1,1,1
  271. P: "TextureRotationPivot", "Vector3D", "Vector", "",0,0,0
  272. P: "TextureScalingPivot", "Vector3D", "Vector", "",0,0,0
  273. P: "CurrentTextureBlendMode", "enum", "", "",1
  274. P: "UVSet", "KString", "", "", "default"
  275. P: "UseMaterial", "bool", "", "",0
  276. P: "UseMipMap", "bool", "", "",0
  277. }
  278. }
  279. }
  280. ObjectType: "Video" {
  281. Count: 2
  282. PropertyTemplate: "FbxVideo" {
  283. Properties70: {
  284. P: "ImageSequence", "bool", "", "",0
  285. P: "ImageSequenceOffset", "int", "Integer", "",0
  286. P: "FrameRate", "double", "Number", "",0
  287. P: "LastFrame", "int", "Integer", "",0
  288. P: "Width", "int", "Integer", "",0
  289. P: "Height", "int", "Integer", "",0
  290. P: "Path", "KString", "XRefUrl", "", ""
  291. P: "StartFrame", "int", "Integer", "",0
  292. P: "StopFrame", "int", "Integer", "",0
  293. P: "PlaySpeed", "double", "Number", "",0
  294. P: "Offset", "KTime", "Time", "",0
  295. P: "InterlaceMode", "enum", "", "",0
  296. P: "FreeRunning", "bool", "", "",0
  297. P: "Loop", "bool", "", "",0
  298. P: "AccessMode", "enum", "", "",0
  299. }
  300. }
  301. }
  302. }
  303. ; Object properties
  304. ;------------------------------------------------------------------
  305. Objects: {
  306. NodeAttribute: 2268466670544, "NodeAttribute::", "Null" {
  307. Properties70: {
  308. P: "Look", "enum", "", "",0
  309. }
  310. TypeFlags: "Null"
  311. }
  312. NodeAttribute: 2268522927760, "NodeAttribute::", "LodGroup" {
  313. Properties70: {
  314. P: "WorldSpace", "bool", "", "",1
  315. P: "Thresholds|Level0", "Distance", "", "",100, "cm"
  316. P: "DisplayLevels|Level0", "enum", "", "",1
  317. P: "DisplayLevels|Level1", "enum", "", "",1
  318. }
  319. }
  320. Geometry: 2267733803680, "Geometry::", "Mesh" {
  321. Vertices: *1848 {
  322. a: -117.14453125,-0.9356689453125,499.566162109375,-116.017578125,-0.1617431640625,450.592041015625,-116.017578125,-53.64599609375,450.592041015625,-116.017578125,-53.11767578125,479.2783203125,-116.017578125,-45.48046875,489.77880859375,-116.017578125,-29.2607421875,489.78564453125,-117.14453125,-21.282470703125,499.89306640625,4.84765625,-0.7513427734375,497.081298828125,4.28515625,0.0457763671875,450.415283203125,4.287109375,-53.853759765625,450.415283203125,4.28515625,-53.242919921875,479.26513671875,4.28515625,-45.6171875,488.529296875,4.28515625,-29.210693359375,488.53759765625,4.84765625,-21.14111328125,497.37548828125,104.578125,-0.876220703125,498.1611328125,104.578125,-0.04248046875,450.97314453125,104.578125,-53.765625,450.97314453125,104.578125,-52.9788818359375,479.05810546875,104.578125,-45.538818359375,488.277099609375,104.578125,-29.0478515625,488.28759765625,104.578125,-20.937255859375,498.369873046875,-115.197265625,0.843505859375,501.4619140625,-114.0703125,0.843505859375,448.233642578125,-114.0703125,-54.6517333984375,448.233642578125,-113.16796875,-54.6517333984375,480.042236328125,-113.849609375,-46.2318115234375,491.922119140625,-115.197265625,-29.828857421875,491.922119140625,-114.646484375,-21.75732421875,502.7001953125,-115.197265625,-0.520263671875,502.7001953125,-118.494140625,2.232666015625,500.459716796875,-117.369140625,2.232666015625,449.284423828125,-118.453125,-55.5399169921875,449.284423828125,-117.369140625,-55.5399169921875,479.84423828125,-118.494140625,-46.8504638671875,491.29443359375,-119.400390625,-29.92236328125,491.29443359375,-118.494140625,-21.592529296875,501.6494140625,-118.494140625,0.32421875,501.6494140625,6.216796875,1.940673828125,498.727783203125,5.650390625,1.940673828125,448.2490234375,5.65625,-56.303466796875,448.2490234375,5.65625,-56.303466796875,480.0185546875,5.65625,-47.5418701171875,490.640380859375,5.65625,-29.94921875,490.640380859375,6.220703125,-21.5501708984375,499.964599609375,6.2265625,0.521728515625,500.66943359375,3.77734375,0.843505859375,498.83154296875,
  323. 3.21484375,0.843505859375,448.233642578125,2.71875,-54.6517333984375,448.233642578125,2.396484375,-54.6517333984375,480.042236328125,2.9609375,-46.2318115234375,489.2919921875,3.77734375,-29.828857421875,489.2919921875,3.77734375,-21.75732421875,500.06982421875,3.77734375,-0.520263671875,500.06982421875,106.134765625,2.251220703125,500.13916015625,106.134765625,2.251220703125,448.6416015625,106.134765625,-55.5399169921875,448.6416015625,106.134765625,-55.5399169921875,479.96533203125,106.8984375,-46.8504638671875,490.744873046875,106.134765625,-29.92236328125,490.744873046875,106.892578125,-21.592529296875,501.358642578125,106.134765625,0.84375,501.358642578125,101.283203125,2.920166015625,501.001708984375,102.572265625,2.693359375,448.2490234375,102.580078125,-55.779541015625,448.2490234375,102.580078125,-55.779541015625,480.0185546875,101.83203125,-47.01806640625,491.671630859375,101.83203125,-29.94921875,491.671630859375,101.83203125,-21.5501708984375,502.436279296875,101.513671875,1.0474853515625,502.634033203125,207.53515625,2.01416015625,499.0205078125,186.888671875,-55.5399169921875,448.51025390625,199.359375,-55.5399169921875,479.02783203125,203.7421875,-29.92236328125,489.74951171875,208.0234375,-21.592529296875,500.22314453125,186.88671875,2.06884765625,448.51025390625,203.7421875,-46.8504638671875,489.7490234375,208.0234375,0.583984375,500.22314453125,-184.99609375,2.06884765625,449.29345703125,-202.23828125,-46.8504638671875,490.37255859375,-206.6171875,0.583984375,500.80712890625,-206.11328125,2.01416015625,499.6083984375,-184.99609375,-55.5399169921875,449.29541015625,-197.755859375,-55.5399169921875,479.691650390625,-202.23828125,-29.92236328125,490.373046875,-206.6171875,-21.592529296875,500.80712890625,-436.08203125,-0.9356689453125,270.4150390625,-400.65625,-0.1617431640625,236.580078125,-400.65625,-53.64599609375,236.580078125,-420.939453125,-53.11767578125,256.86328125,-428.365234375,-45.48046875,264.2890625,-428.369140625,-29.2607421875,264.29296875,-436.3125,-21.282470703125,270.646484375,-348.0625,-0.7513427734375,354.9189453125,
  324. -315.462890625,0.0457763671875,321.5234375,-315.4609375,-53.853759765625,321.525390625,-335.86328125,-53.242919921875,341.923828125,-342.4140625,-45.6171875,348.474609375,-342.41796875,-29.210693359375,348.478515625,-348.26953125,-21.14111328125,355.126953125,-278.306640625,-0.876220703125,426.203125,-244.939453125,-0.04248046875,392.8359375,-244.939453125,-53.765625,392.8359375,-264.796875,-52.9788818359375,412.693359375,-271.31640625,-45.538818359375,419.212890625,-271.32421875,-29.0478515625,419.220703125,-278.453125,-20.937255859375,426.349609375,-436.04296875,0.843505859375,273.130859375,-397.609375,0.843505859375,236.291015625,-397.609375,-54.6517333984375,236.291015625,-419.46484375,-54.6517333984375,259.419921875,-428.34765625,-46.2318115234375,267.337890625,-429.298828125,-29.828857421875,266.38671875,-436.53125,-21.75732421875,274.396484375,-436.919921875,-0.520263671875,274.0078125,-437.66796875,2.232666015625,270.091796875,-400.685546875,2.232666015625,234.69921875,-401.451171875,-55.5399169921875,233.93359375,-422.294921875,-55.5399169921875,256.30859375,-431.1875,-46.8504638671875,263.611328125,-431.828125,-29.92236328125,262.970703125,-438.5078125,-21.592529296875,270.931640625,-438.5078125,0.32421875,270.931640625,-348.259765625,1.940673828125,357.05078125,-312.96484375,1.940673828125,320.955078125,-312.958984375,-56.303466796875,320.9609375,-335.423828125,-56.303466796875,343.42578125,-342.935546875,-47.5418701171875,350.9375,-342.935546875,-29.94921875,350.9375,-349.1328125,-21.5501708984375,357.927734375,-349.625,0.521728515625,358.431640625,-350.056640625,0.843505859375,355.3984375,-314.677734375,0.843505859375,319.22265625,-315.02734375,-54.6517333984375,318.873046875,-337.748046875,-54.6517333984375,341.13671875,-343.890625,-46.2318115234375,348.076171875,-343.3125,-29.828857421875,348.654296875,-350.93359375,-21.75732421875,356.275390625,-350.93359375,-0.520263671875,356.275390625,-278.60546875,2.251220703125,428.701171875,-242.19140625,2.251220703125,392.287109375,-242.19140625,-55.5399169921875,392.287109375,
  325. -264.33984375,-55.5399169921875,414.435546875,-271.421875,-46.8504638671875,422.599609375,-271.962890625,-29.92236328125,422.05859375,-278.9296875,-21.592529296875,430.099609375,-279.466796875,0.84375,429.5625,-282.64453125,2.920166015625,425.880859375,-244.4296875,2.693359375,389.490234375,-244.423828125,-55.779541015625,389.49609375,-266.888671875,-55.779541015625,411.9609375,-275.66015625,-47.01806640625,419.669921875,-275.66015625,-29.94921875,419.669921875,-283.271484375,-21.5501708984375,427.28125,-283.63671875,1.0474853515625,427.197265625,-448.51171875,2.06884765625,186.88671875,-489.75,-46.8504638671875,203.7431640625,-500.22265625,0.583984375,208.0244140625,-499.01953125,2.01416015625,207.5341796875,-448.51171875,-55.5399169921875,186.888671875,-479.02734375,-55.5399169921875,199.359375,-489.75,-29.92236328125,203.7431640625,-500.22265625,-21.592529296875,208.0244140625,-499.56640625,-0.9356689453125,-117.14453125,-450.59375,-0.1617431640625,-116.017578125,-450.59375,-53.64599609375,-116.017578125,-479.279296875,-53.11767578125,-116.017578125,-489.779296875,-45.48046875,-116.017578125,-489.787109375,-29.2607421875,-116.017578125,-499.89453125,-21.282470703125,-117.14453125,-497.08203125,-0.7513427734375,4.84765625,-450.416015625,0.0457763671875,4.28515625,-450.416015625,-53.853759765625,4.287109375,-479.265625,-53.242919921875,4.28515625,-488.529296875,-45.6171875,4.28515625,-488.5390625,-29.210693359375,4.28515625,-497.376953125,-21.14111328125,4.84765625,-498.162109375,-0.876220703125,104.578125,-450.974609375,-0.04248046875,104.578125,-450.974609375,-53.765625,104.578125,-479.05859375,-52.9788818359375,104.578125,-488.27734375,-45.538818359375,104.578125,-488.2890625,-29.0478515625,104.578125,-498.37109375,-20.937255859375,104.578125,-501.462890625,0.843505859375,-115.197265625,-448.234375,0.843505859375,-114.0703125,-448.234375,-54.6517333984375,-114.0703125,-480.04296875,-54.6517333984375,-113.16796875,-491.921875,-46.2318115234375,-113.849609375,-491.921875,-29.828857421875,-115.197265625,-502.701171875,-21.75732421875,-114.646484375,
  326. -502.701171875,-0.520263671875,-115.197265625,-500.4609375,2.232666015625,-118.494140625,-449.28515625,2.232666015625,-117.369140625,-449.28515625,-55.5399169921875,-118.453125,-479.845703125,-55.5399169921875,-117.369140625,-491.294921875,-46.8504638671875,-118.494140625,-491.294921875,-29.92236328125,-119.400390625,-501.650390625,-21.592529296875,-118.494140625,-501.650390625,0.32421875,-118.494140625,-498.728515625,1.940673828125,6.216796875,-448.25,1.940673828125,5.650390625,-448.25,-56.303466796875,5.65625,-480.01953125,-56.303466796875,5.65625,-490.640625,-47.5418701171875,5.65625,-490.640625,-29.94921875,5.65625,-499.96484375,-21.5501708984375,6.220703125,-500.669921875,0.521728515625,6.2265625,-498.83203125,0.843505859375,3.77734375,-448.234375,0.843505859375,3.21484375,-448.234375,-54.6517333984375,2.71875,-480.04296875,-54.6517333984375,2.396484375,-489.29296875,-46.2318115234375,2.9609375,-489.29296875,-29.828857421875,3.77734375,-500.0703125,-21.75732421875,3.77734375,-500.0703125,-0.520263671875,3.77734375,-500.140625,2.251220703125,106.134765625,-448.642578125,2.251220703125,106.134765625,-448.642578125,-55.5399169921875,106.134765625,-479.966796875,-55.5399169921875,106.134765625,-490.74609375,-46.8504638671875,106.8984375,-490.74609375,-29.92236328125,106.134765625,-501.359375,-21.592529296875,106.892578125,-501.359375,0.84375,106.134765625,-501.001953125,2.920166015625,101.283203125,-448.25,2.693359375,102.572265625,-448.25,-55.779541015625,102.580078125,-480.01953125,-55.779541015625,102.580078125,-491.671875,-47.01806640625,101.83203125,-491.671875,-29.94921875,101.83203125,-502.4375,-21.5501708984375,101.83203125,-502.634765625,1.0474853515625,101.513671875,-449.29296875,2.06884765625,-184.99609375,-490.37109375,-46.8504638671875,-202.23828125,-500.806640625,0.583984375,-206.6162109375,-499.607421875,2.01416015625,-206.1123046875,-449.294921875,-55.5399169921875,-184.99609375,-479.69140625,-55.5399169921875,-197.755859375,-490.37109375,-29.92236328125,-202.2373046875,-500.806640625,-21.592529296875,-206.6162109375,
  327. -270.4140625,-0.9356689453125,-436.0810546875,-236.578125,-0.1617431640625,-400.65625,-236.578125,-53.64599609375,-400.65625,-256.861328125,-53.11767578125,-420.939453125,-264.287109375,-45.48046875,-428.365234375,-264.291015625,-29.2607421875,-428.369140625,-270.64453125,-21.282470703125,-436.3125,-354.91796875,-0.7513427734375,-348.0615234375,-321.521484375,0.0457763671875,-315.462890625,-321.5234375,-53.853759765625,-315.4609375,-341.921875,-53.242919921875,-335.86328125,-348.47265625,-45.6171875,-342.4140625,-348.4765625,-29.210693359375,-342.41796875,-355.125,-21.14111328125,-348.26953125,-426.201171875,-0.876220703125,-278.306640625,-392.833984375,-0.04248046875,-244.939453125,-392.833984375,-53.765625,-244.939453125,-412.69140625,-52.9788818359375,-264.796875,-419.2109375,-45.538818359375,-271.31640625,-419.21875,-29.0478515625,-271.32421875,-426.34765625,-20.937255859375,-278.453125,-273.12890625,0.843505859375,-436.04296875,-236.2890625,0.843505859375,-397.609375,-236.2890625,-54.6517333984375,-397.609375,-259.41796875,-54.6517333984375,-419.46484375,-267.3359375,-46.2318115234375,-428.34765625,-266.384765625,-29.828857421875,-429.298828125,-274.39453125,-21.75732421875,-436.53125,-274.005859375,-0.520263671875,-436.919921875,-270.08984375,2.232666015625,-437.66796875,-234.697265625,2.232666015625,-400.685546875,-233.931640625,-55.5399169921875,-401.451171875,-256.306640625,-55.5399169921875,-422.294921875,-263.609375,-46.8504638671875,-431.1875,-262.96875,-29.92236328125,-431.828125,-270.9296875,-21.592529296875,-438.5078125,-270.9296875,0.32421875,-438.5078125,-357.048828125,1.940673828125,-348.259765625,-320.953125,1.940673828125,-312.96484375,-320.958984375,-56.303466796875,-312.958984375,-343.423828125,-56.303466796875,-335.423828125,-350.935546875,-47.5418701171875,-342.935546875,-350.935546875,-29.94921875,-342.935546875,-357.92578125,-21.5501708984375,-349.1328125,-358.4296875,0.521728515625,-349.625,-355.396484375,0.843505859375,-350.056640625,-319.220703125,0.843505859375,-314.677734375,-318.87109375,-54.6517333984375,-315.02734375,
  328. -341.134765625,-54.6517333984375,-337.748046875,-348.07421875,-46.2318115234375,-343.890625,-348.65234375,-29.828857421875,-343.3125,-356.2734375,-21.75732421875,-350.93359375,-356.2734375,-0.520263671875,-350.93359375,-428.69921875,2.251220703125,-278.60546875,-392.28515625,2.251220703125,-242.19140625,-392.28515625,-55.5399169921875,-242.19140625,-414.43359375,-55.5399169921875,-264.33984375,-422.59765625,-46.8504638671875,-271.421875,-422.056640625,-29.92236328125,-271.962890625,-430.09765625,-21.592529296875,-278.9296875,-429.560546875,0.84375,-279.466796875,-425.87890625,2.920166015625,-282.64453125,-389.48828125,2.693359375,-244.4296875,-389.494140625,-55.779541015625,-244.423828125,-411.958984375,-55.779541015625,-266.888671875,-419.66796875,-47.01806640625,-275.66015625,-419.66796875,-29.94921875,-275.66015625,-427.279296875,-21.5501708984375,-283.271484375,-427.1953125,1.0474853515625,-283.63671875,-186.884765625,2.06884765625,-448.51025390625,-203.7421875,-46.8504638671875,-489.749267578125,-208.0234375,0.583984375,-500.22314453125,-207.53125,2.01416015625,-499.0205078125,-186.88671875,-55.5399169921875,-448.51025390625,-199.357421875,-55.5399169921875,-479.02783203125,-203.7421875,-29.92236328125,-489.749755859375,-208.0234375,-21.592529296875,-500.223388671875,117.146484375,-0.9356689453125,-499.56640625,116.01953125,-0.1617431640625,-450.59228515625,116.01953125,-53.64599609375,-450.59228515625,116.01953125,-53.11767578125,-479.278564453125,116.01953125,-45.48046875,-489.779052734375,116.01953125,-29.2607421875,-489.785888671875,117.146484375,-21.282470703125,-499.893310546875,-4.845703125,-0.7513427734375,-497.08154296875,-4.283203125,0.0457763671875,-450.41552734375,-4.28515625,-53.853759765625,-450.41552734375,-4.283203125,-53.242919921875,-479.265380859375,-4.283203125,-45.6171875,-488.529541015625,-4.283203125,-29.210693359375,-488.537841796875,-4.845703125,-21.14111328125,-497.375732421875,-104.576171875,-0.876220703125,-498.16162109375,-104.576171875,-0.04248046875,-450.973388671875,-104.576171875,-53.765625,-450.973388671875,
  329. -104.576171875,-52.9788818359375,-479.058349609375,-104.576171875,-45.538818359375,-488.27734375,-104.576171875,-29.0478515625,-488.287841796875,-104.576171875,-20.937255859375,-498.3701171875,115.19921875,0.843505859375,-501.462158203125,114.072265625,0.843505859375,-448.23388671875,114.072265625,-54.6517333984375,-448.23388671875,113.169921875,-54.6517333984375,-480.04248046875,113.8515625,-46.2318115234375,-491.92236328125,115.19921875,-29.828857421875,-491.92236328125,114.6484375,-21.75732421875,-502.700439453125,115.19921875,-0.520263671875,-502.700439453125,118.49609375,2.232666015625,-500.4599609375,117.37109375,2.232666015625,-449.28466796875,118.455078125,-55.5399169921875,-449.28466796875,117.37109375,-55.5399169921875,-479.844482421875,118.49609375,-46.8504638671875,-491.294677734375,119.40234375,-29.92236328125,-491.294677734375,118.49609375,-21.592529296875,-501.649658203125,118.49609375,0.32421875,-501.649658203125,-6.21484375,1.940673828125,-498.72802734375,-5.6484375,1.940673828125,-448.249267578125,-5.654296875,-56.303466796875,-448.249267578125,-5.654296875,-56.303466796875,-480.018798828125,-5.654296875,-47.5418701171875,-490.640625,-5.654296875,-29.94921875,-490.640625,-6.21875,-21.5501708984375,-499.96484375,-6.224609375,0.521728515625,-500.669677734375,-3.775390625,0.843505859375,-498.831787109375,-3.212890625,0.843505859375,-448.23388671875,-2.716796875,-54.6517333984375,-448.23388671875,-2.39453125,-54.6517333984375,-480.04248046875,-2.958984375,-46.2318115234375,-489.292236328125,-3.775390625,-29.828857421875,-489.292236328125,-3.775390625,-21.75732421875,-500.070068359375,-3.775390625,-0.520263671875,-500.070068359375,-106.1328125,2.251220703125,-500.139404296875,-106.1328125,2.251220703125,-448.641845703125,-106.1328125,-55.5399169921875,-448.641845703125,-106.1328125,-55.5399169921875,-479.965576171875,-106.896484375,-46.8504638671875,-490.7451171875,-106.1328125,-29.92236328125,-490.7451171875,-106.890625,-21.592529296875,-501.35888671875,-106.1328125,0.84375,-501.35888671875,-101.28125,2.920166015625,-501.001953125,
  330. -102.5703125,2.693359375,-448.249267578125,-102.578125,-55.779541015625,-448.249267578125,-102.578125,-55.779541015625,-480.018798828125,-101.830078125,-47.01806640625,-491.671875,-101.830078125,-29.94921875,-491.671875,-101.830078125,-21.5501708984375,-502.4365234375,-101.51171875,1.0474853515625,-502.63427734375,184.99609375,2.06884765625,-449.293212890625,202.23828125,-46.8504638671875,-490.3720703125,206.6171875,0.583984375,-500.806640625,206.11328125,2.01416015625,-499.60791015625,184.99609375,-55.5399169921875,-449.295166015625,197.7578125,-55.5399169921875,-479.69140625,202.23828125,-29.92236328125,-490.372802734375,206.6171875,-21.592529296875,-500.806640625,436.08203125,-0.9356689453125,-270.4140625,400.65625,-0.1617431640625,-236.5791015625,400.65625,-53.64599609375,-236.5791015625,420.939453125,-53.11767578125,-256.8623046875,428.365234375,-45.48046875,-264.2880859375,428.369140625,-29.2607421875,-264.2919921875,436.3125,-21.282470703125,-270.6455078125,348.0625,-0.7513427734375,-354.91796875,315.462890625,0.0457763671875,-321.5224609375,315.4609375,-53.853759765625,-321.5244140625,335.86328125,-53.242919921875,-341.9228515625,342.4140625,-45.6171875,-348.4736328125,342.41796875,-29.210693359375,-348.4775390625,348.26953125,-21.14111328125,-355.1259765625,278.306640625,-0.876220703125,-426.2021484375,244.939453125,-0.04248046875,-392.8349609375,244.939453125,-53.765625,-392.8349609375,264.796875,-52.9788818359375,-412.6923828125,271.31640625,-45.538818359375,-419.2119140625,271.32421875,-29.0478515625,-419.2197265625,278.453125,-20.937255859375,-426.3486328125,436.04296875,0.843505859375,-273.1298828125,397.609375,0.843505859375,-236.2900390625,397.609375,-54.6517333984375,-236.2900390625,419.46484375,-54.6517333984375,-259.4189453125,428.34765625,-46.2318115234375,-267.3369140625,429.298828125,-29.828857421875,-266.3857421875,436.53125,-21.75732421875,-274.3955078125,436.919921875,-0.520263671875,-274.0068359375,437.66796875,2.232666015625,-270.0908203125,400.685546875,2.232666015625,-234.6982421875,401.451171875,-55.5399169921875,-233.9326171875,
  331. 422.294921875,-55.5399169921875,-256.3076171875,431.1875,-46.8504638671875,-263.6103515625,431.828125,-29.92236328125,-262.9697265625,438.5078125,-21.592529296875,-270.9306640625,438.5078125,0.32421875,-270.9306640625,348.259765625,1.940673828125,-357.0498046875,312.96484375,1.940673828125,-320.9541015625,312.958984375,-56.303466796875,-320.9599609375,335.423828125,-56.303466796875,-343.4248046875,342.935546875,-47.5418701171875,-350.9365234375,342.935546875,-29.94921875,-350.9365234375,349.1328125,-21.5501708984375,-357.9267578125,349.625,0.521728515625,-358.4306640625,350.056640625,0.843505859375,-355.3974609375,314.677734375,0.843505859375,-319.2216796875,315.02734375,-54.6517333984375,-318.8720703125,337.748046875,-54.6517333984375,-341.1357421875,343.890625,-46.2318115234375,-348.0751953125,343.3125,-29.828857421875,-348.6533203125,350.93359375,-21.75732421875,-356.2744140625,350.93359375,-0.520263671875,-356.2744140625,278.60546875,2.251220703125,-428.7001953125,242.19140625,2.251220703125,-392.2861328125,242.19140625,-55.5399169921875,-392.2861328125,264.33984375,-55.5399169921875,-414.4345703125,271.421875,-46.8504638671875,-422.5986328125,271.962890625,-29.92236328125,-422.0576171875,278.9296875,-21.592529296875,-430.0986328125,279.466796875,0.84375,-429.5615234375,282.64453125,2.920166015625,-425.8798828125,244.4296875,2.693359375,-389.4892578125,244.423828125,-55.779541015625,-389.4951171875,266.888671875,-55.779541015625,-411.9599609375,275.66015625,-47.01806640625,-419.6689453125,275.66015625,-29.94921875,-419.6689453125,283.271484375,-21.5501708984375,-427.2802734375,283.63671875,1.0474853515625,-427.1962890625,448.51171875,2.06884765625,-186.88623046875,489.75,-46.8504638671875,-203.74267578125,500.22265625,0.583984375,-208.02392578125,499.01953125,2.01416015625,-207.53369140625,448.51171875,-55.5399169921875,-186.88818359375,479.02734375,-55.5399169921875,-199.35888671875,489.75,-29.92236328125,-203.74267578125,500.22265625,-21.592529296875,-208.02392578125,499.56640625,-0.9356689453125,117.14453125,
  332. 450.59375,-0.1617431640625,116.017578125,450.59375,-53.64599609375,116.017578125,479.279296875,-53.11767578125,116.017578125,489.779296875,-45.48046875,116.017578125,489.787109375,-29.2607421875,116.017578125,499.89453125,-21.282470703125,117.14453125,497.08203125,-0.7513427734375,-4.84765625,450.416015625,0.0457763671875,-4.28515625,450.416015625,-53.853759765625,-4.287109375,479.265625,-53.242919921875,-4.28515625,488.529296875,-45.6171875,-4.28515625,488.5390625,-29.210693359375,-4.28515625,497.376953125,-21.14111328125,-4.84765625,498.162109375,-0.876220703125,-104.578125,450.974609375,-0.04248046875,-104.578125,450.974609375,-53.765625,-104.578125,479.05859375,-52.9788818359375,-104.578125,488.27734375,-45.538818359375,-104.578125,488.2890625,-29.0478515625,-104.578125,498.37109375,-20.937255859375,-104.578125,501.462890625,0.843505859375,115.197265625,448.234375,0.843505859375,114.0703125,448.234375,-54.6517333984375,114.0703125,480.04296875,-54.6517333984375,113.16796875,491.921875,-46.2318115234375,113.849609375,491.921875,-29.828857421875,115.197265625,502.701171875,-21.75732421875,114.646484375,502.701171875,-0.520263671875,115.197265625,500.4609375,2.232666015625,118.494140625,449.28515625,2.232666015625,117.369140625,449.28515625,-55.5399169921875,118.453125,479.845703125,-55.5399169921875,117.369140625,491.294921875,-46.8504638671875,118.494140625,491.294921875,-29.92236328125,119.400390625,501.650390625,-21.592529296875,118.494140625,501.650390625,0.32421875,118.494140625,498.728515625,1.940673828125,-6.216796875,448.25,1.940673828125,-5.650390625,448.25,-56.303466796875,-5.65625,480.01953125,-56.303466796875,-5.65625,490.640625,-47.5418701171875,-5.65625,490.640625,-29.94921875,-5.65625,499.96484375,-21.5501708984375,-6.220703125,500.669921875,0.521728515625,-6.2265625,498.83203125,0.843505859375,-3.77734375,448.234375,0.843505859375,-3.21484375,448.234375,-54.6517333984375,-2.71875,480.04296875,-54.6517333984375,-2.396484375,489.29296875,-46.2318115234375,-2.9609375,489.29296875,-29.828857421875,-3.77734375,
  333. 500.0703125,-21.75732421875,-3.77734375,500.0703125,-0.520263671875,-3.77734375,500.140625,2.251220703125,-106.134765625,448.642578125,2.251220703125,-106.134765625,448.642578125,-55.5399169921875,-106.134765625,479.966796875,-55.5399169921875,-106.134765625,490.74609375,-46.8504638671875,-106.8984375,490.74609375,-29.92236328125,-106.134765625,501.359375,-21.592529296875,-106.892578125,501.359375,0.84375,-106.134765625,501.001953125,2.920166015625,-101.283203125,448.25,2.693359375,-102.572265625,448.25,-55.779541015625,-102.580078125,480.01953125,-55.779541015625,-102.580078125,491.671875,-47.01806640625,-101.83203125,491.671875,-29.94921875,-101.83203125,502.4375,-21.5501708984375,-101.83203125,502.634765625,1.0474853515625,-101.513671875,449.29296875,2.06884765625,184.99609375,490.373046875,-46.8504638671875,202.23828125,500.80859375,0.583984375,206.6162109375,499.609375,2.01416015625,206.1123046875,449.296875,-55.5399169921875,184.99609375,479.69140625,-55.5399169921875,197.755859375,490.373046875,-29.92236328125,202.2373046875,500.80859375,-21.592529296875,206.6162109375,270.4140625,-0.9356689453125,436.0810546875,236.580078125,-0.1617431640625,400.65625,236.580078125,-53.64599609375,400.65625,256.86328125,-53.11767578125,420.939453125,264.2890625,-45.48046875,428.365234375,264.29296875,-29.2607421875,428.369140625,270.646484375,-21.282470703125,436.3125,354.91796875,-0.7513427734375,348.0615234375,321.5234375,0.0457763671875,315.462890625,321.525390625,-53.853759765625,315.4609375,341.923828125,-53.242919921875,335.86328125,348.474609375,-45.6171875,342.4140625,348.478515625,-29.210693359375,342.41796875,355.126953125,-21.14111328125,348.26953125,426.203125,-0.876220703125,278.306640625,392.8359375,-0.04248046875,244.939453125,392.8359375,-53.765625,244.939453125,412.693359375,-52.9788818359375,264.796875,419.212890625,-45.538818359375,271.31640625,419.220703125,-29.0478515625,271.32421875,426.349609375,-20.937255859375,278.453125,273.130859375,0.843505859375,436.04296875,236.291015625,0.843505859375,397.609375,
  334. 236.291015625,-54.6517333984375,397.609375,259.419921875,-54.6517333984375,419.46484375,267.337890625,-46.2318115234375,428.34765625,266.38671875,-29.828857421875,429.298828125,274.396484375,-21.75732421875,436.53125,274.0078125,-0.520263671875,436.919921875,270.091796875,2.232666015625,437.66796875,234.69921875,2.232666015625,400.685546875,233.93359375,-55.5399169921875,401.451171875,256.30859375,-55.5399169921875,422.294921875,263.611328125,-46.8504638671875,431.1875,262.970703125,-29.92236328125,431.828125,270.931640625,-21.592529296875,438.5078125,270.931640625,0.32421875,438.5078125,357.05078125,1.940673828125,348.259765625,320.955078125,1.940673828125,312.96484375,320.9609375,-56.303466796875,312.958984375,343.42578125,-56.303466796875,335.423828125,350.9375,-47.5418701171875,342.935546875,350.9375,-29.94921875,342.935546875,357.927734375,-21.5501708984375,349.1328125,358.431640625,0.521728515625,349.625,355.3984375,0.843505859375,350.056640625,319.22265625,0.843505859375,314.677734375,318.873046875,-54.6517333984375,315.02734375,341.13671875,-54.6517333984375,337.748046875,348.076171875,-46.2318115234375,343.890625,348.654296875,-29.828857421875,343.3125,356.275390625,-21.75732421875,350.93359375,356.275390625,-0.520263671875,350.93359375,428.701171875,2.251220703125,278.60546875,392.287109375,2.251220703125,242.19140625,392.287109375,-55.5399169921875,242.19140625,414.435546875,-55.5399169921875,264.33984375,422.599609375,-46.8504638671875,271.421875,422.05859375,-29.92236328125,271.962890625,430.099609375,-21.592529296875,278.9296875,429.5625,0.84375,279.466796875,425.880859375,2.920166015625,282.64453125,389.490234375,2.693359375,244.4296875,389.49609375,-55.779541015625,244.423828125,411.9609375,-55.779541015625,266.888671875,419.669921875,-47.01806640625,275.66015625,419.669921875,-29.94921875,275.66015625,427.28125,-21.5501708984375,283.271484375,427.197265625,1.0474853515625,283.63671875
  335. }
  336. PolygonVertexIndex: *2512 {
  337. a: 0,21,22,-2,2,1,22,-24,3,2,23,-25,4,3,24,-26,5,4,25,-27,6,5,26,-28,28,0,6,-28,0,28,-22,7,37,38,-9,9,8,38,-40,10,9,39,-41,11,10,40,-42,12,11,41,-43,13,12,42,-44,44,7,13,-44,7,44,-38,14,53,54,-16,16,15,54,-56,17,16,55,-57,18,17,56,-58,19,18,57,-59,20,19,58,-60,60,14,20,-60,14,60,-54,21,45,46,-23,23,22,46,-48,24,23,47,-49,25,24,48,-50,26,25,49,-51,27,26,50,-52,52,28,27,-52,21,28,52,-46,29,0,1,-31,31,30,1,-3,32,31,2,-4,33,32,3,-5,34,33,4,-6,35,34,5,-7,0,36,35,-7,29,36,-1,37,61,62,-39,39,38,62,-64,40,39,63,-65,41,40,64,-66,42,41,65,-67,43,42,66,-68,68,44,43,-68,37,44,68,-62,45,7,8,-47,47,46,8,-10,48,47,9,-11,49,48,10,-12,50,49,11,-13,51,50,12,-14,7,52,51,-14,45,52,-8,53,69,74,-55,55,54,74,-71,56,55,70,-72,57,56,71,-76,58,57,75,-73,59,58,72,-74,53,60,76,-70,61,14,15,-63,63,62,15,-17,64,63,16,-18,65,64,17,-19,66,65,18,-20,67,66,19,-21,14,68,67,-21,61,68,-15,36,79,84,-36,73,76,60,-60,77,80,29,-31,81,77,30,-32,82,81,31,-33,78,82,32,-34,83,78,33,-35,84,83,34,-36,80,79,36,-30,85,106,107,-87,87,86,107,-109,88,87,108,-110,89,88,109,-111,90,89,110,-112,91,90,111,-113,113,85,91,-113,85,113,-107,92,122,123,-94,94,93,123,-125,95,94,124,-126,96,95,125,-127,97,96,126,-128,98,97,127,-129,129,92,98,-129,92,129,-123,99,138,139,-101,101,100,139,-141,102,101,140,-142,103,102,141,-143,104,103,142,-144,105,104,143,-145,145,99,105,-145,99,145,-139,106,130,131,-108,108,107,131,-133,109,108,132,-134,110,109,133,-135,111,110,134,-136,112,111,135,-137,137,113,112,-137,106,113,137,-131,114,85,86,-116,116,115,86,-88,117,116,87,-89,118,117,88,-90,119,118,89,-91,120,119,90,-92,85,121,120,-92,114,121,-86,122,146,147,-124,124,123,147,-149,125,124,148,-150,126,125,149,-151,127,126,150,-152,128,127,151,-153,153,129,128,-153,122,129,153,-147,130,92,93,-132,132,131,93,-95,133,132,94,-96,134,133,95,-97,135,134,96,-98,136,135,97,-99,92,137,136,-99,130,137,-93,138,80,77,-140,140,139,77,-82,141,140,81,-83,142,141,82,-79,143,142,78,-84,144,143,83,-85,138,145,79,-81,146,99,100,-148,148,147,100,-102,149,148,101,-103,150,149,102,-104,151,150,103,
  338. -105,152,151,104,-106,99,153,152,-106,146,153,-100,121,156,161,-121,84,79,145,-145,154,157,114,-116,158,154,115,-117,159,158,116,-118,155,159,117,-119,160,155,118,-120,161,160,119,-121,157,156,121,-115,162,183,184,-164,164,163,184,-186,165,164,185,-187,166,165,186,-188,167,166,187,-189,168,167,188,-190,190,162,168,-190,162,190,-184,169,199,200,-171,171,170,200,-202,172,171,201,-203,173,172,202,-204,174,173,203,-205,175,174,204,-206,206,169,175,-206,169,206,-200,176,215,216,-178,178,177,216,-218,179,178,217,-219,180,179,218,-220,181,180,219,-221,182,181,220,-222,222,176,182,-222,176,222,-216,183,207,208,-185,185,184,208,-210,186,185,209,-211,187,186,210,-212,188,187,211,-213,189,188,212,-214,214,190,189,-214,183,190,214,-208,191,162,163,-193,193,192,163,-165,194,193,164,-166,195,194,165,-167,196,195,166,-168,197,196,167,-169,162,198,197,-169,191,198,-163,199,223,224,-201,201,200,224,-226,202,201,225,-227,203,202,226,-228,204,203,227,-229,205,204,228,-230,230,206,205,-230,199,206,230,-224,207,169,170,-209,209,208,170,-172,210,209,171,-173,211,210,172,-174,212,211,173,-175,213,212,174,-176,169,214,213,-176,207,214,-170,215,157,154,-217,217,216,154,-159,218,217,158,-160,219,218,159,-156,220,219,155,-161,221,220,160,-162,215,222,156,-158,223,176,177,-225,225,224,177,-179,226,225,178,-180,227,226,179,-181,228,227,180,-182,229,228,181,-183,176,230,229,-183,223,230,-177,198,233,238,-198,161,156,222,-222,231,234,191,-193,235,231,192,-194,236,235,193,-195,232,236,194,-196,237,232,195,-197,238,237,196,-198,234,233,198,-192,239,260,261,-241,241,240,261,-263,242,241,262,-264,243,242,263,-265,244,243,264,-266,245,244,265,-267,267,239,245,-267,239,267,-261,246,276,277,-248,248,247,277,-279,249,248,278,-280,250,249,279,-281,251,250,280,-282,252,251,281,-283,283,246,252,-283,246,283,-277,253,292,293,-255,255,254,293,-295,256,255,294,-296,257,256,295,-297,258,257,296,-298,259,258,297,-299,299,253,259,-299,253,299,-293,260,284,285,-262,262,261,285,-287,263,262,286,-288,264,263,287,-289,265,264,288,-290,266,265,289,-291,291,267,266,-291,
  339. 260,267,291,-285,268,239,240,-270,270,269,240,-242,271,270,241,-243,272,271,242,-244,273,272,243,-245,274,273,244,-246,239,275,274,-246,268,275,-240,276,300,301,-278,278,277,301,-303,279,278,302,-304,280,279,303,-305,281,280,304,-306,282,281,305,-307,307,283,282,-307,276,283,307,-301,284,246,247,-286,286,285,247,-249,287,286,248,-250,288,287,249,-251,289,288,250,-252,290,289,251,-253,246,291,290,-253,284,291,-247,292,234,231,-294,294,293,231,-236,295,294,235,-237,296,295,236,-233,297,296,232,-238,298,297,237,-239,292,299,233,-235,300,253,254,-302,302,301,254,-256,303,302,255,-257,304,303,256,-258,305,304,257,-259,306,305,258,-260,253,307,306,-260,300,307,-254,275,310,315,-275,238,233,299,-299,308,311,268,-270,312,308,269,-271,313,312,270,-272,309,313,271,-273,314,309,272,-274,315,314,273,-275,311,310,275,-269,316,337,338,-318,318,317,338,-340,319,318,339,-341,320,319,340,-342,321,320,341,-343,322,321,342,-344,344,316,322,-344,316,344,-338,323,353,354,-325,325,324,354,-356,326,325,355,-357,327,326,356,-358,328,327,357,-359,329,328,358,-360,360,323,329,-360,323,360,-354,330,369,370,-332,332,331,370,-372,333,332,371,-373,334,333,372,-374,335,334,373,-375,336,335,374,-376,376,330,336,-376,330,376,-370,337,361,362,-339,339,338,362,-364,340,339,363,-365,341,340,364,-366,342,341,365,-367,343,342,366,-368,368,344,343,-368,337,344,368,-362,345,316,317,-347,347,346,317,-319,348,347,318,-320,349,348,319,-321,350,349,320,-322,351,350,321,-323,316,352,351,-323,345,352,-317,353,377,378,-355,355,354,378,-380,356,355,379,-381,357,356,380,-382,358,357,381,-383,359,358,382,-384,384,360,359,-384,353,360,384,-378,361,323,324,-363,363,362,324,-326,364,363,325,-327,365,364,326,-328,366,365,327,-329,367,366,328,-330,323,368,367,-330,361,368,-324,369,311,308,-371,371,370,308,-313,372,371,312,-314,373,372,313,-310,374,373,309,-315,375,374,314,-316,369,376,310,-312,377,330,331,-379,379,378,331,-333,380,379,332,-334,381,380,333,-335,382,381,334,-336,383,382,335,-337,330,384,383,-337,377,384,-331,352,387,392,-352,315,310,376,-376,385,388,345,
  340. -347,389,385,346,-348,390,389,347,-349,386,390,348,-350,391,386,349,-351,392,391,350,-352,388,387,352,-346,393,414,415,-395,395,394,415,-417,396,395,416,-418,397,396,417,-419,398,397,418,-420,399,398,419,-421,421,393,399,-421,393,421,-415,400,430,431,-402,402,401,431,-433,403,402,432,-434,404,403,433,-435,405,404,434,-436,406,405,435,-437,437,400,406,-437,400,437,-431,407,446,447,-409,409,408,447,-449,410,409,448,-450,411,410,449,-451,412,411,450,-452,413,412,451,-453,453,407,413,-453,407,453,-447,414,438,439,-416,416,415,439,-441,417,416,440,-442,418,417,441,-443,419,418,442,-444,420,419,443,-445,445,421,420,-445,414,421,445,-439,422,393,394,-424,424,423,394,-396,425,424,395,-397,426,425,396,-398,427,426,397,-399,428,427,398,-400,393,429,428,-400,422,429,-394,430,454,455,-432,432,431,455,-457,433,432,456,-458,434,433,457,-459,435,434,458,-460,436,435,459,-461,461,437,436,-461,430,437,461,-455,438,400,401,-440,440,439,401,-403,441,440,402,-404,442,441,403,-405,443,442,404,-406,444,443,405,-407,400,445,444,-407,438,445,-401,446,388,385,-448,448,447,385,-390,449,448,389,-391,450,449,390,-387,451,450,386,-392,452,451,391,-393,446,453,387,-389,454,407,408,-456,456,455,408,-410,457,456,409,-411,458,457,410,-412,459,458,411,-413,460,459,412,-414,407,461,460,-414,454,461,-408,429,464,469,-429,392,387,453,-453,462,465,422,-424,466,462,423,-425,467,466,424,-426,463,467,425,-427,468,463,426,-428,469,468,427,-429,465,464,429,-423,470,491,492,-472,472,471,492,-494,473,472,493,-495,474,473,494,-496,475,474,495,-497,476,475,496,-498,498,470,476,-498,470,498,-492,477,507,508,-479,479,478,508,-510,480,479,509,-511,481,480,510,-512,482,481,511,-513,483,482,512,-514,514,477,483,-514,477,514,-508,484,523,524,-486,486,485,524,-526,487,486,525,-527,488,487,526,-528,489,488,527,-529,490,489,528,-530,530,484,490,-530,484,530,-524,491,515,516,-493,493,492,516,-518,494,493,517,-519,495,494,518,-520,496,495,519,-521,497,496,520,-522,522,498,497,-522,491,498,522,-516,499,470,471,-501,501,500,471,-473,502,501,472,-474,503,502,473,-475,504,503,
  341. 474,-476,505,504,475,-477,470,506,505,-477,499,506,-471,507,531,532,-509,509,508,532,-534,510,509,533,-535,511,510,534,-536,512,511,535,-537,513,512,536,-538,538,514,513,-538,507,514,538,-532,515,477,478,-517,517,516,478,-480,518,517,479,-481,519,518,480,-482,520,519,481,-483,521,520,482,-484,477,522,521,-484,515,522,-478,523,465,462,-525,525,524,462,-467,526,525,466,-468,527,526,467,-464,528,527,463,-469,529,528,468,-470,523,530,464,-466,531,484,485,-533,533,532,485,-487,534,533,486,-488,535,534,487,-489,536,535,488,-490,537,536,489,-491,484,538,537,-491,531,538,-485,506,541,546,-506,469,464,530,-530,539,542,499,-501,543,539,500,-502,544,543,501,-503,540,544,502,-504,545,540,503,-505,546,545,504,-506,542,541,506,-500,547,568,569,-549,549,548,569,-571,550,549,570,-572,551,550,571,-573,552,551,572,-574,553,552,573,-575,575,547,553,-575,547,575,-569,554,584,585,-556,556,555,585,-587,557,556,586,-588,558,557,587,-589,559,558,588,-590,560,559,589,-591,591,554,560,-591,554,591,-585,561,600,601,-563,563,562,601,-603,564,563,602,-604,565,564,603,-605,566,565,604,-606,567,566,605,-607,607,561,567,-607,561,607,-601,568,592,593,-570,570,569,593,-595,571,570,594,-596,572,571,595,-597,573,572,596,-598,574,573,597,-599,599,575,574,-599,568,575,599,-593,576,547,548,-578,578,577,548,-550,579,578,549,-551,580,579,550,-552,581,580,551,-553,582,581,552,-554,547,583,582,-554,576,583,-548,584,608,609,-586,586,585,609,-611,587,586,610,-612,588,587,611,-613,589,588,612,-614,590,589,613,-615,615,591,590,-615,584,591,615,-609,592,554,555,-594,594,593,555,-557,595,594,556,-558,596,595,557,-559,597,596,558,-560,598,597,559,-561,554,599,598,-561,592,599,-555,600,542,539,-602,602,601,539,-544,603,602,543,-545,604,603,544,-541,605,604,540,-546,606,605,545,-547,600,607,541,-543,608,561,562,-610,610,609,562,-564,611,610,563,-565,612,611,564,-566,613,612,565,-567,614,613,566,-568,561,615,614,-568,608,615,-562,583,76,73,-583,546,541,607,-607,74,69,576,-578,70,74,577,-579,71,70,578,-580,75,71,579,-581,72,75,580,-582,73,72,581,-583,69,76,583,-577
  342. }
  343. Edges: *1256 {
  344. a: 0,127,3,7,4,11,8,140,12,19,16,23,20,149,25,31,190,34,38,35,42,39,203,43,50,47,54,51,212,56,62,249,65,69,66,73,70,262,74,81,78,85,82,271,87,93,2,1,100,6,104,10,15,14,112,18,116,22,24,27,29,125,289,128,132,129,136,133,301,137,144,141,148,145,278,150,153,156,33,32,163,37,167,41,46,45,175,49,179,53,55,58,60,188,95,94,195,99,199,103,108,107,207,111,211,115,117,120,123,219,64,63,226,68,230,72,77,76,238,80,242,84,86,89,91,247,158,157,254,162,258,166,171,170,266,174,270,178,180,183,186,221,234,244,220,225,229,233,237,241,282,245,287,293,297,305,280,286,290,294,298,302,306,279,310,314,441,317,321,318,325,322,454,326,333,330,337,334,463,339,345,504,348,352,349,356,353,517,357,364,361,368,365,526,370,376,563,379,383,380,387,384,576,388,395,392,399,396,585,401,407,316,315,414,320,418,324,329,328,426,332,430,336,338,341,343,439,603,442,446,443,450,447,615,451,458,455,462,459,592,464,467,470,347,346,477,351,481,355,360,359,489,363,493,367,369,372,374,502,409,408,509,413,513,417,422,421,521,425,525,429,431,434,437,533,378,377,540,382,544,386,391,390,552,394,556,398,400,403,405,561,472,471,568,476,572,480,485,484,580,488,584,492,494,497,500,535,548,558,601,607,611,619,594,600,604,608,612,616,620,593,624,628,755,631,635,632,639,636,768,640,647,644,651,648,777,653,659,818,662,666,663,670,667,831,671,678,675,682,679,840,684,690,877,693,697,694,701,698,890,702,709,706,713,710,899,715,721,630,629,728,634,732,638,643,642,740,646,744,650,652,655,657,753,917,756,760,757,764,761,929,765,772,769,776,773,906,778,781,784,661,660,791,665,795,669,674,673,803,677,807,681,683,686,688,816,723,722,823,727,827,731,736,735,835,739,839,743,745,748,751,847,692,691,854,696,858,700,705,704,866,708,870,712,714,717,719,875,786,785,882,790,886,794,799,798,894,802,898,806,808,811,814,849,862,872,915,921,925,933,908,914,918,922,926,930,934,907,938,942,1069,945,949,946,953,950,1082,954,961,958,965,962,1091,967,973,1132,976,980,977,984,981,1145,985,992,989,996,993,1154,998,1004,1191,1007,1011,1008,1015,1012,1204,1016,1023,1020,1027,1024,1213,
  345. 1029,1035,944,943,1042,948,1046,952,957,956,1054,960,1058,964,966,969,971,1067,1231,1070,1074,1071,1078,1075,1243,1079,1086,1083,1090,1087,1220,1092,1095,1098,975,974,1105,979,1109,983,988,987,1117,991,1121,995,997,1000,1002,1130,1037,1036,1137,1041,1141,1045,1050,1049,1149,1053,1153,1057,1059,1062,1065,1161,1006,1005,1168,1010,1172,1014,1019,1018,1180,1022,1184,1026,1028,1031,1033,1189,1100,1099,1196,1104,1200,1108,1113,1112,1208,1116,1212,1120,1122,1125,1128,1163,1176,1186,1229,1235,1239,1247,1222,1228,1232,1236,1240,1244,1248,1221,1252,1256,1383,1259,1263,1260,1267,1264,1396,1268,1275,1272,1279,1276,1405,1281,1287,1446,1290,1294,1291,1298,1295,1459,1299,1306,1303,1310,1307,1468,1312,1318,1505,1321,1325,1322,1329,1326,1518,1330,1337,1334,1341,1338,1527,1343,1349,1258,1257,1356,1262,1360,1266,1271,1270,1368,1274,1372,1278,1280,1283,1285,1381,1545,1384,1388,1385,1392,1389,1557,1393,1400,1397,1404,1401,1534,1406,1409,1412,1289,1288,1419,1293,1423,1297,1302,1301,1431,1305,1435,1309,1311,1314,1316,1444,1351,1350,1451,1355,1455,1359,1364,1363,1463,1367,1467,1371,1373,1376,1379,1475,1320,1319,1482,1324,1486,1328,1333,1332,1494,1336,1498,1340,1342,1345,1347,1503,1414,1413,1510,1418,1514,1422,1427,1426,1522,1430,1526,1434,1436,1439,1442,1477,1490,1500,1543,1549,1553,1561,1536,1542,1546,1550,1554,1558,1562,1535,1566,1570,1697,1573,1577,1574,1581,1578,1710,1582,1589,1586,1593,1590,1719,1595,1601,1760,1604,1608,1605,1612,1609,1773,1613,1620,1617,1624,1621,1782,1626,1632,1819,1635,1639,1636,1643,1640,1832,1644,1651,1648,1655,1652,1841,1657,1663,1572,1571,1670,1576,1674,1580,1585,1584,1682,1588,1686,1592,1594,1597,1599,1695,1859,1698,1702,1699,1706,1703,1871,1707,1714,1711,1718,1715,1848,1720,1723,1726,1603,1602,1733,1607,1737,1611,1616,1615,1745,1619,1749,1623,1625,1628,1630,1758,1665,1664,1765,1669,1769,1673,1678,1677,1777,1681,1781,1685,1687,1690,1693,1789,1634,1633,1796,1638,1800,1642,1647,1646,1808,1650,1812,1654,1656,1659,1661,1817,1728,1727,1824,1732,1828,1736,1741,1740,1836,1744,1840,1748,1750,1753,1756,1791,1804,1814,
  346. 1857,1863,1867,1875,1850,1856,1860,1864,1868,1872,1876,1849,1880,1884,2011,1887,1891,1888,1895,1892,2024,1896,1903,1900,1907,1904,2033,1909,1915,2074,1918,1922,1919,1926,1923,2087,1927,1934,1931,1938,1935,2096,1940,1946,2133,1949,1953,1950,1957,1954,2146,1958,1965,1962,1969,1966,2155,1971,1977,1886,1885,1984,1890,1988,1894,1899,1898,1996,1902,2000,1906,1908,1911,1913,2009,2173,2012,2016,2013,2020,2017,2185,2021,2028,2025,2032,2029,2162,2034,2037,2040,1917,1916,2047,1921,2051,1925,1930,1929,2059,1933,2063,1937,1939,1942,1944,2072,1979,1978,2079,1983,2083,1987,1992,1991,2091,1995,2095,1999,2001,2004,2007,2103,1948,1947,2110,1952,2114,1956,1961,1960,2122,1964,2126,1968,1970,1973,1975,2131,2042,2041,2138,2046,2142,2050,2055,2054,2150,2058,2154,2062,2064,2067,2070,2105,2118,2128,2171,2177,2181,2189,2164,2170,2174,2178,2182,2186,2190,2163,2194,2198,2325,2201,2205,2202,2209,2206,2338,2210,2217,2214,2221,2218,2347,2223,2229,2388,2232,2236,2233,2240,2237,2401,2241,2248,2245,2252,2249,2410,2254,2260,2447,2263,2267,2264,2271,2268,2460,2272,2279,2276,2283,2280,2469,2285,2291,2200,2199,2298,2204,2302,2208,2213,2212,2310,2216,2314,2220,2222,2225,2227,2323,2487,2326,2330,2327,2334,2331,2499,2335,2342,2339,2346,2343,2476,2348,2351,2354,2231,2230,2361,2235,2365,2239,2244,2243,2373,2247,2377,2251,2253,2256,2258,2386,2293,2292,2393,2297,2397,2301,2306,2305,2405,2309,2409,2313,2315,2318,2321,2417,2262,2261,2424,2266,2428,2270,2275,2274,2436,2278,2440,2282,2284,2287,2289,2445,2356,2355,2452,2360,2456,2364,2369,2368,2464,2372,2468,2376,2378,2381,2384,2419,2432,2442,2485,2491,2495,2503,2478
  347. }
  348. GeometryVersion: 124
  349. LayerElementNormal: 0 {
  350. Version: 102
  351. Name: ""
  352. MappingInformationType: "ByPolygonVertex"
  353. ReferenceInformationType: "Direct"
  354. Normals: *7536 {
  355. a: -0.749762296676636,0.623787403106689,0.220784306526184,-0.0068533131852746,0.999621212482452,0.0266511309891939,-0.00527384364977479,0.999986052513123,-6.05242239544168e-005,-0.582113146781921,0.813080251216888,-0.00668049789965153,-0.771114587783813,0,-0.636696457862854,-0.771114528179169,0,-0.636696457862854,-0.0155806457623839,0,-0.999878585338593,-0.0155788799747825,0,-0.999878644943237,-0.514997005462646,-0.841209053993225,0.164758667349815,-0.464067161083221,-0.885678768157959,0.014656949788332,-0.00513669988140464,-0.999986886978149,0.000162235897732899,-0.00827285461127758,-0.980400085449219,0.196843385696411,-0.739493370056152,-0.393429905176163,0.546225488185883,-0.514997005462646,-0.841209053993225,0.164758667349815,-0.00827285461127758,-0.980400085449219,0.196843385696411,0.00292433938011527,-0.370245754718781,0.928929209709167,-0.824323892593384,-0.231308728456497,0.516707301139832,-0.739493370056152,-0.393429905176163,0.546225488185883,0.00292433938011527,-0.370245754718781,0.928929209709167,-0.00472794380038977,-0.414915502071381,0.909847676753998,-0.813582122325897,-0.194084301590919,0.548101603984833,-0.824323892593384,-0.231308728456497,0.516707301139832,-0.00472794380038977,-0.414915502071381,0.909847676753998,0.00161742581985891,-0.343216925859451,0.939254760742188,-0.000379475532099605,0.0546965301036835,0.998502850532532,-0.749762296676636,0.623787403106689,0.220784306526184,-0.813582122325897,-0.194084301590919,0.548101603984833,0.00161742581985891,-0.343216925859451,0.939254760742188,-0.749762296676636,0.623787403106689,0.220784306526184,-0.000379475532099605,0.0546965301036835,0.998502850532532,-0.0068533131852746,0.999621212482452,0.0266511309891939,-0.921307146549225,0.357066750526428,0.153936251997948,-0.0245130322873592,0.999318897724152,0.0275822971016169,-0.0207894593477249,0.999781787395477,-0.0020475045312196,-0.858163714408875,0.513180136680603,0.0141834896057844,-0.845665156841278,-5.89131595916115e-005,-0.533713936805725,-0.845665097236633,-5.89131595916115e-005,-0.53371387720108,
  356. -0.0126016763970256,-8.77889362982387e-007,-0.999920606613159,-0.0110044861212373,-7.66621326420136e-007,-0.999939441680908,-0.905308783054352,-0.41409632563591,0.0945532768964767,-0.894926965236664,-0.446190297603607,0.00446727685630322,-0.0102428207173944,-0.999947547912598,7.79017937020399e-005,-0.0188181586563587,-0.97980535030365,0.199066430330276,-0.884863317012787,-0.144756734371185,0.442789435386658,-0.905308783054352,-0.41409632563591,0.0945532768964767,-0.0188181586563587,-0.97980535030365,0.199066430330276,-0.0256673227995634,-0.396420359611511,0.917710244655609,-0.854220986366272,-0.14580325782299,0.499047011137009,-0.884863317012787,-0.144756734371185,0.442789435386658,-0.0256673227995634,-0.396420359611511,0.917710244655609,-0.0397778265178204,-0.354709535837173,0.934130012989044,-0.901954889297485,-0.134378105401993,0.410390079021454,-0.854220986366272,-0.14580325782299,0.499047011137009,-0.0397778265178204,-0.354709535837173,0.934130012989044,-0.0441092289984226,-0.330422192811966,0.942802011966705,-0.0463185496628284,0.0552926808595657,0.997395396232605,-0.921307146549225,0.357066750526428,0.153936251997948,-0.901954889297485,-0.134378105401993,0.410390079021454,-0.0441092289984226,-0.330422192811966,0.942802011966705,-0.921307146549225,0.357066750526428,0.153936251997948,-0.0463185496628284,0.0552926808595657,0.997395396232605,-0.0245130322873592,0.999318897724152,0.0275822971016169,-0.916704416275024,0.351617753505707,0.189783841371536,-0.0166769679635763,0.999395728111267,0.030495710670948,-0.0134989395737648,0.999908864498138,0.000145877449540421,-0.867048919200897,0.49820539355278,0.00420908536761999,-0.831678032875061,0,-0.555258274078369,-0.831677973270416,0,-0.555258274078369,-0.0171865876764059,-2.71372559979e-008,-0.999852240085602,-0.0192710217088461,-2.70980056171766e-008,-0.99981427192688,-0.822407245635986,-0.550117015838623,0.144974395632744,-0.811025440692902,-0.584959506988525,0.00774649810045958,-0.0118795474991202,-0.999929368495941,0.000113647081889212,-0.0187386553734541,-0.976684331893921,0.213861510157585,
  357. -0.817426025867462,-0.213542431592941,0.534990012645721,-0.822407245635986,-0.550117015838623,0.144974395632744,-0.0187386553734541,-0.976684331893921,0.213861510157585,-0.0108960783109069,-0.382981270551682,0.923691809177399,-0.807751953601837,-0.208187982439995,0.551538467407227,-0.817426025867462,-0.213542431592941,0.534990012645721,-0.0108960783109069,-0.382981270551682,0.923691809177399,-0.0241438001394272,-0.390496671199799,0.920287668704987,-0.842744469642639,-0.195734709501266,0.50146746635437,-0.807751953601837,-0.208187982439995,0.551538467407227,-0.0241438001394272,-0.390496671199799,0.920287668704987,-0.0123756332322955,-0.322508335113525,0.946485638618469,-0.00995123945176601,0.0516783036291599,0.998614251613617,-0.916704416275024,0.351617753505707,0.189783841371536,-0.842744469642639,-0.195734709501266,0.50146746635437,-0.0123756332322955,-0.322508335113525,0.946485638618469,-0.916704416275024,0.351617753505707,0.189783841371536,-0.00995123945176601,0.0516783036291599,0.998614251613617,-0.0166769679635763,0.999395728111267,0.030495710670948,-0.0068533131852746,0.999621212482452,0.0266511309891939,0.00578205287456512,0.999660670757294,0.0253983568400145,0.00322585506364703,0.99999475479126,-1.36787894007284e-005,-0.00527384364977479,0.999986052513123,-6.05242239544168e-005,-0.0155788799747825,0,-0.999878644943237,-0.0155806457623839,0,-0.999878585338593,0.0146602187305689,-6.62206512060948e-005,-0.999892473220825,0.0147167360410094,-6.64759281789884e-005,-0.999891757965088,-0.00827285461127758,-0.980400085449219,0.196843385696411,-0.00513669988140464,-0.999986886978149,0.000162235897732899,0.00394062185660005,-0.999992251396179,8.37643528939225e-005,0.0100077269598842,-0.980129837989807,0.198104500770569,0.00292433938011527,-0.370245754718781,0.928929209709167,-0.00827285461127758,-0.980400085449219,0.196843385696411,0.0100077269598842,-0.980129837989807,0.198104500770569,0.0246800109744072,-0.378726452589035,0.925179481506348,-0.00472794380038977,-0.414915502071381,0.909847676753998,0.00292433938011527,-0.370245754718781,0.928929209709167,
  358. 0.0246800109744072,-0.378726452589035,0.925179481506348,0.0329474098980427,-0.408368527889252,0.912222325801849,0.00161742581985891,-0.343216925859451,0.939254760742188,-0.00472794380038977,-0.414915502071381,0.909847676753998,0.0329474098980427,-0.408368527889252,0.912222325801849,0.0374375581741333,-0.346488684415817,0.937306702136993,0.0431942753493786,0.0552878193557262,0.997535765171051,-0.000379475532099605,0.0546965301036835,0.998502850532532,0.00161742581985891,-0.343216925859451,0.939254760742188,0.0374375581741333,-0.346488684415817,0.937306702136993,-0.0068533131852746,0.999621212482452,0.0266511309891939,-0.000379475532099605,0.0546965301036835,0.998502850532532,0.0431942753493786,0.0552878193557262,0.997535765171051,0.00578205287456512,0.999660670757294,0.0253983568400145,0.0256772674620152,0.999007225036621,0.0364047400653362,0.923133134841919,0.340412735939026,0.178729698061943,0.898613274097443,0.438106805086136,0.023591723293066,0.0231689903885126,0.999731361865997,0.00067123695043847,0.0109471697360277,-0.000123364719911478,-0.999940156936646,0.00799524411559105,-9.4676150183659e-005,-0.999967932701111,0.567727029323578,-0.00553157506510615,-0.823198318481445,0.567727029323578,-0.00553157506510615,-0.823198258876801,0.0235328413546085,-0.97602903842926,0.216364592313766,0.0199098885059357,-0.999801754951477,-0.000208818921237253,0.752321183681488,-0.658749222755432,-0.0078904964029789,0.767129123210907,-0.625884771347046,0.140645161271095,0.0104797072708607,-0.409168899059296,0.912398457527161,0.0235328413546085,-0.97602903842926,0.216364592313766,0.767129123210907,-0.625884771347046,0.140645161271095,0.606980800628662,-0.202122434973717,0.768583655357361,0.00938019156455994,-0.388015657663345,0.921605050563812,0.0104797072708607,-0.409168899059296,0.912398457527161,0.606980800628662,-0.202122434973717,0.768583655357361,0.512576401233673,-0.262361645698547,0.817576825618744,0.00854811538010836,-0.308739453554153,0.95110821723938,0.00938019156455994,-0.388015657663345,0.921605050563812,0.512576401233673,-0.262361645698547,0.817576825618744,
  359. 0.722303092479706,-0.342965751886368,0.600543558597565,0.923133134841919,0.340412735939026,0.178729698061943,0.00530266994610429,0.0498944744467735,0.998740494251251,0.00854811538010836,-0.308739453554153,0.95110821723938,0.722303092479706,-0.342965751886368,0.600543558597565,0.0256772674620152,0.999007225036621,0.0364047400653362,0.00530266994610429,0.0498944744467735,0.998740494251251,0.923133134841919,0.340412735939026,0.178729698061943,-0.0245130322873592,0.999318897724152,0.0275822971016169,0.0120421862229705,0.999460935592651,0.0305415708571672,0.0102740516886115,0.999945461750031,-0.0018838734831661,-0.0207894593477249,0.999781787395477,-0.0020475045312196,-0.0110044861212373,-7.66621326420136e-007,-0.999939441680908,-0.0126016763970256,-8.77889362982387e-007,-0.999920606613159,0.0152204083278775,1.06078425687883e-006,-0.999884128570557,0.0174829345196486,1.21846994716179e-006,-0.999847233295441,-0.0188181586563587,-0.97980535030365,0.199066430330276,-0.0102428207173944,-0.999947547912598,7.79017937020399e-005,0.0171745102852583,-0.99985259771347,0.000129610023577698,0.0260351281613112,-0.980263829231262,0.195971667766571,-0.0256673227995634,-0.396420359611511,0.917710244655609,-0.0188181586563587,-0.97980535030365,0.199066430330276,0.0260351281613112,-0.980263829231262,0.195971667766571,0.0202784035354853,-0.396647036075592,0.91774719953537,-0.0397778265178204,-0.354709535837173,0.934130012989044,-0.0256673227995634,-0.396420359611511,0.917710244655609,0.0202784035354853,-0.396647036075592,0.91774719953537,0.0299683287739754,-0.365629106760025,0.930278062820435,-0.0441092289984226,-0.330422192811966,0.942802011966705,-0.0397778265178204,-0.354709535837173,0.934130012989044,0.0299683287739754,-0.365629106760025,0.930278062820435,0.0142699833959341,-0.321045577526093,0.946956217288971,0.00905144028365612,0.0504931434988976,0.998683333396912,-0.0463185496628284,0.0552926808595657,0.997395396232605,-0.0441092289984226,-0.330422192811966,0.942802011966705,0.0142699833959341,-0.321045577526093,0.946956217288971,
  360. -0.0245130322873592,0.999318897724152,0.0275822971016169,-0.0463185496628284,0.0552926808595657,0.997395396232605,0.00905144028365612,0.0504931434988976,0.998683333396912,0.0120421862229705,0.999460935592651,0.0305415708571672,0.00578205287456512,0.999660670757294,0.0253983568400145,0.87937331199646,0.455697923898697,0.137993425130844,0.745536744594574,0.666456997394562,-0.00316132721491158,0.00322585506364703,0.99999475479126,-1.36787894007284e-005,0.0147167360410094,-6.64759281789884e-005,-0.999891757965088,0.0146602187305689,-6.62206512060948e-005,-0.999892473220825,0.855690717697144,-0.00386518053710461,-0.517473161220551,0.855690717697144,-0.00386518053710461,-0.517473161220551,0.0100077269598842,-0.980129837989807,0.198104500770569,0.00394062185660005,-0.999992251396179,8.37643528939225e-005,0.534744739532471,-0.844937205314636,0.0113668730482459,0.575061202049255,-0.804842352867126,0.146742403507233,0.0246800109744072,-0.378726452589035,0.925179481506348,0.0100077269598842,-0.980129837989807,0.198104500770569,0.575061202049255,-0.804842352867126,0.146742403507233,0.666650652885437,-0.344326972961426,0.661071717739105,0.0329474098980427,-0.408368527889252,0.912222325801849,0.0246800109744072,-0.378726452589035,0.925179481506348,0.666650652885437,-0.344326972961426,0.661071717739105,0.841915249824524,-0.251328617334366,0.477506697177887,0.0374375581741333,-0.346488684415817,0.937306702136993,0.0329474098980427,-0.408368527889252,0.912222325801849,0.841915249824524,-0.251328617334366,0.477506697177887,0.936023831367493,-0.107849150896072,0.335004419088364,0.87937331199646,0.455697923898697,0.137993425130844,0.0431942753493786,0.0552878193557262,0.997535765171051,0.0374375581741333,-0.346488684415817,0.937306702136993,0.936023831367493,-0.107849150896072,0.335004419088364,0.00578205287456512,0.999660670757294,0.0253983568400145,0.0431942753493786,0.0552878193557262,0.997535765171051,0.87937331199646,0.455697923898697,0.137993425130844,-0.0166769679635763,0.999395728111267,0.030495710670948,0.00280950265005231,0.998962461948395,0.0454561449587345,
  361. 0.00230312719941139,0.999997317790985,6.99088268447667e-005,-0.0134989395737648,0.999908864498138,0.000145877449540421,-0.0192710217088461,-2.70980056171766e-008,-0.99981427192688,-0.0171865876764059,-2.71372559979e-008,-0.999852240085602,-0.00162640027701855,-2.74265090638437e-008,-0.99999862909317,-0.00162640016060323,-2.74265108402005e-008,-0.999998688697815,-0.0187386553734541,-0.976684331893921,0.213861510157585,-0.0118795474991202,-0.999929368495941,0.000113647081889212,0,-1,1.8130845091946e-007,0.00293358066119254,-0.957505345344543,0.288400590419769,-0.0108960783109069,-0.382981270551682,0.923691809177399,-0.0187386553734541,-0.976684331893921,0.213861510157585,0.00293358066119254,-0.957505345344543,0.288400590419769,0.00962224695831537,-0.337045878171921,0.941439151763916,-0.0241438001394272,-0.390496671199799,0.920287668704987,-0.0108960783109069,-0.382981270551682,0.923691809177399,0.00962224695831537,-0.337045878171921,0.941439151763916,0.00941090937703848,-0.429404228925705,0.903063356876373,-0.0123756332322955,-0.322508335113525,0.946485638618469,-0.0241438001394272,-0.390496671199799,0.920287668704987,0.00941090937703848,-0.429404228925705,0.903063356876373,0.0106432950124145,-0.277933090925217,0.960541427135468,-0.0166769679635763,0.999395728111267,0.030495710670948,-0.00995123945176601,0.0516783036291599,0.998614251613617,0.0112761287018657,0.043545238673687,0.998987853527069,0.00280950265005231,0.998962461948395,0.0454561449587345,0.0120421862229705,0.999460935592651,0.0305415708571672,0.860862493515015,0.463837683200836,0.209213688969612,0.776547133922577,0.629907131195068,0.0138415163382888,0.0102740516886115,0.999945461750031,-0.0018838734831661,0.0174829345196486,1.21846994716179e-006,-0.999847233295441,0.0152204083278775,1.06078425687883e-006,-0.999884128570557,0.805808424949646,5.61604465474375e-005,-0.592176377773285,0.805808424949646,5.61604465474375e-005,-0.59217631816864,0.0260351281613112,-0.980263829231262,0.195971667766571,0.0171745102852583,-0.99985259771347,0.000129610023577698,0.767935931682587,-0.640471220016479,0.00841847620904446,
  362. 0.791507661342621,-0.592648565769196,0.149275973439217,0.0202784035354853,-0.396647036075592,0.91774719953537,0.0260351281613112,-0.980263829231262,0.195971667766571,0.791507661342621,-0.592648565769196,0.149275973439217,0.809494018554688,-0.203553348779678,0.550713539123535,0.0299683287739754,-0.365629106760025,0.930278062820435,0.0202784035354853,-0.396647036075592,0.91774719953537,0.809494018554688,-0.203553348779678,0.550713539123535,0.789825916290283,-0.205246359109879,0.577969610691071,0.0142699833959341,-0.321045577526093,0.946956217288971,0.0299683287739754,-0.365629106760025,0.930278062820435,0.789825916290283,-0.205246359109879,0.577969610691071,0.821092665195465,-0.209237352013588,0.531061768531799,0.860862493515015,0.463837683200836,0.209213688969612,0.00905144028365612,0.0504931434988976,0.998683333396912,0.0142699833959341,-0.321045577526093,0.946956217288971,0.821092665195465,-0.209237352013588,0.531061768531799,0.0120421862229705,0.999460935592651,0.0305415708571672,0.00905144028365612,0.0504931434988976,0.998683333396912,0.860862493515015,0.463837683200836,0.209213688969612,0.00530266994610429,0.0498944744467735,0.998740494251251,-0.00954348221421242,0.0426638759672642,0.999043881893158,-0.00935927871614695,-0.273388475179672,0.961858212947845,0.00854811538010836,-0.308739453554153,0.95110821723938,0.0106432950124145,-0.277933090925217,0.960541427135468,0.0112761287018657,0.043545238673687,0.998987853527069,-0.00995123945176601,0.0516783036291599,0.998614251613617,-0.0123756332322955,-0.322508335113525,0.946485638618469,-0.00246268603950739,0.999996960163116,-8.70563155785931e-007,-0.00288395420648158,0.998472571372986,0.0551742911338806,0.0256772674620152,0.999007225036621,0.0364047400653362,0.0231689903885126,0.999731361865997,0.00067123695043847,-0.000148876555613242,-1.552594039822e-005,-1,-0.000148876541061327,-1.552594039822e-005,-1,0.00799524411559105,-9.4676150183659e-005,-0.999967932701111,0.0109471697360277,-0.000123364719911478,-0.999940156936646,-0.00193367328029126,-0.955381810665131,0.295367300510406,
  363. 0,-1,0,0.0199098885059357,-0.999801754951477,-0.000208818921237253,0.0235328413546085,-0.97602903842926,0.216364592313766,-0.00915309134870768,-0.346429198980331,0.938031435012817,-0.00193367328029126,-0.955381810665131,0.295367300510406,0.0235328413546085,-0.97602903842926,0.216364592313766,0.0104797072708607,-0.409168899059296,0.912398457527161,-0.00975508149713278,-0.426042258739471,0.904650747776031,-0.00915309134870768,-0.346429198980331,0.938031435012817,0.0104797072708607,-0.409168899059296,0.912398457527161,0.00938019156455994,-0.388015657663345,0.921605050563812,-0.00935927871614695,-0.273388475179672,0.961858212947845,-0.00975508149713278,-0.426042258739471,0.904650747776031,0.00938019156455994,-0.388015657663345,0.921605050563812,0.00854811538010836,-0.308739453554153,0.95110821723938,-0.00288395420648158,0.998472571372986,0.0551742911338806,-0.00954348221421242,0.0426638759672642,0.999043881893158,0.00530266994610429,0.0498944744467735,0.998740494251251,0.0256772674620152,0.999007225036621,0.0364047400653362,-0.686093151569366,0.624107301235199,-0.373853325843811,-0.023695120587945,0.999621331691742,0.0139944655820727,-0.00368885300122201,0.999986112117767,-0.00377427996136248,-0.406661957502365,0.813328862190247,-0.416079491376877,-0.0944482758641243,0,-0.995529770851135,-0.0944482684135437,0,-0.99552971124649,0.695999681949615,-2.96803989385808e-007,-0.718042075634003,0.696000993251801,-2.96804415711449e-007,-0.718040823936462,-0.480452179908752,-0.84135365486145,-0.247567519545555,-0.338305234909058,-0.885821521282196,-0.317600011825562,-0.00374860432930291,-0.99998676776886,-0.00351904844865203,-0.145044207572937,-0.980398833751678,0.133343160152435,-0.909198582172394,-0.393352299928665,-0.136499553918839,-0.480452179908752,-0.84135365486145,-0.247567519545555,-0.145044207572937,-0.980398833751678,0.133343160152435,-0.654784560203552,-0.37027183175087,0.658905148506165,-0.948334872722626,-0.231241658329964,-0.217228949069977,-0.909198582172394,-0.393352299928665,-0.136499553918839,-0.654784560203552,-0.37027183175087,0.658905148506165,
  364. -0.646712362766266,-0.414899528026581,0.640016853809357,-0.962855756282806,-0.19419527053833,-0.187608331441879,-0.948334872722626,-0.231241658329964,-0.217228949069977,-0.646712362766266,-0.414899528026581,0.640016853809357,-0.66301304101944,-0.343212336301804,0.665296196937561,-0.706312417984009,0.0547785647213459,0.705777645111084,-0.686093151569366,0.624107301235199,-0.373853325843811,-0.962855756282806,-0.19419527053833,-0.187608331441879,-0.66301304101944,-0.343212336301804,0.665296196937561,-0.686093151569366,0.624107301235199,-0.373853325843811,-0.706312417984009,0.0547785647213459,0.705777645111084,-0.023695120587945,0.999621331691742,0.0139944655820727,-0.760276317596436,0.356842041015625,-0.542810916900635,-0.0368275716900826,0.99931925535202,0.00216475105844438,-0.0132465567439795,0.999781906604767,-0.0161424614489079,-0.616954147815704,0.512916803359985,-0.596895277500153,-0.220969393849373,-8.33370140753686e-005,-0.975280821323395,-0.220969378948212,-8.3337006799411e-005,-0.975280702114105,0.698128759860992,-1.24305472581909e-006,-0.715972125530243,0.69927179813385,-1.08567405732174e-006,-0.714855968952179,-0.70697295665741,-0.414465725421906,-0.57306832075119,-0.635842800140381,-0.446525514125824,-0.629538595676422,-0.00729315495118499,-0.999947607517242,-0.00718313362449408,-0.154062375426292,-0.979807257652283,0.127446353435516,-0.93893438577652,-0.14486737549305,-0.312114745378494,-0.70697295665741,-0.414465725421906,-0.57306832075119,-0.154062375426292,-0.979807257652283,0.127446353435516,-0.667054176330566,-0.396449834108353,0.630766332149506,-0.956964612007141,-0.145642414689064,-0.251011848449707,-0.93893438577652,-0.14486737549305,-0.312114745378494,-0.667054176330566,-0.396449834108353,0.630766332149506,-0.68864232301712,-0.354754239320755,0.63239324092865,-0.927798449993134,-0.134312644600868,-0.348066538572311,-0.956964612007141,-0.145642414689064,-0.251011848449707,-0.68864232301712,-0.354754239320755,0.63239324092865,-0.697853922843933,-0.330407202243805,0.635477125644684,-0.738011240959167,0.0553051084280014,0.672518134117126,
  365. -0.760276317596436,0.356842041015625,-0.542810916900635,-0.927798449993134,-0.134312644600868,-0.348066538572311,-0.697853922843933,-0.330407202243805,0.635477125644684,-0.760276317596436,0.356842041015625,-0.542810916900635,-0.738011240959167,0.0553051084280014,0.672518134117126,-0.0368275716900826,0.99931925535202,0.00216475105844438,-0.782486796379089,0.351308584213257,-0.514097929000854,-0.0333561226725578,0.999395728111267,0.0097722252830863,-0.00964707601815462,0.999908864498138,-0.00944081880152225,-0.616221129894257,0.497833579778671,-0.61027318239212,-0.19584609568119,0,-0.98063462972641,-0.195846110582352,0,-0.98063462972641,0.694839417934418,-1.20279564725934e-005,-0.719164967536926,0.693338692188263,-1.20105733003584e-005,-0.720611929893494,-0.684172689914703,-0.549753606319427,-0.479247987270355,-0.579153895378113,-0.584569573402405,-0.568207025527954,-0.00847854185849428,-0.999929487705231,-0.00831828452646732,-0.164467737078667,-0.976685285568237,0.137972131371498,-0.956233084201813,-0.213470309972763,-0.200121849775314,-0.684172689914703,-0.549753606319427,-0.479247987270355,-0.164467737078667,-0.976685285568237,0.137972131371498,-0.660839319229126,-0.383009016513824,0.645442187786102,-0.961129546165466,-0.208049610257149,-0.181508675217628,-0.956233084201813,-0.213470309972763,-0.200121849775314,-0.660839319229126,-0.383009016513824,0.645442187786102,-0.667822897434235,-0.390476286411285,0.633672535419464,-0.950491547584534,-0.195694759488106,-0.241390764713287,-0.961129546165466,-0.208049610257149,-0.181508675217628,-0.667822897434235,-0.390476286411285,0.633672535419464,-0.678015530109406,-0.322504729032516,0.660519182682037,-0.713160693645477,0.0516794994473457,0.699092984199524,-0.782486796379089,0.351308584213257,-0.514097929000854,-0.950491547584534,-0.195694759488106,-0.241390764713287,-0.678015530109406,-0.322504729032516,0.660519182682037,-0.782486796379089,0.351308584213257,-0.514097929000854,-0.713160693645477,0.0516794994473457,0.699092984199524,-0.0333561226725578,0.999395728111267,0.0097722252830863,
  366. -0.023695120587945,0.999621331691742,0.0139944655820727,-0.0138689372688532,0.999660730361938,0.0220496114343405,0.00229184050112963,0.99999475479126,0.00227245944552124,-0.00368885300122201,0.999986112117767,-0.00377427996136248,0.696000993251801,-2.96804415711449e-007,-0.718040823936462,0.695999681949615,-2.96803989385808e-007,-0.718042075634003,0.717399895191193,-6.62063102936372e-005,-0.696661472320557,0.717439532279968,-6.64613326080143e-005,-0.696620881557465,-0.145044207572937,-0.980398833751678,0.133343160152435,-0.00374860432930291,-0.99998676776886,-0.00351904844865203,0.00272740051150322,-0.999992311000824,0.00284619349986315,-0.132996618747711,-0.980132222175598,0.147149279713631,-0.654784560203552,-0.37027183175087,0.658905148506165,-0.145044207572937,-0.980398833751678,0.133343160152435,-0.132996618747711,-0.980132222175598,0.147149279713631,-0.636746108531952,-0.378741234540939,0.671646893024445,-0.646712362766266,-0.414899528026581,0.640016853809357,-0.654784560203552,-0.37027183175087,0.658905148506165,-0.636746108531952,-0.378741234540939,0.671646893024445,-0.621729493141174,-0.408379524946213,0.668340086936951,-0.66301304101944,-0.343212336301804,0.665296196937561,-0.646712362766266,-0.414899528026581,0.640016853809357,-0.621729493141174,-0.408379524946213,0.668340086936951,-0.636302292346954,-0.346484661102295,0.689251661300659,-0.674816846847534,0.0553722083568573,0.735904932022095,-0.706312417984009,0.0547785647213459,0.705777645111084,-0.66301304101944,-0.343212336301804,0.665296196937561,-0.636302292346954,-0.346484661102295,0.689251661300659,-0.023695120587945,0.999621331691742,0.0139944655820727,-0.706312417984009,0.0547785647213459,0.705777645111084,-0.674816846847534,0.0553722083568573,0.735904932022095,-0.0138689372688532,0.999660730361938,0.0220496114343405,-0.0075823669321835,0.999007046222687,0.0439027175307274,0.526243984699249,0.340433478355408,0.779212594032288,0.618772566318512,0.438049614429474,0.652099013328552,0.0159005522727966,0.999731600284576,0.0168484002351761,0.714810252189636,-0.000118504955025855,-0.699318528175354,
  367. 0.71274197101593,-8.98204598343e-005,-0.701426327228546,0.983705937862396,-0.0055324025452137,-0.179699555039406,0.983705997467041,-0.00553240301087499,-0.179699555039406,-0.136353507637978,-0.976029634475708,0.169628545641899,0.0142189394682646,-0.999801993370056,0.0139241432771087,0.537727177143097,-0.658455848693848,0.526578724384308,0.443216294050217,-0.625591695308685,0.642023682594299,-0.637751400470734,-0.409190326929092,0.652561545372009,-0.136353507637978,-0.976029634475708,0.169628545641899,0.443216294050217,-0.625591695308685,0.642023682594299,-0.113689415156841,-0.20202499628067,0.972759246826172,-0.645060896873474,-0.387954741716385,0.658321857452393,-0.637751400470734,-0.409190326929092,0.652561545372009,-0.113689415156841,-0.20202499628067,0.972759246826172,-0.215243056416512,-0.262321054935455,0.940668880939484,-0.666520059108734,-0.308690071105957,0.678573131561279,-0.645060896873474,-0.387954741716385,0.658321857452393,-0.215243056416512,-0.262321054935455,0.940668880939484,0.0856362506747246,-0.342989057302475,0.935427665710449,0.526243984699249,0.340433478355408,0.779212594032288,-0.702491760253906,0.0498258583247662,0.709945559501648,-0.666520059108734,-0.308690071105957,0.678573131561279,0.0856362506747246,-0.342989057302475,0.935427665710449,-0.0075823669321835,0.999007046222687,0.0439027175307274,-0.702491760253906,0.0498258583247662,0.709945559501648,0.526243984699249,0.340433478355408,0.779212594032288,-0.0368275716900826,0.99931925535202,0.00216475105844438,-0.0130714420229197,0.999461233615875,0.0301061272621155,0.00859064608812332,0.999945521354675,0.00592637807130814,-0.0132465567439795,0.999781906604767,-0.0161424614489079,0.69927179813385,-1.08567405732174e-006,-0.714855968952179,0.698128759860992,-1.24305472581909e-006,-0.715972125530243,0.717797815799713,1.12484940473223e-006,-0.696251630783081,0.71937221288681,1.29197667320113e-006,-0.694624900817871,-0.154062375426292,-0.979807257652283,0.127446353435516,-0.00729315495118499,-0.999947607517242,-0.00718313362449408,0.0120471213012934,-0.999852657318115,0.0122303143143654,
  368. -0.120144948363304,-0.980268716812134,0.156966015696526,-0.667054176330566,-0.396449834108353,0.630766332149506,-0.154062375426292,-0.979807257652283,0.127446353435516,-0.120144948363304,-0.980268716812134,0.156966015696526,-0.634583234786987,-0.396702945232391,0.663272738456726,-0.68864232301712,-0.354754239320755,0.63239324092865,-0.667054176330566,-0.396449834108353,0.630766332149506,-0.634583234786987,-0.396702945232391,0.663272738456726,-0.636609137058258,-0.365635424852371,0.678998947143555,-0.697853922843933,-0.330407202243805,0.635477125644684,-0.68864232301712,-0.354754239320755,0.63239324092865,-0.636609137058258,-0.365635424852371,0.678998947143555,-0.659499108791351,-0.32105341553688,0.67969536781311,-0.699769377708435,0.0505057163536549,0.712581157684326,-0.738011240959167,0.0553051084280014,0.672518134117126,-0.697853922843933,-0.330407202243805,0.635477125644684,-0.659499108791351,-0.32105341553688,0.67969536781311,-0.0368275716900826,0.99931925535202,0.00216475105844438,-0.738011240959167,0.0553051084280014,0.672518134117126,-0.699769377708435,0.0505057163536549,0.712581157684326,-0.0130714420229197,0.999461233615875,0.0301061272621155,-0.0138689372688532,0.999660730361938,0.0220496114343405,0.524057269096375,0.455949157476425,0.719356834888458,0.529183804988861,0.666817188262939,0.52470874786377,0.00229184050112963,0.99999475479126,0.00227245944552124,0.717439532279968,-6.64613326080143e-005,-0.696620881557465,0.717399895191193,-6.62063102936372e-005,-0.696661472320557,0.971029579639435,-0.00384534662589431,0.238928198814392,0.97102963924408,-0.00384534662589431,0.238928228616714,-0.132996618747711,-0.980132222175598,0.147149279713631,0.00272740051150322,-0.999992311000824,0.00284619349986315,0.369977474212646,-0.845022678375244,0.386074155569077,0.302645862102509,-0.804959833621979,0.510338306427002,-0.636746108531952,-0.378741234540939,0.671646893024445,-0.132996618747711,-0.980132222175598,0.147149279713631,0.302645862102509,-0.804959833621979,0.510338306427002,0.00369632872752845,-0.344301581382751,0.938851892948151,
  369. -0.621729493141174,-0.408379524946213,0.668340086936951,-0.636746108531952,-0.378741234540939,0.671646893024445,0.00369632872752845,-0.344301581382751,0.938851892948151,0.257346838712692,-0.251221895217896,0.933091700077057,-0.636302292346954,-0.346484661102295,0.689251661300659,-0.621729493141174,-0.408379524946213,0.668340086936951,0.257346838712692,-0.251221895217896,0.933091700077057,0.42484238743782,-0.107929229736328,0.89881044626236,0.524057269096375,0.455949157476425,0.719356834888458,-0.674816846847534,0.0553722083568573,0.735904932022095,-0.636302292346954,-0.346484661102295,0.689251661300659,0.42484238743782,-0.107929229736328,0.89881044626236,-0.0138689372688532,0.999660730361938,0.0220496114343405,-0.674816846847534,0.0553722083568573,0.735904932022095,0.524057269096375,0.455949157476425,0.719356834888458,-0.0333561226725578,0.999395728111267,0.0097722252830863,-0.0301772244274616,0.998960971832275,0.0341514460742474,0.00157909234985709,0.999997317790985,0.00167803675867617,-0.00964707601815462,0.999908864498138,-0.00944081880152225,0.693338692188263,-1.20105733003584e-005,-0.720611929893494,0.694839417934418,-1.20279564725934e-005,-0.719164967536926,0.705941736698151,-1.21560087791295e-005,-0.708269894123077,0.705941736698151,-1.21560078696348e-005,-0.708269894123077,-0.164467737078667,-0.976685285568237,0.137972131371498,-0.00847854185849428,-0.999929487705231,-0.00831828452646732,0,-1,0,-0.201849564909935,-0.957506477832794,0.206004813313484,-0.660839319229126,-0.383009016513824,0.645442187786102,-0.164467737078667,-0.976685285568237,0.137972131371498,-0.201849564909935,-0.957506477832794,0.206004813313484,-0.658876419067383,-0.337070822715759,0.672506511211395,-0.667822897434235,-0.390476286411285,0.633672535419464,-0.660839319229126,-0.383009016513824,0.645442187786102,-0.658876419067383,-0.337070822715759,0.672506511211395,-0.631903886795044,-0.429391235113144,0.645229160785675,-0.678015530109406,-0.322504729032516,0.660519182682037,-0.667822897434235,-0.390476286411285,0.633672535419464,-0.631903886795044,-0.429391235113144,0.645229160785675,
  370. -0.671684622764587,-0.27791902422905,0.686731994152069,-0.0333561226725578,0.999395728111267,0.0097722252830863,-0.713160693645477,0.0516794994473457,0.699092984199524,-0.698422849178314,0.0435014069080353,0.714362025260925,-0.0301772244274616,0.998960971832275,0.0341514460742474,-0.0130714420229197,0.999461233615875,0.0301061272621155,0.460658073425293,0.463807702064514,0.756753921508789,0.539316415786743,0.629895806312561,0.558900058269501,0.00859064608812332,0.999945521354675,0.00592637807130814,0.71937221288681,1.29197667320113e-006,-0.694624900817871,0.717797815799713,1.12484940473223e-006,-0.696251630783081,0.988440930843353,5.95177734794561e-005,0.151606485247612,0.988440930843353,5.95177734794561e-005,0.151606470346451,-0.120144948363304,-0.980268716812134,0.156966015696526,0.0120471213012934,-0.999852657318115,0.0122303143143654,0.537173330783844,-0.640282094478607,0.549075305461884,0.454154133796692,-0.592516183853149,0.665333569049835,-0.634583234786987,-0.396702945232391,0.663272738456726,-0.120144948363304,-0.980268716812134,0.156966015696526,0.454154133796692,-0.592516183853149,0.665333569049835,0.18268895149231,-0.203551739454269,0.961868703365326,-0.636609137058258,-0.365635424852371,0.678998947143555,-0.634583234786987,-0.396702945232391,0.663272738456726,0.18268895149231,-0.203551739454269,0.961868703365326,0.149399504065514,-0.205374822020531,0.967212915420532,-0.659499108791351,-0.32105341553688,0.67969536781311,-0.636609137058258,-0.365635424852371,0.678998947143555,0.149399504065514,-0.205374822020531,0.967212915420532,0.204695850610733,-0.209397733211517,0.956165373325348,0.460658073425293,0.463807702064514,0.756753921508789,-0.699769377708435,0.0505057163536549,0.712581157684326,-0.659499108791351,-0.32105341553688,0.67969536781311,0.204695850610733,-0.209397733211517,0.956165373325348,-0.0130714420229197,0.999461233615875,0.0301061272621155,-0.699769377708435,0.0505057163536549,0.712581157684326,0.460658073425293,0.463807702064514,0.756753921508789,-0.702491760253906,0.0498258583247662,0.709945559501648,
  371. -0.713187992572784,0.042598582804203,0.699677109718323,-0.686770081520081,-0.273348331451416,0.673518657684326,-0.666520059108734,-0.308690071105957,0.678573131561279,-0.671684622764587,-0.27791902422905,0.686731994152069,-0.698422849178314,0.0435014069080353,0.714362025260925,-0.713160693645477,0.0516794994473457,0.699092984199524,-0.678015530109406,-0.322504729032516,0.660519182682037,-0.00174084911122918,0.999997019767761,-0.00174196728039533,-0.0410578399896622,0.998472273349762,0.03697794303298,-0.0075823669321835,0.999007046222687,0.0439027175307274,0.0159005522727966,0.999731600284576,0.0168484002351761,0.706997632980347,-1.0598033441056e-005,-0.707215905189514,0.706997692584991,-1.0598033441056e-005,-0.707215905189514,0.71274197101593,-8.98204598343e-005,-0.701426327228546,0.714810252189636,-0.000118504955025855,-0.699318528175354,-0.210213541984558,-0.955387353897095,0.207473933696747,0,-1,0,0.0142189394682646,-0.999801993370056,0.0139241432771087,-0.136353507637978,-0.976029634475708,0.169628545641899,-0.669762969017029,-0.346463590860367,0.656795799732208,-0.210213541984558,-0.955387353897095,0.207473933696747,-0.136353507637978,-0.976029634475708,0.169628545641899,-0.637751400470734,-0.409190326929092,0.652561545372009,-0.646620571613312,-0.425962746143341,0.632801294326782,-0.669762969017029,-0.346463590860367,0.656795799732208,-0.637751400470734,-0.409190326929092,0.652561545372009,-0.645060896873474,-0.387954741716385,0.658321857452393,-0.686770081520081,-0.273348331451416,0.673518657684326,-0.646620571613312,-0.425962746143341,0.632801294326782,-0.645060896873474,-0.387954741716385,0.658321857452393,-0.666520059108734,-0.308690071105957,0.678573131561279,-0.0410578399896622,0.998472273349762,0.03697794303298,-0.713187992572784,0.042598582804203,0.699677109718323,-0.702491760253906,0.0498258583247662,0.709945559501648,-0.0075823669321835,0.999007046222687,0.0439027175307274,-0.220763474702835,0.623803853988647,-0.749754726886749,-0.0266513451933861,0.999621331691742,-0.00685191946104169,6.05076529609505e-005,0.999986112117767,-0.00527229718863964,
  372. 0.00668062875047326,0.813080847263336,-0.582112431526184,0.636534333229065,0,-0.771248340606689,0.63653439283371,0,-0.771248400211334,0.999878525733948,0,-0.0155881317332387,0.999878525733948,0,-0.0155863603577018,-0.16477358341217,-0.841217458248138,-0.514978587627411,-0.0146570792421699,-0.885679841041565,-0.46406501531601,-0.00016219331882894,-0.999986827373505,-0.00513528287410736,-0.196845203638077,-0.98039972782135,-0.00827312748879194,-0.546353816986084,-0.393481284379959,-0.739371359348297,-0.16477358341217,-0.841217458248138,-0.514978587627411,-0.196845203638077,-0.98039972782135,-0.00827312748879194,-0.928932845592499,-0.370236873626709,0.00292176776565611,-0.516864478588104,-0.231433346867561,-0.824190318584442,-0.546353816986084,-0.393481284379959,-0.739371359348297,-0.928932845592499,-0.370236873626709,0.00292176776565611,-0.909842729568481,-0.414926379919052,-0.00472406297922134,-0.548134624958038,-0.194081261754036,-0.813560605049133,-0.516864478588104,-0.231433346867561,-0.824190318584442,-0.909842729568481,-0.414926379919052,-0.00472406297922134,-0.939251601696014,-0.343225359916687,0.00162008323241025,-0.998502910137177,0.0546977408230305,-0.000376896001398563,-0.220763474702835,0.623803853988647,-0.749754726886749,-0.548134624958038,-0.194081261754036,-0.813560605049133,-0.939251601696014,-0.343225359916687,0.00162008323241025,-0.220763474702835,0.623803853988647,-0.749754726886749,-0.998502910137177,0.0546977408230305,-0.000376896001398563,-0.0266513451933861,0.999621331691742,-0.00685191946104169,-0.153947606682777,0.35709422826767,-0.921294629573822,-0.0275825634598732,0.999318897724152,-0.0245130434632301,0.00204751058481634,0.999781727790833,-0.0207903385162354,-0.0141835296526551,0.513179540634155,-0.858164072036743,0.533758044242859,-5.86457863391843e-005,-0.845637202262878,0.533758103847504,-5.86457899771631e-005,-0.845637202262878,0.999920606613159,-1.88738809470124e-007,-0.0125996163114905,0.999939441680908,-7.72739383592125e-008,-0.0110025852918625,-0.0945446416735649,-0.414089113473892,-0.905313014984131,
  373. -0.00446726614609361,-0.446189612150192,-0.894927263259888,-7.79060355853289e-005,-0.999947547912598,-0.0102437157183886,-0.199070140719414,-0.979804515838623,-0.0188176911324263,-0.442822068929672,-0.14477801322937,-0.884843409061432,-0.0945446416735649,-0.414089113473892,-0.905313014984131,-0.199070140719414,-0.979804515838623,-0.0188176911324263,-0.917719960212708,-0.396397680044174,-0.0256666392087936,-0.499143421649933,-0.145875334739685,-0.854152262210846,-0.442822068929672,-0.14477801322937,-0.884843409061432,-0.917719960212708,-0.396397680044174,-0.0256666392087936,-0.934124886989594,-0.354723751544952,-0.0397705845534801,-0.410489976406097,-0.134407073259354,-0.901905059814453,-0.499143421649933,-0.145875334739685,-0.854152262210846,-0.934124886989594,-0.354723751544952,-0.0397705845534801,-0.942798435688019,-0.330432504415512,-0.0441081859171391,-0.997394680976868,0.0553029887378216,-0.0463185720145702,-0.153947606682777,0.35709422826767,-0.921294629573822,-0.410489976406097,-0.134407073259354,-0.901905059814453,-0.942798435688019,-0.330432504415512,-0.0441081859171391,-0.153947606682777,0.35709422826767,-0.921294629573822,-0.997394680976868,0.0553029887378216,-0.0463185720145702,-0.0275825634598732,0.999318897724152,-0.0245130434632301,-0.189783155918121,0.351636230945587,-0.91669750213623,-0.0304969176650047,0.999395728111267,-0.0166750606149435,-0.000145893776789308,0.999908924102783,-0.0134974801912904,-0.0042091365903616,0.498207062482834,-0.867047846317291,0.555182933807373,0,-0.831728339195251,0.555182933807373,0,-0.831728339195251,0.999852299690247,0,-0.0171850323677063,0.999814331531525,0,-0.0192697867751122,-0.144940882921219,-0.55009001493454,-0.822431147098541,-0.00774656469002366,-0.584958434104919,-0.811026215553284,-0.000113455454993527,-0.999929428100586,-0.0118782231584191,-0.213866546750069,-0.97668319940567,-0.018736157566309,-0.534917116165161,-0.213537350296974,-0.817475140094757,-0.144940882921219,-0.55009001493454,-0.822431147098541,-0.213866546750069,-0.97668319940567,-0.018736157566309,
  374. -0.923687398433685,-0.382992029190063,-0.0108929947018623,-0.551518738269806,-0.20819117128849,-0.80776447057724,-0.534917116165161,-0.213537350296974,-0.817475140094757,-0.923687398433685,-0.382992029190063,-0.0108929947018623,-0.9203000664711,-0.390467882156372,-0.0241392161697149,-0.501507103443146,-0.195736020803452,-0.842720627784729,-0.551518738269806,-0.20819117128849,-0.80776447057724,-0.9203000664711,-0.390467882156372,-0.0241392161697149,-0.946492969989777,-0.322487652301788,-0.012362745590508,-0.998614549636841,0.0516732819378376,-0.00993638206273317,-0.189783155918121,0.351636230945587,-0.91669750213623,-0.501507103443146,-0.195736020803452,-0.842720627784729,-0.946492969989777,-0.322487652301788,-0.012362745590508,-0.189783155918121,0.351636230945587,-0.91669750213623,-0.998614549636841,0.0516732819378376,-0.00993638206273317,-0.0304969176650047,0.999395728111267,-0.0166750606149435,-0.0266513451933861,0.999621331691742,-0.00685191946104169,-0.0253982413560152,0.999660730361938,0.00578248547390103,1.36787148221629e-005,0.99999475479126,0.00322584365494549,6.05076529609505e-005,0.999986112117767,-0.00527229718863964,0.999878525733948,0,-0.0155863603577018,0.999878525733948,0,-0.0155881317332387,0.999892473220825,-6.62186357658356e-005,0.0146602038294077,0.999891698360443,-6.6473898186814e-005,0.0147167192772031,-0.196845203638077,-0.98039972782135,-0.00827312748879194,-0.00016219331882894,-0.999986827373505,-0.00513528287410736,-8.37641637190245e-005,-0.999992191791534,0.00394061766564846,-0.198106423020363,-0.980129361152649,0.0100074112415314,-0.928932845592499,-0.370236873626709,0.00292176776565611,-0.196845203638077,-0.98039972782135,-0.00827312748879194,-0.198106423020363,-0.980129361152649,0.0100074112415314,-0.925184547901154,-0.378714591264725,0.0246735755354166,-0.909842729568481,-0.414926379919052,-0.00472406297922134,-0.928932845592499,-0.370236873626709,0.00292176776565611,-0.925184547901154,-0.378714591264725,0.0246735755354166,-0.912216782569885,-0.408381581306458,0.0329390056431293,-0.939251601696014,-0.343225359916687,0.00162008323241025,
  375. -0.909842729568481,-0.414926379919052,-0.00472406297922134,-0.912216782569885,-0.408381581306458,0.0329390056431293,-0.937303125858307,-0.346498876810074,0.0374353416264057,-0.997535645961761,0.0552889332175255,0.0431938283145428,-0.998502910137177,0.0546977408230305,-0.000376896001398563,-0.939251601696014,-0.343225359916687,0.00162008323241025,-0.937303125858307,-0.346498876810074,0.0374353416264057,-0.0266513451933861,0.999621331691742,-0.00685191946104169,-0.998502910137177,0.0546977408230305,-0.000376896001398563,-0.997535645961761,0.0552889332175255,0.0431938283145428,-0.0253982413560152,0.999660730361938,0.00578248547390103,-0.0364051647484303,0.999007403850555,0.0256711822003126,-0.178699180483818,0.340426832437515,0.923133909702301,-0.0235919672995806,0.438106775283813,0.898613333702087,-0.000671082641929388,0.999731481075287,0.0231619998812675,0.999939799308777,-0.000123567544505931,0.0109742218628526,0.999967873096466,-9.48696979321539e-005,0.00802120473235846,0.822995483875275,-0.00553412549197674,0.56802099943161,0.82299542427063,-0.00553412595763803,0.568020939826965,-0.216371297836304,-0.97602766752243,0.0235273316502571,0.000208762212423608,-0.999801874160767,0.0199047047644854,0.00789041630923748,-0.658749282360077,0.752321183681488,-0.140629380941391,-0.625878810882568,0.767137050628662,-0.912416100502014,-0.409130245447159,0.0104558700695634,-0.216371297836304,-0.97602766752243,0.0235273316502571,-0.140629380941391,-0.625878810882568,0.767137050628662,-0.768622577190399,-0.202140122652054,0.606925547122955,-0.921594321727753,-0.38804167509079,0.00935096945613623,-0.912416100502014,-0.409130245447159,0.0104558700695634,-0.768622577190399,-0.202140122652054,0.606925547122955,-0.81762832403183,-0.26243382692337,0.512457132339478,-0.951100170612335,-0.30876499414444,0.00853095296770334,-0.921594321727753,-0.38804167509079,0.00935096945613623,-0.81762832403183,-0.26243382692337,0.512457132339478,-0.600560545921326,-0.342961400747299,0.722290992736816,-0.178699180483818,0.340426832437515,0.923133909702301,
  376. -0.998740315437317,0.0498977527022362,0.00528857577592134,-0.951100170612335,-0.30876499414444,0.00853095296770334,-0.600560545921326,-0.342961400747299,0.722290992736816,-0.0364051647484303,0.999007403850555,0.0256711822003126,-0.998740315437317,0.0498977527022362,0.00528857577592134,-0.178699180483818,0.340426832437515,0.923133909702301,-0.0275825634598732,0.999318897724152,-0.0245130434632301,-0.0305413343012333,0.999460935592651,0.0120442733168602,0.00188392773270607,0.999945521354675,0.0102721778675914,0.00204751058481634,0.999781727790833,-0.0207903385162354,0.999939441680908,-7.72739383592125e-008,-0.0110025852918625,0.999920606613159,-1.88738809470124e-007,-0.0125996163114905,0.999884128570557,1.74669173702569e-006,0.0152240954339504,0.999847114086151,1.90364835361834e-006,0.017486909404397,-0.199070140719414,-0.979804515838623,-0.0188176911324263,-7.79060355853289e-005,-0.999947547912598,-0.0102437157183886,-0.000129597043269314,-0.999852538108826,0.0171730145812035,-0.195975318551064,-0.98026317358017,0.0260345935821533,-0.917719960212708,-0.396397680044174,-0.0256666392087936,-0.199070140719414,-0.979804515838623,-0.0188176911324263,-0.195975318551064,-0.98026317358017,0.0260345935821533,-0.917756736278534,-0.396625131368637,0.0202762987464666,-0.934124886989594,-0.354723751544952,-0.0397705845534801,-0.917719960212708,-0.396397680044174,-0.0256666392087936,-0.917756736278534,-0.396625131368637,0.0202762987464666,-0.93027263879776,-0.365643560886383,0.0299602970480919,-0.942798435688019,-0.330432504415512,-0.0441081859171391,-0.934124886989594,-0.354723751544952,-0.0397705845534801,-0.93027263879776,-0.365643560886383,0.0299602970480919,-0.94695383310318,-0.321052998304367,0.0142620261758566,-0.998682975769043,0.050503745675087,0.00904467236250639,-0.997394680976868,0.0553029887378216,-0.0463185720145702,-0.942798435688019,-0.330432504415512,-0.0441081859171391,-0.94695383310318,-0.321052998304367,0.0142620261758566,-0.0275825634598732,0.999318897724152,-0.0245130434632301,-0.997394680976868,0.0553029887378216,-0.0463185720145702,
  377. -0.998682975769043,0.050503745675087,0.00904467236250639,-0.0305413343012333,0.999460935592651,0.0120442733168602,-0.0253982413560152,0.999660730361938,0.00578248547390103,-0.13800436258316,0.455728441476822,0.879355669021606,0.00316133955493569,0.666456758975983,0.745537042617798,1.36787148221629e-005,0.99999475479126,0.00322584365494549,0.999891698360443,-6.6473898186814e-005,0.0147167192772031,0.999892473220825,-6.62186357658356e-005,0.0146602038294077,0.517473995685577,-0.00386506365612149,0.855690121650696,0.517474055290222,-0.00386506435461342,0.855690181255341,-0.198106423020363,-0.980129361152649,0.0100074112415314,-8.37641637190245e-005,-0.999992191791534,0.00394061766564846,-0.0113668851554394,-0.844936430454254,0.534745991230011,-0.146729931235313,-0.804819941520691,0.575095772743225,-0.925184547901154,-0.378714591264725,0.0246735755354166,-0.198106423020363,-0.980129361152649,0.0100074112415314,-0.146729931235313,-0.804819941520691,0.575095772743225,-0.66094708442688,-0.344342440366745,0.666766107082367,-0.912216782569885,-0.408381581306458,0.0329390056431293,-0.925184547901154,-0.378714591264725,0.0246735755354166,-0.66094708442688,-0.344342440366745,0.666766107082367,-0.477502197027206,-0.251381158828735,0.841902077198029,-0.937303125858307,-0.346498876810074,0.0374353416264057,-0.912216782569885,-0.408381581306458,0.0329390056431293,-0.477502197027206,-0.251381158828735,0.841902077198029,-0.335076540708542,-0.107854589819908,0.935997366905212,-0.13800436258316,0.455728441476822,0.879355669021606,-0.997535645961761,0.0552889332175255,0.0431938283145428,-0.937303125858307,-0.346498876810074,0.0374353416264057,-0.335076540708542,-0.107854589819908,0.935997366905212,-0.0253982413560152,0.999660730361938,0.00578248547390103,-0.997535645961761,0.0552889332175255,0.0431938283145428,-0.13800436258316,0.455728441476822,0.879355669021606,-0.0304969176650047,0.999395728111267,-0.0166750606149435,-0.0454780347645283,0.998961389064789,0.00281057716347277,-6.99312877259217e-005,0.99999725818634,0.00230314070358872,
  378. -0.000145893776789308,0.999908924102783,-0.0134974801912904,0.999814331531525,0,-0.0192697867751122,0.999852299690247,0,-0.0171850323677063,0.99999874830246,0,-0.00162048859056085,0.999998688697815,0,-0.00162048859056085,-0.213866546750069,-0.97668319940567,-0.018736157566309,-0.000113455454993527,-0.999929428100586,-0.0118782231584191,0,-1,-8.49901660160413e-009,-0.288401246070862,-0.957505166530609,0.00293688126839697,-0.923687398433685,-0.382992029190063,-0.0108929947018623,-0.213866546750069,-0.97668319940567,-0.018736157566309,-0.288401246070862,-0.957505166530609,0.00293688126839697,-0.9414381980896,-0.337048292160034,0.00962832104414701,-0.9203000664711,-0.390467882156372,-0.0241392161697149,-0.923687398433685,-0.382992029190063,-0.0108929947018623,-0.9414381980896,-0.337048292160034,0.00962832104414701,-0.903077304363251,-0.429374724626541,0.00941680464893579,-0.946492969989777,-0.322487652301788,-0.012362745590508,-0.9203000664711,-0.390467882156372,-0.0241392161697149,-0.903077304363251,-0.429374724626541,0.00941680464893579,-0.960546851158142,-0.2779141664505,0.0106542138382792,-0.0304969176650047,0.999395728111267,-0.0166750606149435,-0.998614549636841,0.0516732819378376,-0.00993638206273317,-0.998989164829254,0.0435122102499008,0.0112881883978844,-0.0454780347645283,0.998961389064789,0.00281057716347277,-0.0305413343012333,0.999460935592651,0.0120442733168602,-0.20922526717186,0.463836401700974,0.860860347747803,-0.0138416923582554,0.629908382892609,0.776546120643616,0.00188392773270607,0.999945521354675,0.0102721778675914,0.999847114086151,1.90364835361834e-006,0.017486909404397,0.999884128570557,1.74669173702569e-006,0.0152240954339504,0.592109978199005,5.63150497328024e-005,0.805857241153717,0.592109978199005,5.63150497328024e-005,0.805857241153717,-0.195975318551064,-0.98026317358017,0.0260345935821533,-0.000129597043269314,-0.999852538108826,0.0171730145812035,-0.00841870624572039,-0.640470921993256,0.767936289310455,-0.149265751242638,-0.592642784118652,0.791513919830322,-0.917756736278534,-0.396625131368637,0.0202762987464666,
  379. -0.195975318551064,-0.98026317358017,0.0260345935821533,-0.149265751242638,-0.592642784118652,0.791513919830322,-0.550744771957397,-0.203571259975433,0.809468269348145,-0.93027263879776,-0.365643560886383,0.0299602970480919,-0.917756736278534,-0.396625131368637,0.0202762987464666,-0.550744771957397,-0.203571259975433,0.809468269348145,-0.578018248081207,-0.205302491784096,0.789775848388672,-0.94695383310318,-0.321052998304367,0.0142620261758566,-0.93027263879776,-0.365643560886383,0.0299602970480919,-0.578018248081207,-0.205302491784096,0.789775848388672,-0.53108537197113,-0.209244981408119,0.82107537984848,-0.20922526717186,0.463836401700974,0.860860347747803,-0.998682975769043,0.050503745675087,0.00904467236250639,-0.94695383310318,-0.321052998304367,0.0142620261758566,-0.53108537197113,-0.209244981408119,0.82107537984848,-0.0305413343012333,0.999460935592651,0.0120442733168602,-0.998682975769043,0.050503745675087,0.00904467236250639,-0.20922526717186,0.463836401700974,0.860860347747803,-0.998740315437317,0.0498977527022362,0.00528857577592134,-0.999043583869934,0.042668417096138,-0.0095605505630374,-0.961849391460419,-0.273419082164764,-0.00937669165432453,-0.951100170612335,-0.30876499414444,0.00853095296770334,-0.960546851158142,-0.2779141664505,0.0106542138382792,-0.998989164829254,0.0435122102499008,0.0112881883978844,-0.998614549636841,0.0516732819378376,-0.00993638206273317,-0.946492969989777,-0.322487652301788,-0.012362745590508,8.48800425501395e-007,0.999997019767761,-0.0024627021048218,-0.0551701746881008,0.998472809791565,-0.00288509181700647,-0.0364051647484303,0.999007403850555,0.0256711822003126,-0.000671082641929388,0.999731481075287,0.0231619998812675,1,-1.56446531036636e-005,-0.000130994740175083,1,-1.56446531036636e-005,-0.000130994740175083,0.999967873096466,-9.48696979321539e-005,0.00802120473235846,0.999939799308777,-0.000123567544505931,0.0109742218628526,-0.295371264219284,-0.95538055896759,-0.00194019172340631,0,-1,2.46986520124892e-008,0.000208762212423608,-0.999801874160767,0.0199047047644854,
  380. -0.216371297836304,-0.97602766752243,0.0235273316502571,-0.938041687011719,-0.346400946378708,-0.0091767180711031,-0.295371264219284,-0.95538055896759,-0.00194019172340631,-0.216371297836304,-0.97602766752243,0.0235273316502571,-0.912416100502014,-0.409130245447159,0.0104558700695634,-0.904644548892975,-0.426054835319519,-0.00977766327559948,-0.938041687011719,-0.346400946378708,-0.0091767180711031,-0.912416100502014,-0.409130245447159,0.0104558700695634,-0.921594321727753,-0.38804167509079,0.00935096945613623,-0.961849391460419,-0.273419082164764,-0.00937669165432453,-0.904644548892975,-0.426054835319519,-0.00977766327559948,-0.921594321727753,-0.38804167509079,0.00935096945613623,-0.951100170612335,-0.30876499414444,0.00853095296770334,-0.0551701746881008,0.998472809791565,-0.00288509181700647,-0.999043583869934,0.042668417096138,-0.0095605505630374,-0.998740315437317,0.0498977527022362,0.00528857577592134,-0.0364051647484303,0.999007403850555,0.0256711822003126,0.373961806297302,0.623996257781982,-0.686135053634644,-0.0139956111088395,0.999621212482452,-0.0236943457275629,0.00377424922771752,0.999985992908478,-0.00368889421224594,0.416173040866852,0.813231348991394,-0.406761139631271,0.995529890060425,0,-0.0944472104310989,0.995529890060425,0,-0.0944472104310989,0.718042135238647,0,0.695999622344971,0.718040943145752,0,0.696000874042511,0.247567623853683,-0.841355323791504,-0.480449169874191,0.317599058151245,-0.885823130607605,-0.33830189704895,0.00351920747198164,-0.99998676776886,-0.00374874006956816,-0.133343279361725,-0.980398774147034,-0.145044460892677,0.136500909924507,-0.393352448940277,-0.909198224544525,0.247567623853683,-0.841355323791504,-0.480449169874191,-0.133343279361725,-0.980398774147034,-0.145044460892677,-0.658905327320099,-0.370271503925323,-0.654784500598907,0.217228710651398,-0.231241926550865,-0.948334813117981,0.136500909924507,-0.393352448940277,-0.909198224544525,-0.658905327320099,-0.370271503925323,-0.654784500598907,-0.640017211437225,-0.414898604154587,-0.646712601184845,0.187717601656914,-0.19419538974762,-0.962834537029266,
  381. 0.217228710651398,-0.231241926550865,-0.948334813117981,-0.640017211437225,-0.414898604154587,-0.646712601184845,-0.665296077728271,-0.343212753534317,-0.66301292181015,-0.705777943134308,0.0547789670526981,-0.706312239170074,0.373961806297302,0.623996257781982,-0.686135053634644,0.187717601656914,-0.19419538974762,-0.962834537029266,-0.665296077728271,-0.343212753534317,-0.66301292181015,0.373961806297302,0.623996257781982,-0.686135053634644,-0.705777943134308,0.0547789670526981,-0.706312239170074,-0.0139956111088395,0.999621212482452,-0.0236943457275629,0.542898118495941,0.356695145368576,-0.760283052921295,-0.00216549541801214,0.999319195747375,-0.0368268676102161,0.0161423906683922,0.999781966209412,-0.0132466843351722,0.596968472003937,0.512722432613373,-0.617044866085052,0.975279986858368,-8.36560793686658e-005,-0.220972806215286,0.975279986858368,-8.36560720927082e-005,-0.220972806215286,0.715972125530243,-1.59033436375466e-006,0.698128879070282,0.714855909347534,-1.43270631269843e-006,0.699271857738495,0.573066413402557,-0.414466440677643,-0.70697420835495,0.629537582397461,-0.446526229381561,-0.635843336582184,0.00718322768807411,-0.999947607517242,-0.00729312980547547,-0.127446293830872,-0.979807198047638,-0.154062435030937,0.312116652727127,-0.144867554306984,-0.938933789730072,0.573066413402557,-0.414466440677643,-0.70697420835495,-0.127446293830872,-0.979807198047638,-0.154062435030937,-0.630766212940216,-0.396450102329254,-0.667054295539856,0.251015543937683,-0.145642027258873,-0.956963717937469,0.312116652727127,-0.144867554306984,-0.938933789730072,-0.630766212940216,-0.396450102329254,-0.667054295539856,-0.632392942905426,-0.354754477739334,-0.688642382621765,0.348185986280441,-0.134301096200943,-0.927755177021027,0.251015543937683,-0.145642027258873,-0.956963717937469,-0.632392942905426,-0.354754477739334,-0.688642382621765,-0.635476529598236,-0.330408066511154,-0.697853922843933,-0.672518312931061,0.0553057640790939,-0.738011062145233,0.542898118495941,0.356695145368576,-0.760283052921295,0.348185986280441,-0.134301096200943,-0.927755177021027,
  382. -0.635476529598236,-0.330408066511154,-0.697853922843933,0.542898118495941,0.356695145368576,-0.760283052921295,-0.672518312931061,0.0553057640790939,-0.738011062145233,-0.00216549541801214,0.999319195747375,-0.0368268676102161,0.514100074768066,0.351304143667221,-0.782487332820892,-0.00977227836847305,0.999395787715912,-0.0333561785519123,0.00944092776626349,0.999908983707428,-0.00964719243347645,0.610274970531464,0.497828871011734,-0.616223156452179,0.980634331703186,0,-0.195847675204277,0.980634331703186,0,-0.195847645401955,0.719155728816986,-1.20278036774835e-005,0.694848895072937,0.720602810382843,-1.20104223242379e-005,0.693348109722137,0.479245811700821,-0.549756526947021,-0.684171855449677,0.568202018737793,-0.584576308727264,-0.57915198802948,0.00831820070743561,-0.999929487705231,-0.00847850181162357,-0.137970715761185,-0.976685285568237,-0.164468675851822,0.200122028589249,-0.213469460606575,-0.956233203411102,0.479245811700821,-0.549756526947021,-0.684171855449677,-0.137970715761185,-0.976685285568237,-0.164468675851822,-0.645449578762054,-0.382980197668076,-0.660848677158356,0.181507050991058,-0.208051860332489,-0.961129367351532,0.200122028589249,-0.213469460606575,-0.956233203411102,-0.645449578762054,-0.382980197668076,-0.660848677158356,-0.633673191070557,-0.390479296445847,-0.667820453643799,0.241394072771072,-0.195695012807846,-0.950490593910217,0.181507050991058,-0.208051860332489,-0.961129367351532,-0.633673191070557,-0.390479296445847,-0.667820453643799,-0.660514771938324,-0.322518080472946,-0.678013563156128,-0.699090361595154,0.0516889542341232,-0.713162541389465,0.514100074768066,0.351304143667221,-0.782487332820892,0.241394072771072,-0.195695012807846,-0.950490593910217,-0.660514771938324,-0.322518080472946,-0.678013563156128,0.514100074768066,0.351304143667221,-0.782487332820892,-0.699090361595154,0.0516889542341232,-0.713162541389465,-0.00977227836847305,0.999395787715912,-0.0333561785519123,-0.0139956111088395,0.999621212482452,-0.0236943457275629,-0.022050553932786,0.999660611152649,-0.0138682257384062,
  383. -0.00227243290282786,0.999994814395905,0.0022918563336134,0.00377424922771752,0.999985992908478,-0.00368889421224594,0.718040943145752,0,0.696000874042511,0.718042135238647,0,0.695999622344971,0.696661531925201,-6.59067809465341e-005,0.717399954795837,0.696620881557465,-6.61618105368689e-005,0.717439472675323,-0.133343279361725,-0.980398774147034,-0.145044460892677,0.00351920747198164,-0.99998676776886,-0.00374874006956816,-0.00284604704938829,-0.999992191791534,0.00272725312970579,-0.147149473428726,-0.980132102966309,-0.13299685716629,-0.658905327320099,-0.370271503925323,-0.654784500598907,-0.133343279361725,-0.980398774147034,-0.145044460892677,-0.147149473428726,-0.980132102966309,-0.13299685716629,-0.671647012233734,-0.378740936517715,-0.636746048927307,-0.640017211437225,-0.414898604154587,-0.646712601184845,-0.658905327320099,-0.370271503925323,-0.654784500598907,-0.671647012233734,-0.378740936517715,-0.636746048927307,-0.668340444564819,-0.408378660678864,-0.621729731559753,-0.665296077728271,-0.343212753534317,-0.66301292181015,-0.640017211437225,-0.414898604154587,-0.646712601184845,-0.668340444564819,-0.408378660678864,-0.621729731559753,-0.689251840114594,-0.346483558416367,-0.636302649974823,-0.735904932022095,0.0553711354732513,-0.674817025661469,-0.705777943134308,0.0547789670526981,-0.706312239170074,-0.665296077728271,-0.343212753534317,-0.66301292181015,-0.689251840114594,-0.346483558416367,-0.636302649974823,-0.0139956111088395,0.999621212482452,-0.0236943457275629,-0.705777943134308,0.0547789670526981,-0.706312239170074,-0.735904932022095,0.0553711354732513,-0.674817025661469,-0.022050553932786,0.999660611152649,-0.0138682257384062,-0.0439019538462162,0.999007046222687,-0.00758152501657605,-0.779208958148956,0.340577989816666,0.526155889034271,-0.652028918266296,0.438227921724319,0.618720173835754,-0.0168476086109877,0.999731659889221,0.0159002803266048,0.699307322502136,-0.000118764444778208,0.714821100234985,0.701415240764618,-9.00781233212911e-005,0.712752938270569,0.179707288742065,-0.00553284864872694,0.983704626560211,
  384. 0.179707288742065,-0.00553284818306565,0.983704507350922,-0.169626459479332,-0.97603040933609,-0.13635079562664,-0.0139237763360143,-0.999801933765411,0.0142184402793646,-0.526581287384033,-0.658452391624451,0.537729203701019,-0.642024219036102,-0.625590622425079,0.443217039108276,-0.652563095092773,-0.409193217754364,-0.637747704982758,-0.169626459479332,-0.97603040933609,-0.13635079562664,-0.642024219036102,-0.625590622425079,0.443217039108276,-0.972758829593658,-0.202028393745422,-0.11368765681982,-0.658321142196655,-0.387970447540283,-0.645052194595337,-0.652563095092773,-0.409193217754364,-0.637747704982758,-0.972758829593658,-0.202028393745422,-0.11368765681982,-0.940668880939484,-0.262320637702942,-0.215243503451347,-0.67857950925827,-0.30869647860527,-0.66651052236557,-0.658321142196655,-0.387970447540283,-0.645052194595337,-0.940668880939484,-0.262320637702942,-0.215243503451347,-0.935450255870819,-0.342959433794022,0.0855079293251038,-0.779208958148956,0.340577989816666,0.526155889034271,-0.70995432138443,0.0498500838875771,-0.702481150627136,-0.67857950925827,-0.30869647860527,-0.66651052236557,-0.935450255870819,-0.342959433794022,0.0855079293251038,-0.0439019538462162,0.999007046222687,-0.00758152501657605,-0.70995432138443,0.0498500838875771,-0.702481150627136,-0.779208958148956,0.340577989816666,0.526155889034271,-0.00216549541801214,0.999319195747375,-0.0368268676102161,-0.0301060881465673,0.999461233615875,-0.013071364723146,-0.00592640321701765,0.99994558095932,0.00859065260738134,0.0161423906683922,0.999781966209412,-0.0132466843351722,0.714855909347534,-1.43270631269843e-006,0.699271857738495,0.715972125530243,-1.59033436375466e-006,0.698128879070282,0.696251630783081,7.83451980623795e-007,0.717797756195068,0.694624722003937,9.51165702645085e-007,0.71937221288681,-0.127446293830872,-0.979807198047638,-0.154062435030937,0.00718322768807411,-0.999947607517242,-0.00729312980547547,-0.0122301774099469,-0.99985271692276,0.0120471129193902,-0.156965970993042,-0.980268716812134,-0.120145030319691,-0.630766212940216,-0.396450102329254,-0.667054295539856,
  385. -0.127446293830872,-0.979807198047638,-0.154062435030937,-0.156965970993042,-0.980268716812134,-0.120145030319691,-0.663272857666016,-0.396703124046326,-0.634583115577698,-0.632392942905426,-0.354754477739334,-0.688642382621765,-0.630766212940216,-0.396450102329254,-0.667054295539856,-0.663272857666016,-0.396703124046326,-0.634583115577698,-0.67899888753891,-0.365635722875595,-0.636608958244324,-0.635476529598236,-0.330408066511154,-0.697853922843933,-0.632392942905426,-0.354754477739334,-0.688642382621765,-0.67899888753891,-0.365635722875595,-0.636608958244324,-0.679695188999176,-0.32105353474617,-0.659499108791351,-0.712581098079681,0.0505056940019131,-0.699769496917725,-0.672518312931061,0.0553057640790939,-0.738011062145233,-0.635476529598236,-0.330408066511154,-0.697853922843933,-0.679695188999176,-0.32105353474617,-0.659499108791351,-0.00216549541801214,0.999319195747375,-0.0368268676102161,-0.672518312931061,0.0553057640790939,-0.738011062145233,-0.712581098079681,0.0505056940019131,-0.699769496917725,-0.0301060881465673,0.999461233615875,-0.013071364723146,-0.022050553932786,0.999660611152649,-0.0138682257384062,-0.719325602054596,0.456155180931091,0.523921072483063,-0.52455472946167,0.667053639888763,0.529038429260254,-0.00227243290282786,0.999994814395905,0.0022918563336134,0.696620881557465,-6.61618105368689e-005,0.717439472675323,0.696661531925201,-6.59067809465341e-005,0.717399954795837,-0.238933086395264,-0.00384523859247565,0.971028387546539,-0.238933086395264,-0.0038452388253063,0.971028387546539,-0.147149473428726,-0.980132102966309,-0.13299685716629,-0.00284604704938829,-0.999992191791534,0.00272725312970579,-0.386074841022491,-0.845022201538086,0.369977831840515,-0.510340869426727,-0.804957270622253,0.302648276090622,-0.671647012233734,-0.378740936517715,-0.636746048927307,-0.147149473428726,-0.980132102966309,-0.13299685716629,-0.510340869426727,-0.804957270622253,0.302648276090622,-0.938852965831757,-0.344298452138901,0.00371514307335019,-0.668340444564819,-0.408378660678864,-0.621729731559753,
  386. -0.671647012233734,-0.378740936517715,-0.636746048927307,-0.938852965831757,-0.344298452138901,0.00371514307335019,-0.933088839054108,-0.251220017671585,0.257359206676483,-0.689251840114594,-0.346483558416367,-0.636302649974823,-0.668340444564819,-0.408378660678864,-0.621729731559753,-0.933088839054108,-0.251220017671585,0.257359206676483,-0.898874580860138,-0.107941798865795,0.424703240394592,-0.719325602054596,0.456155180931091,0.523921072483063,-0.735904932022095,0.0553711354732513,-0.674817025661469,-0.689251840114594,-0.346483558416367,-0.636302649974823,-0.898874580860138,-0.107941798865795,0.424703240394592,-0.022050553932786,0.999660611152649,-0.0138682257384062,-0.735904932022095,0.0553711354732513,-0.674817025661469,-0.719325602054596,0.456155180931091,0.523921072483063,-0.00977227836847305,0.999395787715912,-0.0333561785519123,-0.034154124557972,0.998960852622986,-0.0301800277084112,-0.0016780166188255,0.999997317790985,0.00157907232642174,0.00944092776626349,0.999908983707428,-0.00964719243347645,0.720602810382843,-1.20104223242379e-005,0.693348109722137,0.719155728816986,-1.20278036774835e-005,0.694848895072937,0.708260655403137,-1.21558496175567e-005,0.705951035022736,0.708260715007782,-1.21558523460408e-005,0.705951035022736,-0.137970715761185,-0.976685285568237,-0.164468675851822,0.00831820070743561,-0.999929487705231,-0.00847850181162357,0,-1,0,-0.206005305051804,-0.957505583763123,-0.201853424310684,-0.645449578762054,-0.382980197668076,-0.660848677158356,-0.137970715761185,-0.976685285568237,-0.164468675851822,-0.206005305051804,-0.957505583763123,-0.201853424310684,-0.672512531280518,-0.337044179439545,-0.658883988857269,-0.633673191070557,-0.390479296445847,-0.667820453643799,-0.645449578762054,-0.382980197668076,-0.660848677158356,-0.672512531280518,-0.337044179439545,-0.658883988857269,-0.645225584506989,-0.429404616355896,-0.63189822435379,-0.660514771938324,-0.322518080472946,-0.678013563156128,-0.633673191070557,-0.390479296445847,-0.667820453643799,-0.645225584506989,-0.429404616355896,-0.63189822435379,
  387. -0.686729788780212,-0.277921915054321,-0.671685695648193,-0.00977227836847305,0.999395787715912,-0.0333561785519123,-0.699090361595154,0.0516889542341232,-0.713162541389465,-0.7143594622612,0.0435049682855606,-0.698425233364105,-0.034154124557972,0.998960852622986,-0.0301800277084112,-0.0301060881465673,0.999461233615875,-0.013071364723146,-0.756754457950592,0.463807493448257,0.460657566785812,-0.55890017747879,0.629895806312561,0.539316058158875,-0.00592640321701765,0.99994558095932,0.00859065260738134,0.694624722003937,9.51165702645085e-007,0.71937221288681,0.696251630783081,7.83451980623795e-007,0.717797756195068,-0.151608645915985,5.95182682445738e-005,0.988440632820129,-0.151608631014824,5.95182682445738e-005,0.988440573215485,-0.156965970993042,-0.980268716812134,-0.120145030319691,-0.0122301774099469,-0.99985271692276,0.0120471129193902,-0.549077689647675,-0.640279173851013,0.537174463272095,-0.665335774421692,-0.592512190341949,0.454155892133713,-0.663272857666016,-0.396703124046326,-0.634583115577698,-0.156965970993042,-0.980268716812134,-0.120145030319691,-0.665335774421692,-0.592512190341949,0.454155892133713,-0.961868643760681,-0.203549519181252,0.182691976428032,-0.67899888753891,-0.365635722875595,-0.636608958244324,-0.663272857666016,-0.396703124046326,-0.634583115577698,-0.961868643760681,-0.203549519181252,0.182691976428032,-0.967212557792664,-0.205375880002975,0.149401128292084,-0.679695188999176,-0.32105353474617,-0.659499108791351,-0.67899888753891,-0.365635722875595,-0.636608958244324,-0.967212557792664,-0.205375880002975,0.149401128292084,-0.956165254116058,-0.209398105740547,0.204695776104927,-0.756754457950592,0.463807493448257,0.460657566785812,-0.712581098079681,0.0505056940019131,-0.699769496917725,-0.679695188999176,-0.32105353474617,-0.659499108791351,-0.956165254116058,-0.209398105740547,0.204695776104927,-0.0301060881465673,0.999461233615875,-0.013071364723146,-0.712581098079681,0.0505056940019131,-0.699769496917725,-0.756754457950592,0.463807493448257,0.460657566785812,-0.70995432138443,0.0498500838875771,-0.702481150627136,
  388. -0.699684381484985,0.0426487736403942,-0.713178038597107,-0.67352706193924,-0.273347556591034,-0.68676221370697,-0.67857950925827,-0.30869647860527,-0.66651052236557,-0.686729788780212,-0.277921915054321,-0.671685695648193,-0.7143594622612,0.0435049682855606,-0.698425233364105,-0.699090361595154,0.0516889542341232,-0.713162541389465,-0.660514771938324,-0.322518080472946,-0.678013563156128,0.00174200453329831,0.999997019767761,-0.00174080487340689,-0.0369588881731033,0.998473882675171,-0.0410379730165005,-0.0439019538462162,0.999007046222687,-0.00758152501657605,-0.0168476086109877,0.999731659889221,0.0159002803266048,0.707204818725586,-1.08505391835934e-005,0.70700865983963,0.707204818725586,-1.08505391835934e-005,0.70700865983963,0.701415240764618,-9.00781233212911e-005,0.712752938270569,0.699307322502136,-0.000118764444778208,0.714821100234985,-0.20746947824955,-0.955389499664307,-0.210207775235176,0,-1,-1.09015921623268e-007,-0.0139237763360143,-0.999801933765411,0.0142184402793646,-0.169626459479332,-0.97603040933609,-0.13635079562664,-0.656793773174286,-0.346481382846832,-0.669755578041077,-0.20746947824955,-0.955389499664307,-0.210207775235176,-0.169626459479332,-0.97603040933609,-0.13635079562664,-0.652563095092773,-0.409193217754364,-0.637747704982758,-0.632797360420227,-0.425987124443054,-0.646608471870422,-0.656793773174286,-0.346481382846832,-0.669755578041077,-0.652563095092773,-0.409193217754364,-0.637747704982758,-0.658321142196655,-0.387970447540283,-0.645052194595337,-0.67352706193924,-0.273347556591034,-0.68676221370697,-0.632797360420227,-0.425987124443054,-0.646608471870422,-0.658321142196655,-0.387970447540283,-0.645052194595337,-0.67857950925827,-0.30869647860527,-0.66651052236557,-0.0369588881731033,0.998473882675171,-0.0410379730165005,-0.699684381484985,0.0426487736403942,-0.713178038597107,-0.70995432138443,0.0498500838875771,-0.702481150627136,-0.0439019538462162,0.999007046222687,-0.00758152501657605,0.749761819839478,0.623787462711334,-0.22078563272953,0.00685330526903272,0.999621331691742,-0.0266511365771294,
  389. 0.00527383340522647,0.999986112117767,6.05240966251586e-005,0.582111358642578,0.813081622123718,0.00668047601357102,0.771115183830261,0,0.636695742607117,0.771115124225616,0,0.636695742607117,0.0155806569382548,0,0.999878585338593,0.0155788920819759,0,0.999878644943237,0.514999508857727,-0.84120774269104,-0.164757698774338,0.464067578315735,-0.88567852973938,-0.0146569404751062,0.00513671990483999,-0.999986886978149,-0.000162236261530779,0.00827294215559959,-0.980400145053864,-0.196843385696411,0.73949670791626,-0.393428087234497,-0.546222627162933,0.514999508857727,-0.84120774269104,-0.164757698774338,0.00827294215559959,-0.980400145053864,-0.196843385696411,-0.00292424787767231,-0.370245724916458,-0.928929209709167,0.824324667453766,-0.231309205293655,-0.516705811023712,0.73949670791626,-0.393428087234497,-0.546222627162933,-0.00292424787767231,-0.370245724916458,-0.928929209709167,0.0047279829159379,-0.414915531873703,-0.909847676753998,0.813582360744476,-0.194083616137505,-0.548101425170898,0.824324667453766,-0.231309205293655,-0.516705811023712,0.0047279829159379,-0.414915531873703,-0.909847676753998,-0.00161728833336383,-0.343216896057129,-0.939254760742188,0.000379674253053963,0.0546965412795544,-0.998502910137177,0.749761819839478,0.623787462711334,-0.22078563272953,0.813582360744476,-0.194083616137505,-0.548101425170898,-0.00161728833336383,-0.343216896057129,-0.939254760742188,0.749761819839478,0.623787462711334,-0.22078563272953,0.000379674253053963,0.0546965412795544,-0.998502910137177,0.00685330526903272,0.999621331691742,-0.0266511365771294,0.921305954456329,0.357068806886673,-0.153938725590706,0.0245130229741335,0.999318897724152,-0.0275823008269072,0.0207894556224346,0.999781787395477,0.0020475045312196,0.85816353559494,0.513180494308472,-0.0141834951937199,0.845666408538818,-5.89129485888407e-005,0.533711969852448,0.845666348934174,-5.8912941312883e-005,0.533711969852448,0.0126013280823827,-8.77886179750931e-007,0.999920606613159,0.0110041350126266,-7.66618597936031e-007,0.999939441680908,0.905308604240417,-0.414096683263779,-0.0945533514022827,
  390. 0.894926726818085,-0.4461909532547,-0.00446728197857738,0.010242803953588,-0.999947547912598,-7.79017937020399e-005,0.0188182238489389,-0.97980535030365,-0.199066430330276,0.884863436222076,-0.144755110144615,-0.442789703607559,0.905308604240417,-0.414096683263779,-0.0945533514022827,0.0188182238489389,-0.97980535030365,-0.199066430330276,0.0256672576069832,-0.396420389413834,-0.917710304260254,0.854221880435944,-0.145801112055779,-0.499046146869659,0.884863436222076,-0.144755110144615,-0.442789703607559,0.0256672576069832,-0.396420389413834,-0.917710304260254,0.0397779643535614,-0.354709476232529,-0.934130012989044,0.901951849460602,-0.134378969669342,-0.410396426916122,0.854221880435944,-0.145801112055779,-0.499046146869659,0.0397779643535614,-0.354709476232529,-0.934130012989044,0.0441090390086174,-0.330422192811966,-0.942802011966705,0.0463181249797344,0.0552926808595657,-0.997395277023315,0.921305954456329,0.357068806886673,-0.153938725590706,0.901951849460602,-0.134378969669342,-0.410396426916122,0.0441090390086174,-0.330422192811966,-0.942802011966705,0.921305954456329,0.357068806886673,-0.153938725590706,0.0463181249797344,0.0552926808595657,-0.997395277023315,0.0245130229741335,0.999318897724152,-0.0275823008269072,0.916702806949615,0.351618230342865,-0.189791113138199,0.0166780091822147,0.999395787715912,-0.030495997518301,0.0134990876540542,0.999908864498138,-0.000145917787449434,0.867048025131226,0.4982068836689,-0.00420907139778137,0.831674993038177,0,0.555262684822083,0.831674993038177,0,0.555262684822083,0.0171896871179342,-2.75422937789926e-008,0.999852180480957,0.0192740894854069,-2.75024572005123e-008,0.99981427192688,0.822408497333527,-0.550115287303925,-0.144973486661911,0.811026513576508,-0.584958016872406,-0.00774650927633047,0.0118795409798622,-0.999929308891296,-0.000113647023681551,0.0187383443117142,-0.976684033870697,-0.213862746953964,0.817424178123474,-0.213543727993965,-0.534992396831512,0.822408497333527,-0.550115287303925,-0.144973486661911,0.0187383443117142,-0.976684033870697,-0.213862746953964,
  391. 0.0108956852927804,-0.382983177900314,-0.923691093921661,0.807749211788177,-0.208190113306046,-0.5515416264534,0.817424178123474,-0.213543727993965,-0.534992396831512,0.0108956852927804,-0.382983177900314,-0.923691093921661,0.0241433326154947,-0.390496611595154,-0.920287668704987,0.8427374958992,-0.195741474628448,-0.501476585865021,0.807749211788177,-0.208190113306046,-0.5515416264534,0.0241433326154947,-0.390496611595154,-0.920287668704987,0.0123737491667271,-0.322505176067352,-0.946486830711365,0.00994834769517183,0.0516833327710629,-0.998614013195038,0.916702806949615,0.351618230342865,-0.189791113138199,0.8427374958992,-0.195741474628448,-0.501476585865021,0.0123737491667271,-0.322505176067352,-0.946486830711365,0.916702806949615,0.351618230342865,-0.189791113138199,0.00994834769517183,0.0516833327710629,-0.998614013195038,0.0166780091822147,0.999395787715912,-0.030495997518301,0.00685330526903272,0.999621331691742,-0.0266511365771294,-0.00578205101191998,0.999660789966583,-0.0253983568400145,-0.00322585459798574,0.999994814395905,1.36787884912337e-005,0.00527383340522647,0.999986112117767,6.05240966251586e-005,0.0155788920819759,0,0.999878644943237,0.0155806569382548,0,0.999878585338593,-0.0146599821746349,-6.62205638946034e-005,0.999892473220825,-0.0147164985537529,-6.64758481434546e-005,0.999891757965088,0.00827294215559959,-0.980400145053864,-0.196843385696411,0.00513671990483999,-0.999986886978149,-0.000162236261530779,-0.00394062744453549,-0.999992251396179,-8.37643310660496e-005,-0.0100077828392386,-0.980129837989807,-0.19810451567173,-0.00292424787767231,-0.370245724916458,-0.928929209709167,0.00827294215559959,-0.980400145053864,-0.196843385696411,-0.0100077828392386,-0.980129837989807,-0.19810451567173,-0.0246800072491169,-0.378726571798325,-0.925179481506348,0.0047279829159379,-0.414915531873703,-0.909847676753998,-0.00292424787767231,-0.370245724916458,-0.928929209709167,-0.0246800072491169,-0.378726571798325,-0.925179481506348,-0.0329471528530121,-0.408368557691574,-0.912222325801849,-0.00161728833336383,-0.343216896057129,-0.939254760742188,
  392. 0.0047279829159379,-0.414915531873703,-0.909847676753998,-0.0329471528530121,-0.408368557691574,-0.912222325801849,-0.0374377258121967,-0.346488744020462,-0.937306702136993,-0.0431945659220219,0.0552878193557262,-0.997535765171051,0.000379674253053963,0.0546965412795544,-0.998502910137177,-0.00161728833336383,-0.343216896057129,-0.939254760742188,-0.0374377258121967,-0.346488744020462,-0.937306702136993,0.00685330526903272,0.999621331691742,-0.0266511365771294,0.000379674253053963,0.0546965412795544,-0.998502910137177,-0.0431945659220219,0.0552878193557262,-0.997535765171051,-0.00578205101191998,0.999660789966583,-0.0253983568400145,-0.0256777461618185,0.999007165431976,-0.0364051349461079,-0.923133909702301,0.340411096811295,-0.178728729486465,-0.898613274097443,0.438106864690781,-0.0235917251557112,-0.0231694467365742,0.999731302261353,-0.000671239104121923,-0.0109545784071088,-0.000123433390399441,0.999939978122711,-0.00800256431102753,-9.4744777015876e-005,0.999967992305756,-0.567729651927948,-0.00553144421428442,0.823196530342102,-0.567729651927948,-0.00553144421428442,0.823196530342102,-0.0235317405313253,-0.976028621196747,-0.216366291046143,-0.0199100244790316,-0.999801814556122,0.00020882036187686,-0.75232058763504,-0.658749997615814,0.00789049081504345,-0.76712828874588,-0.625885844230652,-0.140645951032639,-0.0104736536741257,-0.409170866012573,-0.912397682666779,-0.0235317405313253,-0.976028621196747,-0.216366291046143,-0.76712828874588,-0.625885844230652,-0.140645951032639,-0.606977641582489,-0.202123641967773,-0.768585860729218,-0.00937409605830908,-0.388016641139984,-0.921604692935944,-0.0104736536741257,-0.409170866012573,-0.912397682666779,-0.606977641582489,-0.202123641967773,-0.768585860729218,-0.512574195861816,-0.262360483407974,-0.817578494548798,-0.00854105595499277,-0.308735549449921,-0.951109647750854,-0.00937409605830908,-0.388016641139984,-0.921604692935944,-0.512574195861816,-0.262360483407974,-0.817578494548798,-0.722309470176697,-0.342961072921753,-0.600538730621338,-0.923133909702301,0.340411096811295,-0.178728729486465,
  393. -0.0052946712821722,0.0498944148421288,-0.998740434646606,-0.00854105595499277,-0.308735549449921,-0.951109647750854,-0.722309470176697,-0.342961072921753,-0.600538730621338,-0.0256777461618185,0.999007165431976,-0.0364051349461079,-0.0052946712821722,0.0498944148421288,-0.998740434646606,-0.923133909702301,0.340411096811295,-0.178728729486465,0.0245130229741335,0.999318897724152,-0.0275823008269072,-0.0120429201051593,0.999460935592651,-0.0305415596812963,-0.0102741215378046,0.999945461750031,0.00188387336675078,0.0207894556224346,0.999781787395477,0.0020475045312196,0.0110041350126266,-7.66618597936031e-007,0.999939441680908,0.0126013280823827,-8.77886179750931e-007,0.999920606613159,-0.0152205992490053,1.06078209682892e-006,0.999884128570557,-0.0174830984324217,1.2184675597382e-006,0.999847233295441,0.0188182238489389,-0.97980535030365,-0.199066430330276,0.010242803953588,-0.999947547912598,-7.79017937020399e-005,-0.0171745046973228,-0.99985259771347,-0.000129610009025782,-0.0260350834578276,-0.980263829231262,-0.195971697568893,0.0256672576069832,-0.396420389413834,-0.917710304260254,0.0188182238489389,-0.97980535030365,-0.199066430330276,-0.0260350834578276,-0.980263829231262,-0.195971697568893,-0.0202785599976778,-0.396647036075592,-0.917747139930725,0.0397779643535614,-0.354709476232529,-0.934130012989044,0.0256672576069832,-0.396420389413834,-0.917710304260254,-0.0202785599976778,-0.396647036075592,-0.917747139930725,-0.0299685150384903,-0.36562904715538,-0.930278062820435,0.0441090390086174,-0.330422192811966,-0.942802011966705,0.0397779643535614,-0.354709476232529,-0.934130012989044,-0.0299685150384903,-0.36562904715538,-0.930278062820435,-0.014268908649683,-0.321045637130737,-0.946956157684326,-0.009049984626472,0.0504930354654789,-0.998683333396912,0.0463181249797344,0.0552926808595657,-0.997395277023315,0.0441090390086174,-0.330422192811966,-0.942802011966705,-0.014268908649683,-0.321045637130737,-0.946956157684326,0.0245130229741335,0.999318897724152,-0.0275823008269072,0.0463181249797344,0.0552926808595657,-0.997395277023315,
  394. -0.009049984626472,0.0504930354654789,-0.998683333396912,-0.0120429201051593,0.999460935592651,-0.0305415596812963,-0.00578205101191998,0.999660789966583,-0.0253983568400145,-0.879374384880066,0.455695867538452,-0.137992486357689,-0.745536684989929,0.666457116603851,0.00316132674925029,-0.00322585459798574,0.999994814395905,1.36787884912337e-005,-0.0147164985537529,-6.64758481434546e-005,0.999891757965088,-0.0146599821746349,-6.62205638946034e-005,0.999892473220825,-0.855687379837036,-0.00386522267945111,0.517478764057159,-0.855687379837036,-0.00386522267945111,0.517478764057159,-0.0100077828392386,-0.980129837989807,-0.19810451567173,-0.00394062744453549,-0.999992251396179,-8.37643310660496e-005,-0.534745514392853,-0.844936728477478,-0.0113668702542782,-0.575063169002533,-0.804840922355652,-0.14674311876297,-0.0246800072491169,-0.378726571798325,-0.925179481506348,-0.0100077828392386,-0.980129837989807,-0.19810451567173,-0.575063169002533,-0.804840922355652,-0.14674311876297,-0.666647613048553,-0.344330191612244,-0.661073088645935,-0.0329471528530121,-0.408368557691574,-0.912222325801849,-0.0246800072491169,-0.378726571798325,-0.925179481506348,-0.666647613048553,-0.344330191612244,-0.661073088645935,-0.841912508010864,-0.251330584287643,-0.477510571479797,-0.0374377258121967,-0.346488744020462,-0.937306702136993,-0.0329471528530121,-0.408368557691574,-0.912222325801849,-0.841912508010864,-0.251330584287643,-0.477510571479797,-0.936025083065033,-0.107847899198532,-0.335001438856125,-0.879374384880066,0.455695867538452,-0.137992486357689,-0.0431945659220219,0.0552878193557262,-0.997535765171051,-0.0374377258121967,-0.346488744020462,-0.937306702136993,-0.936025083065033,-0.107847899198532,-0.335001438856125,-0.00578205101191998,0.999660789966583,-0.0253983568400145,-0.0431945659220219,0.0552878193557262,-0.997535765171051,-0.879374384880066,0.455695867538452,-0.137992486357689,0.0166780091822147,0.999395787715912,-0.030495997518301,-0.00281014083884656,0.998960256576538,-0.045501846820116,-0.00230315141379833,0.999997317790985,-6.99489173712209e-005,
  395. 0.0134990876540542,0.999908864498138,-0.000145917787449434,0.0192740894854069,-2.75024572005123e-008,0.99981427192688,0.0171896871179342,-2.75422937789926e-008,0.999852180480957,0.00162975362036377,-2.78358598393424e-008,0.99999862909317,0.00162975362036377,-2.78358598393424e-008,0.999998688697815,0.0187383443117142,-0.976684033870697,-0.213862746953964,0.0118795409798622,-0.999929308891296,-0.000113647023681551,0,-0.999999940395355,-1.81308351443477e-007,-0.00293400161899626,-0.957502067089081,-0.288411527872086,0.0108956852927804,-0.382983177900314,-0.923691093921661,0.0187383443117142,-0.976684033870697,-0.213862746953964,-0.00293400161899626,-0.957502067089081,-0.288411527872086,-0.00962207466363907,-0.337026655673981,-0.94144606590271,0.0241433326154947,-0.390496611595154,-0.920287668704987,0.0108956852927804,-0.382983177900314,-0.923691093921661,-0.00962207466363907,-0.337026655673981,-0.94144606590271,-0.00941038690507412,-0.429404109716415,-0.903063356876373,0.0123737491667271,-0.322505176067352,-0.946486830711365,0.0241433326154947,-0.390496611595154,-0.920287668704987,-0.00941038690507412,-0.429404109716415,-0.903063356876373,-0.0106440614908934,-0.277929395437241,-0.960542559623718,0.0166780091822147,0.999395787715912,-0.030495997518301,0.00994834769517183,0.0516833327710629,-0.998614013195038,-0.0112771587446332,0.0434896536171436,-0.998990178108215,-0.00281014083884656,0.998960256576538,-0.045501846820116,-0.0120429201051593,0.999460935592651,-0.0305415596812963,-0.860861599445343,0.463836371898651,-0.209220573306084,-0.776548206806183,0.629905819892883,-0.0138414883986115,-0.0102741215378046,0.999945461750031,0.00188387336675078,-0.0174830984324217,1.2184675597382e-006,0.999847233295441,-0.0152205992490053,1.06078209682892e-006,0.999884128570557,-0.805805802345276,5.61607921554241e-005,0.592180013656616,-0.805805742740631,5.61607921554241e-005,0.592180013656616,-0.0260350834578276,-0.980263829231262,-0.195971697568893,-0.0171745046973228,-0.99985259771347,-0.000129610009025782,-0.767935514450073,-0.640471696853638,-0.00841847248375416,
  396. -0.791508078575134,-0.592647969722748,-0.149276077747345,-0.0202785599976778,-0.396647036075592,-0.917747139930725,-0.0260350834578276,-0.980263829231262,-0.195971697568893,-0.791508078575134,-0.592647969722748,-0.149276077747345,-0.809493780136108,-0.20355312526226,-0.550714015960693,-0.0299685150384903,-0.36562904715538,-0.930278062820435,-0.0202785599976778,-0.396647036075592,-0.917747139930725,-0.809493780136108,-0.20355312526226,-0.550714015960693,-0.789826273918152,-0.20524537563324,-0.577969551086426,-0.014268908649683,-0.321045637130737,-0.946956157684326,-0.0299685150384903,-0.36562904715538,-0.930278062820435,-0.789826273918152,-0.20524537563324,-0.577969551086426,-0.821085929870605,-0.209241941571236,-0.531070351600647,-0.860861599445343,0.463836371898651,-0.209220573306084,-0.009049984626472,0.0504930354654789,-0.998683333396912,-0.014268908649683,-0.321045637130737,-0.946956157684326,-0.821085929870605,-0.209241941571236,-0.531070351600647,-0.0120429201051593,0.999460935592651,-0.0305415596812963,-0.009049984626472,0.0504930354654789,-0.998683333396912,-0.860861599445343,0.463836371898651,-0.209220573306084,-0.0052946712821722,0.0498944148421288,-0.998740434646606,0.00955222640186548,0.0426641069352627,-0.999043762683868,0.00936734583228827,-0.273385971784592,-0.961858868598938,-0.00854105595499277,-0.308735549449921,-0.951109647750854,-0.0106440614908934,-0.277929395437241,-0.960542559623718,-0.0112771587446332,0.0434896536171436,-0.998990178108215,0.00994834769517183,0.0516833327710629,-0.998614013195038,0.0123737491667271,-0.322505176067352,-0.946486830711365,0.00246274750679731,0.999996960163116,8.8219343297169e-007,0.00288448994979262,0.998472630977631,-0.0551739893853664,-0.0256777461618185,0.999007165431976,-0.0364051349461079,-0.0231694467365742,0.999731302261353,-0.000671239104121923,0.000141815340612084,-1.559428346809e-005,1,0.000141815326060168,-1.55942816491006e-005,0.999999940395355,-0.00800256431102753,-9.4744777015876e-005,0.999967992305756,-0.0109545784071088,-0.000123433390399441,0.999939978122711,
  397. 0.00193569669499993,-0.955382823944092,-0.295363962650299,0,-1,0,-0.0199100244790316,-0.999801814556122,0.00020882036187686,-0.0235317405313253,-0.976028621196747,-0.216366291046143,0.00915956497192383,-0.346455693244934,-0.938021659851074,0.00193569669499993,-0.955382823944092,-0.295363962650299,-0.0235317405313253,-0.976028621196747,-0.216366291046143,-0.0104736536741257,-0.409170866012573,-0.912397682666779,0.00976155325770378,-0.42604199051857,-0.904650807380676,0.00915956497192383,-0.346455693244934,-0.938021659851074,-0.0104736536741257,-0.409170866012573,-0.912397682666779,-0.00937409605830908,-0.388016641139984,-0.921604692935944,0.00936734583228827,-0.273385971784592,-0.961858868598938,0.00976155325770378,-0.42604199051857,-0.904650807380676,-0.00937409605830908,-0.388016641139984,-0.921604692935944,-0.00854105595499277,-0.308735549449921,-0.951109647750854,0.00288448994979262,0.998472630977631,-0.0551739893853664,0.00955222640186548,0.0426641069352627,-0.999043762683868,-0.0052946712821722,0.0498944148421288,-0.998740434646606,-0.0256777461618185,0.999007165431976,-0.0364051349461079,0.686093151569366,0.624107301235199,0.373853355646133,0.0236951187252998,0.999621331691742,-0.0139944674447179,0.00368885253556073,0.999986112117767,0.00377427949570119,0.406661957502365,0.813328862190247,0.416079521179199,0.0944481790065765,0,0.995529770851135,0.0944481715559959,0,0.995529651641846,-0.695999622344971,-2.96803989385808e-007,0.718042075634003,-0.696000874042511,-2.96804415711449e-007,0.718040883541107,0.480452358722687,-0.841353535652161,0.247567504644394,0.338305562734604,-0.885821402072906,0.317599952220917,0.00374860898591578,-0.99998676776886,0.00351904844865203,0.145044207572937,-0.980398833751678,-0.133343160152435,0.909197688102722,-0.393354177474976,0.136499360203743,0.480452358722687,-0.841353535652161,0.247567504644394,0.145044207572937,-0.980398833751678,-0.133343160152435,0.654784560203552,-0.370271801948547,-0.65890508890152,0.948334157466888,-0.231243595480919,0.21722985804081,0.909197688102722,-0.393354177474976,0.136499360203743,
  398. 0.654784560203552,-0.370271801948547,-0.65890508890152,0.646712303161621,-0.414899498224258,-0.640016853809357,0.962855637073517,-0.194195672869682,0.187608748674393,0.948334157466888,-0.231243595480919,0.21722985804081,0.646712303161621,-0.414899498224258,-0.640016853809357,0.663012981414795,-0.343212366104126,-0.665296256542206,0.706312298774719,0.0547785758972168,-0.705777764320374,0.686093151569366,0.624107301235199,0.373853355646133,0.962855637073517,-0.194195672869682,0.187608748674393,0.663012981414795,-0.343212366104126,-0.665296256542206,0.686093151569366,0.624107301235199,0.373853355646133,0.706312298774719,0.0547785758972168,-0.705777764320374,0.0236951187252998,0.999621331691742,-0.0139944674447179,0.760277211666107,0.356841504573822,0.542809963226318,0.036827564239502,0.99931925535202,-0.00216474733315408,0.0132465567439795,0.999781906604767,0.0161424614489079,0.616954147815704,0.512916803359985,0.596895277500153,0.220966175198555,-8.33370650070719e-005,0.975281476974487,0.220966190099716,-8.33370795589872e-005,0.975281476974487,-0.698128759860992,-1.24305574900063e-006,0.715972185134888,-0.699271619319916,-1.0856748531296e-006,0.714856028556824,0.706974148750305,-0.414465010166168,0.573067426681519,0.635842800140381,-0.446525514125824,0.629538595676422,0.00729315495118499,-0.999947607517242,0.00718313362449408,0.154062405228615,-0.979807257652283,-0.127446353435516,0.938935399055481,-0.14486588537693,0.312112361192703,0.706974148750305,-0.414465010166168,0.573067426681519,0.154062405228615,-0.979807257652283,-0.127446353435516,0.667054176330566,-0.396449893712997,-0.63076639175415,0.956965208053589,-0.145640984177589,0.251010447740555,0.938935399055481,-0.14486588537693,0.312112361192703,0.667054176330566,-0.396449893712997,-0.63076639175415,0.688642263412476,-0.354754269123077,-0.63239324092865,0.927799165248871,-0.134311810135841,0.348064720630646,0.956965208053589,-0.145640984177589,0.251010447740555,0.688642263412476,-0.354754269123077,-0.63239324092865,0.697853982448578,-0.33040714263916,-0.635477006435394,
  399. 0.738011538982391,0.0553051084280014,-0.672518014907837,0.760277211666107,0.356841504573822,0.542809963226318,0.927799165248871,-0.134311810135841,0.348064720630646,0.697853982448578,-0.33040714263916,-0.635477006435394,0.760277211666107,0.356841504573822,0.542809963226318,0.738011538982391,0.0553051084280014,-0.672518014907837,0.036827564239502,0.99931925535202,-0.00216474733315408,0.782488167285919,0.351307809352875,0.514096438884735,0.033356100320816,0.999395787715912,-0.00977216009050608,0.00964710209518671,0.999908983707428,0.00944083370268345,0.616221249103546,0.497833549976349,0.610273063182831,0.195847600698471,0,0.980634331703186,0.19584758579731,0,0.980634331703186,-0.69484406709671,-1.18205025501084e-005,0.719160377979279,-0.693343341350555,-1.18034186016303e-005,0.720607459545136,0.684173107147217,-0.549753367900848,0.479247659444809,0.579154908657074,-0.584568977355957,0.568206608295441,0.00847844406962395,-0.999929428100586,0.0083181681111455,0.164468139410019,-0.976685583591461,-0.13796891272068,0.956232130527496,-0.213472783565521,0.200123935937881,0.684173107147217,-0.549753367900848,0.479247659444809,0.164468139410019,-0.976685583591461,-0.13796891272068,0.660850286483765,-0.382986426353455,-0.64544415473938,0.961128830909729,-0.208051472902298,0.181510299444199,0.956232130527496,-0.213472783565521,0.200123935937881,0.660850286483765,-0.382986426353455,-0.64544415473938,0.667825758457184,-0.390474855899811,-0.633670270442963,0.950492262840271,-0.19569331407547,0.241388693451881,0.961128830909729,-0.208051472902298,0.181510299444199,0.667825758457184,-0.390474855899811,-0.633670270442963,0.678018629550934,-0.322502106428146,-0.660517334938049,0.713163077831268,0.051678579300642,-0.699090659618378,0.782488167285919,0.351307809352875,0.514096438884735,0.950492262840271,-0.19569331407547,0.241388693451881,0.678018629550934,-0.322502106428146,-0.660517334938049,0.782488167285919,0.351307809352875,0.514096438884735,0.713163077831268,0.051678579300642,-0.699090659618378,0.033356100320816,0.999395787715912,-0.00977216009050608,
  400. 0.0236951187252998,0.999621331691742,-0.0139944674447179,0.0138689335435629,0.999660730361938,-0.0220496151596308,-0.0022918398026377,0.99999475479126,-0.00227245967835188,0.00368885253556073,0.999986112117767,0.00377427949570119,-0.696000874042511,-2.96804415711449e-007,0.718040883541107,-0.695999622344971,-2.96803989385808e-007,0.718042075634003,-0.717400014400482,-6.62066595396027e-005,0.696661472320557,-0.717439591884613,-6.64616818539798e-005,0.69662082195282,0.145044207572937,-0.980398833751678,-0.133343160152435,0.00374860898591578,-0.99998676776886,0.00351904844865203,-0.00272739725187421,-0.999992311000824,-0.00284619419835508,0.132996588945389,-0.980132222175598,-0.147149279713631,0.654784560203552,-0.370271801948547,-0.65890508890152,0.145044207572937,-0.980398833751678,-0.133343160152435,0.132996588945389,-0.980132222175598,-0.147149279713631,0.636746108531952,-0.378741264343262,-0.671646773815155,0.646712303161621,-0.414899498224258,-0.640016853809357,0.654784560203552,-0.370271801948547,-0.65890508890152,0.636746108531952,-0.378741264343262,-0.671646773815155,0.621729493141174,-0.408379584550858,-0.668340086936951,0.663012981414795,-0.343212366104126,-0.665296256542206,0.646712303161621,-0.414899498224258,-0.640016853809357,0.621729493141174,-0.408379584550858,-0.668340086936951,0.636302292346954,-0.34648460149765,-0.689251601696014,0.674816787242889,0.0553722120821476,-0.73590499162674,0.706312298774719,0.0547785758972168,-0.705777764320374,0.663012981414795,-0.343212366104126,-0.665296256542206,0.636302292346954,-0.34648460149765,-0.689251601696014,0.0236951187252998,0.999621331691742,-0.0139944674447179,0.706312298774719,0.0547785758972168,-0.705777764320374,0.674816787242889,0.0553722120821476,-0.73590499162674,0.0138689335435629,0.999660730361938,-0.0220496151596308,0.00758216436952353,0.999006986618042,-0.0439027771353722,-0.526243805885315,0.340433567762375,-0.779212713241577,-0.618772268295288,0.438049703836441,-0.652099192142487,-0.0159006807953119,0.999731659889221,-0.0168485455214977,-0.714806973934174,-0.00011900197569048,0.699321806430817,
  401. -0.712738692760468,-9.03195323189721e-005,0.701429665088654,-0.983706295490265,-0.00553235644474626,0.179698035120964,-0.983706295490265,-0.00553235597908497,0.179698035120964,0.136352524161339,-0.976029753684998,-0.16962893307209,-0.0142190381884575,-0.999801993370056,-0.0139242624863982,-0.537726700305939,-0.658456087112427,-0.526579022407532,-0.443215072154999,-0.625592112541199,-0.642024099826813,0.637748837471008,-0.409189879894257,-0.652564108371735,0.136352524161339,-0.976029753684998,-0.16962893307209,-0.443215072154999,-0.625592112541199,-0.642024099826813,0.113689318299294,-0.202025234699249,-0.972759306430817,0.645058512687683,-0.387954205274582,-0.658324539661407,0.637748837471008,-0.409189879894257,-0.652564108371735,0.113689318299294,-0.202025234699249,-0.972759306430817,0.21524253487587,-0.262321531772614,-0.940669000148773,0.666517376899719,-0.308690309524536,-0.67857563495636,0.645058512687683,-0.387954205274582,-0.658324539661407,0.21524253487587,-0.262321531772614,-0.940669000148773,-0.0856353491544724,-0.342989206314087,-0.935427784919739,-0.526243805885315,0.340433567762375,-0.779212713241577,0.702489078044891,0.0498261004686356,-0.709948241710663,0.666517376899719,-0.308690309524536,-0.67857563495636,-0.0856353491544724,-0.342989206314087,-0.935427784919739,0.00758216436952353,0.999006986618042,-0.0439027771353722,0.702489078044891,0.0498261004686356,-0.709948241710663,-0.526243805885315,0.340433567762375,-0.779212713241577,0.036827564239502,0.99931925535202,-0.00216474733315408,0.0130714345723391,0.999461233615875,-0.0301061235368252,-0.00859064422547817,0.999945521354675,-0.00592637807130814,0.0132465567439795,0.999781906604767,0.0161424614489079,-0.699271619319916,-1.0856748531296e-006,0.714856028556824,-0.698128759860992,-1.24305574900063e-006,0.715972185134888,-0.717797577381134,1.12484974579274e-006,0.696251809597015,-0.719371974468231,1.29197701426165e-006,0.694625020027161,0.154062405228615,-0.979807257652283,-0.127446353435516,0.00729315495118499,-0.999947607517242,0.00718313362449408,
  402. -0.0120471026748419,-0.999852657318115,-0.0122303180396557,0.120144948363304,-0.980268776416779,-0.156966015696526,0.667054176330566,-0.396449893712997,-0.63076639175415,0.154062405228615,-0.979807257652283,-0.127446353435516,0.120144948363304,-0.980268776416779,-0.156966015696526,0.634583234786987,-0.396703034639359,-0.66327291727066,0.688642263412476,-0.354754269123077,-0.63239324092865,0.667054176330566,-0.396449893712997,-0.63076639175415,0.634583234786987,-0.396703034639359,-0.66327291727066,0.636609137058258,-0.365635424852371,-0.678998947143555,0.697853982448578,-0.33040714263916,-0.635477006435394,0.688642263412476,-0.354754269123077,-0.63239324092865,0.636609137058258,-0.365635424852371,-0.678998947143555,0.659498929977417,-0.321053504943848,-0.67969536781311,0.699769377708435,0.0505057312548161,-0.712581157684326,0.738011538982391,0.0553051084280014,-0.672518014907837,0.697853982448578,-0.33040714263916,-0.635477006435394,0.659498929977417,-0.321053504943848,-0.67969536781311,0.036827564239502,0.99931925535202,-0.00216474733315408,0.738011538982391,0.0553051084280014,-0.672518014907837,0.699769377708435,0.0505057312548161,-0.712581157684326,0.0130714345723391,0.999461233615875,-0.0301061235368252,0.0138689335435629,0.999660730361938,-0.0220496151596308,-0.524055063724518,0.45594984292984,-0.719358205795288,-0.529183685779572,0.666817247867584,-0.524708807468414,-0.0022918398026377,0.99999475479126,-0.00227245967835188,-0.717439591884613,-6.64616818539798e-005,0.69662082195282,-0.717400014400482,-6.62066595396027e-005,0.696661472320557,-0.971030056476593,-0.00384531519375741,-0.238926261663437,-0.971030116081238,-0.00384531519375741,-0.238926291465759,0.132996588945389,-0.980132222175598,-0.147149279713631,-0.00272739725187421,-0.999992311000824,-0.00284619419835508,-0.369977056980133,-0.845022857189178,-0.386074274778366,-0.30264675617218,-0.8049595952034,-0.510338127613068,0.636746108531952,-0.378741264343262,-0.671646773815155,0.132996588945389,-0.980132222175598,-0.147149279713631,-0.30264675617218,-0.8049595952034,-0.510338127613068,
  403. -0.00372141203843057,-0.344301491975784,-0.938851773738861,0.621729493141174,-0.408379584550858,-0.668340086936951,0.636746108531952,-0.378741264343262,-0.671646773815155,-0.00372141203843057,-0.344301491975784,-0.938851773738861,-0.257359653711319,-0.251220792531967,-0.933088481426239,0.636302292346954,-0.34648460149765,-0.689251601696014,0.621729493141174,-0.408379584550858,-0.668340086936951,-0.257359653711319,-0.251220792531967,-0.933088481426239,-0.424836695194244,-0.107929266989231,-0.898813128471375,-0.524055063724518,0.45594984292984,-0.719358205795288,0.674816787242889,0.0553722120821476,-0.73590499162674,0.636302292346954,-0.34648460149765,-0.689251601696014,-0.424836695194244,-0.107929266989231,-0.898813128471375,0.0138689335435629,0.999660730361938,-0.0220496151596308,0.674816787242889,0.0553722120821476,-0.73590499162674,-0.524055063724518,0.45594984292984,-0.719358205795288,0.033356100320816,0.999395787715912,-0.00977216009050608,0.0301774647086859,0.998960971832275,-0.0341514609754086,-0.00157908233813941,0.999997317790985,-0.00167803326621652,0.00964710209518671,0.999908983707428,0.00944083370268345,-0.693343341350555,-1.18034186016303e-005,0.720607459545136,-0.69484406709671,-1.18205025501084e-005,0.719160377979279,-0.705946326255798,-1.19463429655298e-005,0.70826530456543,-0.705946326255798,-1.19463438750245e-005,0.70826530456543,0.164468139410019,-0.976685583591461,-0.13796891272068,0.00847844406962395,-0.999929428100586,0.0083181681111455,0,-1,0,0.20185923576355,-0.957503437995911,-0.206009820103645,0.660850286483765,-0.382986426353455,-0.64544415473938,0.164468139410019,-0.976685583591461,-0.13796891272068,0.20185923576355,-0.957503437995911,-0.206009820103645,0.658891081809998,-0.337030649185181,-0.672512352466583,0.667825758457184,-0.390474855899811,-0.633670270442963,0.660850286483765,-0.382986426353455,-0.64544415473938,0.658891081809998,-0.337030649185181,-0.672512352466583,0.631906926631927,-0.429390728473663,-0.64522647857666,0.678018629550934,-0.322502106428146,-0.660517334938049,0.667825758457184,-0.390474855899811,-0.633670270442963,
  404. 0.631906926631927,-0.429390728473663,-0.64522647857666,0.671687424182892,-0.277917414903641,-0.686729907989502,0.033356100320816,0.999395787715912,-0.00977216009050608,0.713163077831268,0.051678579300642,-0.699090659618378,0.69842529296875,0.0435005202889442,-0.714359641075134,0.0301774647086859,0.998960971832275,-0.0341514609754086,0.0130714345723391,0.999461233615875,-0.0301061235368252,-0.460660547018051,0.463807165622711,-0.756752848625183,-0.539316236972809,0.629895806312561,-0.558900058269501,-0.00859064422547817,0.999945521354675,-0.00592637807130814,-0.719371974468231,1.29197701426165e-006,0.694625020027161,-0.717797577381134,1.12484974579274e-006,0.696251809597015,-0.988440632820129,5.95183737459593e-005,-0.151608005166054,-0.988440692424774,5.95183773839381e-005,-0.151608020067215,0.120144948363304,-0.980268776416779,-0.156966015696526,-0.0120471026748419,-0.999852657318115,-0.0122303180396557,-0.537172317504883,-0.640282571315765,-0.549075722694397,-0.454154968261719,-0.59251594543457,-0.665333032608032,0.634583234786987,-0.396703034639359,-0.66327291727066,0.120144948363304,-0.980268776416779,-0.156966015696526,-0.454154968261719,-0.59251594543457,-0.665333032608032,-0.182687684893608,-0.203551471233368,-0.96186900138855,0.636609137058258,-0.365635424852371,-0.678998947143555,0.634583234786987,-0.396703034639359,-0.66327291727066,-0.182687684893608,-0.203551471233368,-0.96186900138855,-0.149395182728767,-0.205375030636787,-0.96721363067627,0.659498929977417,-0.321053504943848,-0.67969536781311,0.636609137058258,-0.365635424852371,-0.678998947143555,-0.149395182728767,-0.205375030636787,-0.96721363067627,-0.204700440168381,-0.20939764380455,-0.956164419651031,-0.460660547018051,0.463807165622711,-0.756752848625183,0.699769377708435,0.0505057312548161,-0.712581157684326,0.659498929977417,-0.321053504943848,-0.67969536781311,-0.204700440168381,-0.20939764380455,-0.956164419651031,0.0130714345723391,0.999461233615875,-0.0301061235368252,0.699769377708435,0.0505057312548161,-0.712581157684326,-0.460660547018051,0.463807165622711,-0.756752848625183,
  405. 0.702489078044891,0.0498261004686356,-0.709948241710663,0.713185429573059,0.0425986647605896,-0.699679970741272,0.68676769733429,-0.273347735404968,-0.673521459102631,0.666517376899719,-0.308690309524536,-0.67857563495636,0.671687424182892,-0.277917414903641,-0.686729907989502,0.69842529296875,0.0435005202889442,-0.714359641075134,0.713163077831268,0.051678579300642,-0.699090659618378,0.678018629550934,-0.322502106428146,-0.660517334938049,0.00174085434991866,0.999996960163116,0.00174197647720575,0.0410579144954681,0.998472213745117,-0.0369782894849777,0.00758216436952353,0.999006986618042,-0.0439027771353722,-0.0159006807953119,0.999731659889221,-0.0168485455214977,-0.70699417591095,-1.1102760254289e-005,0.707219421863556,-0.706994116306305,-1.11027584352996e-005,0.707219421863556,-0.712738692760468,-9.03195323189721e-005,0.701429665088654,-0.714806973934174,-0.00011900197569048,0.699321806430817,0.210213527083397,-0.955386936664581,-0.207475677132607,0,-1,0,-0.0142190381884575,-0.999801993370056,-0.0139242624863982,0.136352524161339,-0.976029753684998,-0.16962893307209,0.669760644435883,-0.346462309360504,-0.656798779964447,0.210213527083397,-0.955386936664581,-0.207475677132607,0.136352524161339,-0.976029753684998,-0.16962893307209,0.637748837471008,-0.409189879894257,-0.652564108371735,0.646618127822876,-0.425962924957275,-0.632803678512573,0.669760644435883,-0.346462309360504,-0.656798779964447,0.637748837471008,-0.409189879894257,-0.652564108371735,0.645058512687683,-0.387954205274582,-0.658324539661407,0.68676769733429,-0.273347735404968,-0.673521459102631,0.646618127822876,-0.425962924957275,-0.632803678512573,0.645058512687683,-0.387954205274582,-0.658324539661407,0.666517376899719,-0.308690309524536,-0.67857563495636,0.0410579144954681,0.998472213745117,-0.0369782894849777,0.713185429573059,0.0425986647605896,-0.699679970741272,0.702489078044891,0.0498261004686356,-0.709948241710663,0.00758216436952353,0.999006986618042,-0.0439027771353722,0.220763474702835,0.623803853988647,0.749754726886749,0.0266513451933861,0.999621331691742,0.00685191946104169,
  406. -6.05076529609505e-005,0.999986112117767,0.00527229718863964,-0.00668062875047326,0.813080847263336,0.582112431526184,-0.636534333229065,0,0.771248340606689,-0.63653439283371,0,0.771248400211334,-0.999878525733948,0,0.0155881317332387,-0.999878525733948,0,0.0155863603577018,0.16477358341217,-0.841217458248138,0.514978587627411,0.0146570792421699,-0.885679841041565,0.46406501531601,0.00016219331882894,-0.999986827373505,0.00513528287410736,0.196845203638077,-0.98039972782135,0.00827312748879194,0.546353816986084,-0.393481284379959,0.739371359348297,0.16477358341217,-0.841217458248138,0.514978587627411,0.196845203638077,-0.98039972782135,0.00827312748879194,0.928932845592499,-0.370236873626709,-0.00292176776565611,0.516864478588104,-0.231433346867561,0.824190318584442,0.546353816986084,-0.393481284379959,0.739371359348297,0.928932845592499,-0.370236873626709,-0.00292176776565611,0.909842729568481,-0.414926379919052,0.00472406297922134,0.548134624958038,-0.194081261754036,0.813560605049133,0.516864478588104,-0.231433346867561,0.824190318584442,0.909842729568481,-0.414926379919052,0.00472406297922134,0.939251601696014,-0.343225359916687,-0.00162008323241025,0.998502910137177,0.0546977408230305,0.000376896001398563,0.220763474702835,0.623803853988647,0.749754726886749,0.548134624958038,-0.194081261754036,0.813560605049133,0.939251601696014,-0.343225359916687,-0.00162008323241025,0.220763474702835,0.623803853988647,0.749754726886749,0.998502910137177,0.0546977408230305,0.000376896001398563,0.0266513451933861,0.999621331691742,0.00685191946104169,0.153947606682777,0.35709422826767,0.921294629573822,0.0275825634598732,0.999318897724152,0.0245130434632301,-0.00204751058481634,0.999781727790833,0.0207903385162354,0.0141835296526551,0.513179540634155,0.858164072036743,-0.533758044242859,-5.86457863391843e-005,0.845637202262878,-0.533758103847504,-5.86457899771631e-005,0.845637202262878,-0.999920606613159,-1.88738809470124e-007,0.0125996163114905,-0.999939441680908,-7.72739383592125e-008,0.0110025852918625,0.0945446416735649,-0.414089113473892,0.905313014984131,
  407. 0.00446726614609361,-0.446189612150192,0.894927263259888,7.79060355853289e-005,-0.999947547912598,0.0102437157183886,0.199070140719414,-0.979804515838623,0.0188176911324263,0.442822068929672,-0.14477801322937,0.884843409061432,0.0945446416735649,-0.414089113473892,0.905313014984131,0.199070140719414,-0.979804515838623,0.0188176911324263,0.917719960212708,-0.396397680044174,0.0256666392087936,0.499143421649933,-0.145875334739685,0.854152262210846,0.442822068929672,-0.14477801322937,0.884843409061432,0.917719960212708,-0.396397680044174,0.0256666392087936,0.934124886989594,-0.354723751544952,0.0397705845534801,0.410489976406097,-0.134407073259354,0.901905059814453,0.499143421649933,-0.145875334739685,0.854152262210846,0.934124886989594,-0.354723751544952,0.0397705845534801,0.942798435688019,-0.330432504415512,0.0441081859171391,0.997394680976868,0.0553029887378216,0.0463185720145702,0.153947606682777,0.35709422826767,0.921294629573822,0.410489976406097,-0.134407073259354,0.901905059814453,0.942798435688019,-0.330432504415512,0.0441081859171391,0.153947606682777,0.35709422826767,0.921294629573822,0.997394680976868,0.0553029887378216,0.0463185720145702,0.0275825634598732,0.999318897724152,0.0245130434632301,0.189783155918121,0.351636230945587,0.91669750213623,0.0304969474673271,0.999395787715912,0.0166751556098461,0.000145891754073091,0.999908864498138,0.0134975584223866,0.0042091365903616,0.498207062482834,0.867047846317291,-0.555182933807373,0,0.831728339195251,-0.555182933807373,0,0.831728339195251,-0.999852359294891,0,0.0171851366758347,-0.999814331531525,0,0.0192699041217566,0.144940882921219,-0.55009001493454,0.822431147098541,0.00774656469002366,-0.584958434104919,0.811026215553284,0.000113456109829713,-0.999929428100586,0.0118782911449671,0.213866606354713,-0.976683139801025,0.0187362544238567,0.534917116165161,-0.213537350296974,0.817475140094757,0.144940882921219,-0.55009001493454,0.822431147098541,0.213866606354713,-0.976683139801025,0.0187362544238567,0.923687696456909,-0.382991224527359,0.0108930477872491,
  408. 0.551518738269806,-0.20819117128849,0.80776447057724,0.534917116165161,-0.213537350296974,0.817475140094757,0.923687696456909,-0.382991224527359,0.0108930477872491,0.920299887657166,-0.390468299388886,0.0241393260657787,0.501507103443146,-0.195736020803452,0.842720627784729,0.551518738269806,-0.20819117128849,0.80776447057724,0.920299887657166,-0.390468299388886,0.0241393260657787,0.946492791175842,-0.322487980127335,0.0123628042638302,0.998614490032196,0.0516751147806644,0.00993642676621675,0.189783155918121,0.351636230945587,0.91669750213623,0.501507103443146,-0.195736020803452,0.842720627784729,0.946492791175842,-0.322487980127335,0.0123628042638302,0.189783155918121,0.351636230945587,0.91669750213623,0.998614490032196,0.0516751147806644,0.00993642676621675,0.0304969474673271,0.999395787715912,0.0166751556098461,0.0266513451933861,0.999621331691742,0.00685191946104169,0.0253982413560152,0.999660730361938,-0.00578248547390103,-1.36787148221629e-005,0.99999475479126,-0.00322584365494549,-6.05076529609505e-005,0.999986112117767,0.00527229718863964,-0.999878525733948,0,0.0155863603577018,-0.999878525733948,0,0.0155881317332387,-0.999892473220825,-6.62186357658356e-005,-0.0146602038294077,-0.999891698360443,-6.6473898186814e-005,-0.0147167192772031,0.196845203638077,-0.98039972782135,0.00827312748879194,0.00016219331882894,-0.999986827373505,0.00513528287410736,8.37641637190245e-005,-0.999992191791534,-0.00394061766564846,0.198106423020363,-0.980129361152649,-0.0100074112415314,0.928932845592499,-0.370236873626709,-0.00292176776565611,0.196845203638077,-0.98039972782135,0.00827312748879194,0.198106423020363,-0.980129361152649,-0.0100074112415314,0.925184547901154,-0.378714591264725,-0.0246735755354166,0.909842729568481,-0.414926379919052,0.00472406297922134,0.928932845592499,-0.370236873626709,-0.00292176776565611,0.925184547901154,-0.378714591264725,-0.0246735755354166,0.912216782569885,-0.408381581306458,-0.0329390056431293,0.939251601696014,-0.343225359916687,-0.00162008323241025,0.909842729568481,-0.414926379919052,0.00472406297922134,
  409. 0.912216782569885,-0.408381581306458,-0.0329390056431293,0.937303125858307,-0.346498876810074,-0.0374353416264057,0.997535645961761,0.0552889332175255,-0.0431938283145428,0.998502910137177,0.0546977408230305,0.000376896001398563,0.939251601696014,-0.343225359916687,-0.00162008323241025,0.937303125858307,-0.346498876810074,-0.0374353416264057,0.0266513451933861,0.999621331691742,0.00685191946104169,0.998502910137177,0.0546977408230305,0.000376896001398563,0.997535645961761,0.0552889332175255,-0.0431938283145428,0.0253982413560152,0.999660730361938,-0.00578248547390103,0.0364038608968258,0.999007284641266,-0.0256711672991514,0.178699180483818,0.340426832437515,-0.923133909702301,0.0235919672995806,0.438106775283813,-0.898613333702087,0.000671072164550424,0.999731540679932,-0.0231616012752056,-0.999939978122711,-0.000139952651807107,-0.0109599223360419,-0.999967992305756,-0.000111326473415829,-0.00800684187561274,-0.822995483875275,-0.00553412549197674,-0.56802099943161,-0.82299542427063,-0.00553412595763803,-0.568020939826965,0.216371908783913,-0.976027429103851,-0.0235298536717892,-0.000208772966288961,-0.999801874160767,-0.0199057292193174,-0.00789041630923748,-0.658749282360077,-0.752321183681488,0.140629380941391,-0.625878810882568,-0.767137050628662,0.912402331829071,-0.409160494804382,-0.0104728760197759,0.216371908783913,-0.976027429103851,-0.0235298536717892,0.140629380941391,-0.625878810882568,-0.767137050628662,0.768622577190399,-0.202140122652054,-0.606925547122955,0.921595752239227,-0.388037890195847,-0.00937177985906601,0.912402331829071,-0.409160494804382,-0.0104728760197759,0.768622577190399,-0.202140122652054,-0.606925547122955,0.81762832403183,-0.26243382692337,-0.512457132339478,0.951099574565887,-0.308766096830368,-0.00855182949453592,0.921595752239227,-0.388037890195847,-0.00937177985906601,0.81762832403183,-0.26243382692337,-0.512457132339478,0.600560545921326,-0.342961400747299,-0.722290992736816,0.178699180483818,0.340426832437515,-0.923133909702301,0.998740196228027,0.0498981028795242,-0.00531048560515046,
  410. 0.951099574565887,-0.308766096830368,-0.00855182949453592,0.600560545921326,-0.342961400747299,-0.722290992736816,0.0364038608968258,0.999007284641266,-0.0256711672991514,0.998740196228027,0.0498981028795242,-0.00531048560515046,0.178699180483818,0.340426832437515,-0.923133909702301,0.0275825634598732,0.999318897724152,0.0245130434632301,0.0305413343012333,0.999460935592651,-0.0120442733168602,-0.00188392773270607,0.999945521354675,-0.0102721778675914,-0.00204751058481634,0.999781727790833,0.0207903385162354,-0.999939441680908,-7.72739383592125e-008,0.0110025852918625,-0.999920606613159,-1.88738809470124e-007,0.0125996163114905,-0.999884128570557,1.74669173702569e-006,-0.0152240954339504,-0.999847114086151,1.90364835361834e-006,-0.017486909404397,0.199070140719414,-0.979804515838623,0.0188176911324263,7.79060355853289e-005,-0.999947547912598,0.0102437157183886,0.000129597043269314,-0.999852538108826,-0.0171730145812035,0.195975318551064,-0.98026317358017,-0.0260345935821533,0.917719960212708,-0.396397680044174,0.0256666392087936,0.199070140719414,-0.979804515838623,0.0188176911324263,0.195975318551064,-0.98026317358017,-0.0260345935821533,0.917756736278534,-0.396625131368637,-0.0202762987464666,0.934124886989594,-0.354723751544952,0.0397705845534801,0.917719960212708,-0.396397680044174,0.0256666392087936,0.917756736278534,-0.396625131368637,-0.0202762987464666,0.93027263879776,-0.365643560886383,-0.0299602970480919,0.942798435688019,-0.330432504415512,0.0441081859171391,0.934124886989594,-0.354723751544952,0.0397705845534801,0.93027263879776,-0.365643560886383,-0.0299602970480919,0.94695383310318,-0.321052998304367,-0.0142620261758566,0.998682975769043,0.050503745675087,-0.00904467236250639,0.997394680976868,0.0553029887378216,0.0463185720145702,0.942798435688019,-0.330432504415512,0.0441081859171391,0.94695383310318,-0.321052998304367,-0.0142620261758566,0.0275825634598732,0.999318897724152,0.0245130434632301,0.997394680976868,0.0553029887378216,0.0463185720145702,0.998682975769043,0.050503745675087,-0.00904467236250639,
  411. 0.0305413343012333,0.999460935592651,-0.0120442733168602,0.0253982413560152,0.999660730361938,-0.00578248547390103,0.13800436258316,0.455728441476822,-0.879355669021606,-0.00316133955493569,0.666456758975983,-0.745537042617798,-1.36787148221629e-005,0.99999475479126,-0.00322584365494549,-0.999891698360443,-6.6473898186814e-005,-0.0147167192772031,-0.999892473220825,-6.62186357658356e-005,-0.0146602038294077,-0.517473995685577,-0.00386506365612149,-0.855690121650696,-0.517474055290222,-0.00386506435461342,-0.855690181255341,0.198106423020363,-0.980129361152649,-0.0100074112415314,8.37641637190245e-005,-0.999992191791534,-0.00394061766564846,0.0113668851554394,-0.844936430454254,-0.534745991230011,0.146729931235313,-0.804819941520691,-0.575095772743225,0.925184547901154,-0.378714591264725,-0.0246735755354166,0.198106423020363,-0.980129361152649,-0.0100074112415314,0.146729931235313,-0.804819941520691,-0.575095772743225,0.66094708442688,-0.344342440366745,-0.666766107082367,0.912216782569885,-0.408381581306458,-0.0329390056431293,0.925184547901154,-0.378714591264725,-0.0246735755354166,0.66094708442688,-0.344342440366745,-0.666766107082367,0.477502197027206,-0.251381158828735,-0.841902077198029,0.937303125858307,-0.346498876810074,-0.0374353416264057,0.912216782569885,-0.408381581306458,-0.0329390056431293,0.477502197027206,-0.251381158828735,-0.841902077198029,0.335076540708542,-0.107854589819908,-0.935997366905212,0.13800436258316,0.455728441476822,-0.879355669021606,0.997535645961761,0.0552889332175255,-0.0431938283145428,0.937303125858307,-0.346498876810074,-0.0374353416264057,0.335076540708542,-0.107854589819908,-0.935997366905212,0.0253982413560152,0.999660730361938,-0.00578248547390103,0.997535645961761,0.0552889332175255,-0.0431938283145428,0.13800436258316,0.455728441476822,-0.879355669021606,0.0304969474673271,0.999395787715912,0.0166751556098461,0.0454780757427216,0.998961389064789,-0.00281059346161783,6.99288430041634e-005,0.99999737739563,-0.0023031544405967,0.000145891754073091,0.999908864498138,0.0134975584223866,
  412. -0.999814331531525,0,0.0192699041217566,-0.999852359294891,0,0.0171851366758347,-0.99999874830246,0,0.00162049860227853,-0.999998688697815,0,0.00162049860227853,0.213866606354713,-0.976683139801025,0.0187362544238567,0.000113456109829713,-0.999929428100586,0.0118782911449671,0,-1,8.49906722777405e-009,0.288401246070862,-0.957505106925964,-0.00293689593672752,0.923687696456909,-0.382991224527359,0.0108930477872491,0.213866606354713,-0.976683139801025,0.0187362544238567,0.288401246070862,-0.957505106925964,-0.00293689593672752,0.941438496112823,-0.337047219276428,-0.00962837133556604,0.920299887657166,-0.390468299388886,0.0241393260657787,0.923687696456909,-0.382991224527359,0.0108930477872491,0.941438496112823,-0.337047219276428,-0.00962837133556604,0.903077065944672,-0.429375380277634,-0.00941684748977423,0.946492791175842,-0.322487980127335,0.0123628042638302,0.920299887657166,-0.390468299388886,0.0241393260657787,0.903077065944672,-0.429375380277634,-0.00941684748977423,0.960546791553497,-0.277914226055145,-0.0106542641296983,0.0304969474673271,0.999395787715912,0.0166751556098461,0.998614490032196,0.0516751147806644,0.00993642676621675,0.998989045619965,0.0435140505433083,-0.0112882405519485,0.0454780757427216,0.998961389064789,-0.00281059346161783,0.0305413343012333,0.999460935592651,-0.0120442733168602,0.20922526717186,0.463836401700974,-0.860860347747803,0.0138416923582554,0.629908382892609,-0.776546120643616,-0.00188392773270607,0.999945521354675,-0.0102721778675914,-0.999847114086151,1.90364835361834e-006,-0.017486909404397,-0.999884128570557,1.74669173702569e-006,-0.0152240954339504,-0.592109978199005,5.63150497328024e-005,-0.805857241153717,-0.592109978199005,5.63150497328024e-005,-0.805857241153717,0.195975318551064,-0.98026317358017,-0.0260345935821533,0.000129597043269314,-0.999852538108826,-0.0171730145812035,0.00841870624572039,-0.640470921993256,-0.767936289310455,0.149265751242638,-0.592642784118652,-0.791513919830322,0.917756736278534,-0.396625131368637,-0.0202762987464666,0.195975318551064,-0.98026317358017,-0.0260345935821533,
  413. 0.149265751242638,-0.592642784118652,-0.791513919830322,0.550744771957397,-0.203571259975433,-0.809468269348145,0.93027263879776,-0.365643560886383,-0.0299602970480919,0.917756736278534,-0.396625131368637,-0.0202762987464666,0.550744771957397,-0.203571259975433,-0.809468269348145,0.578018248081207,-0.205302491784096,-0.789775848388672,0.94695383310318,-0.321052998304367,-0.0142620261758566,0.93027263879776,-0.365643560886383,-0.0299602970480919,0.578018248081207,-0.205302491784096,-0.789775848388672,0.53108537197113,-0.209244981408119,-0.82107537984848,0.20922526717186,0.463836401700974,-0.860860347747803,0.998682975769043,0.050503745675087,-0.00904467236250639,0.94695383310318,-0.321052998304367,-0.0142620261758566,0.53108537197113,-0.209244981408119,-0.82107537984848,0.0305413343012333,0.999460935592651,-0.0120442733168602,0.998682975769043,0.050503745675087,-0.00904467236250639,0.20922526717186,0.463836401700974,-0.860860347747803,0.998740196228027,0.0498981028795242,-0.00531048560515046,0.999043762683868,0.0426679961383343,0.00953840464353561,0.961850583553314,-0.273415356874466,0.00935523491352797,0.951099574565887,-0.308766096830368,-0.00855182949453592,0.960546791553497,-0.277914226055145,-0.0106542641296983,0.998989045619965,0.0435140505433083,-0.0112882405519485,0.998614490032196,0.0516751147806644,0.00993642676621675,0.946492791175842,-0.322487980127335,0.0123628042638302,-8.48786044116423e-007,0.999996960163116,0.00246270140632987,0.0551701374351978,0.99847286939621,0.0028838652651757,0.0364038608968258,0.999007284641266,-0.0256711672991514,0.000671072164550424,0.999731540679932,-0.0231616012752056,-1,-3.22986379615031e-005,0.000145531332236715,-1,-3.22986379615031e-005,0.000145531332236715,-0.999967992305756,-0.000111326473415829,-0.00800684187561274,-0.999939978122711,-0.000139952651807107,-0.0109599223360419,0.29536896944046,-0.955381333827972,0.00193666876293719,0,-1,-2.46995117691995e-008,-0.000208772966288961,-0.999801874160767,-0.0199057292193174,0.216371908783913,-0.976027429103851,-0.0235298536717892,
  414. 0.938031435012817,-0.346428960561752,0.00915774796158075,0.29536896944046,-0.955381333827972,0.00193666876293719,0.216371908783913,-0.976027429103851,-0.0235298536717892,0.912402331829071,-0.409160494804382,-0.0104728760197759,0.904644429683685,-0.426055520772934,0.00975665170699358,0.938031435012817,-0.346428960561752,0.00915774796158075,0.912402331829071,-0.409160494804382,-0.0104728760197759,0.921595752239227,-0.388037890195847,-0.00937177985906601,0.961850583553314,-0.273415356874466,0.00935523491352797,0.904644429683685,-0.426055520772934,0.00975665170699358,0.921595752239227,-0.388037890195847,-0.00937177985906601,0.951099574565887,-0.308766096830368,-0.00855182949453592,0.0551701374351978,0.99847286939621,0.0028838652651757,0.999043762683868,0.0426679961383343,0.00953840464353561,0.998740196228027,0.0498981028795242,-0.00531048560515046,0.0364038608968258,0.999007284641266,-0.0256711672991514,-0.373894155025482,0.624116957187653,0.686062097549438,0.0139963803812861,0.999621331691742,0.0236936900764704,-0.0037742406129837,0.999986112117767,0.00368881295435131,-0.416076958179474,0.813331484794617,0.406659215688705,-0.995529890060425,0,0.0944472104310989,-0.995529890060425,0,0.0944472104310989,-0.718042135238647,0,-0.695999622344971,-0.718040943145752,0,-0.696000874042511,-0.24756795167923,-0.841355502605438,0.480448842048645,-0.317599266767502,-0.885823011398315,0.338302135467529,-0.00351920817047358,-0.99998676776886,0.00374874076806009,0.133343294262886,-0.980398774147034,0.145044460892677,-0.136500999331474,-0.393352061510086,0.909198343753815,-0.24756795167923,-0.841355502605438,0.480448842048645,0.133343294262886,-0.980398774147034,0.145044460892677,0.658905386924744,-0.370271593332291,0.654784500598907,-0.217228710651398,-0.231241121888161,0.948334991931915,-0.136500999331474,-0.393352061510086,0.909198343753815,0.658905386924744,-0.370271593332291,0.654784500598907,0.640016853809357,-0.414899468421936,0.646712243556976,-0.187683388590813,-0.194159016013145,0.962848484516144,-0.217228710651398,-0.231241121888161,0.948334991931915,
  415. 0.640016853809357,-0.414899468421936,0.646712243556976,0.66529381275177,-0.343212097883224,0.66301554441452,0.705773532390594,0.0547786168754101,0.706316471099854,-0.373894155025482,0.624116957187653,0.686062097549438,-0.187683388590813,-0.194159016013145,0.962848484516144,0.66529381275177,-0.343212097883224,0.66301554441452,-0.373894155025482,0.624116957187653,0.686062097549438,0.705773532390594,0.0547786168754101,0.706316471099854,0.0139963803812861,0.999621331691742,0.0236936900764704,-0.542836606502533,0.35684859752655,0.760254800319672,0.00216791732236743,0.999319434165955,0.0368243418633938,-0.016142338514328,0.999781906604767,0.0132464449852705,-0.596895277500153,0.512915670871735,0.616955041885376,-0.975279986858368,-8.36560793686658e-005,0.220972806215286,-0.975279986858368,-8.36560720927082e-005,0.220972806215286,-0.715972125530243,-1.59033436375466e-006,-0.698128879070282,-0.714855909347534,-1.43270631269843e-006,-0.699271857738495,-0.573066711425781,-0.414465397596359,0.706974625587463,-0.629537999629974,-0.446525186300278,0.635843634605408,-0.00718321325257421,-0.999947607517242,0.00729311490431428,0.127446383237839,-0.979807257652283,0.154062509536743,-0.312116742134094,-0.144866913557053,0.938933908939362,-0.573066711425781,-0.414465397596359,0.706974625587463,0.127446383237839,-0.979807257652283,0.154062509536743,0.63076639175415,-0.396449416875839,0.66705447435379,-0.251015543937683,-0.145641803741455,0.956963717937469,-0.312116742134094,-0.144866913557053,0.938933908939362,0.63076639175415,-0.396449416875839,0.66705447435379,0.632393002510071,-0.354754418134689,0.68864244222641,-0.348122090101242,-0.1342843323946,0.927781641483307,-0.251015543937683,-0.145641803741455,0.956963717937469,0.632393002510071,-0.354754418134689,0.68864244222641,0.635473668575287,-0.330407083034515,0.697856903076172,0.672512829303741,0.0553058013319969,0.73801600933075,-0.542836606502533,0.35684859752655,0.760254800319672,-0.348122090101242,-0.1342843323946,0.927781641483307,0.635473668575287,-0.330407083034515,0.697856903076172,
  416. -0.542836606502533,0.35684859752655,0.760254800319672,0.672512829303741,0.0553058013319969,0.73801600933075,0.00216791732236743,0.999319434165955,0.0368243418633938,-0.514098405838013,0.351311802864075,0.782485127449036,0.00977231003344059,0.999395847320557,0.0333559699356556,-0.00944071263074875,0.999908983707428,0.00964692421257496,-0.610271036624908,0.497838377952576,0.616219222545624,-0.980634331703186,0,0.195847675204277,-0.980634331703186,0,0.195847645401955,-0.719161808490753,-2.36410578509094e-005,-0.694842755794525,-0.720608770847321,-2.36068863159744e-005,-0.693341851234436,-0.479248195886612,-0.549750566482544,0.684175074100494,-0.568206489086151,-0.584567368030548,0.579156517982483,-0.00831843819469213,-0.999929487705231,0.00847874488681555,0.137973099946976,-0.976684808731079,0.164469018578529,-0.200121983885765,-0.213469803333282,0.956233143806458,-0.479248195886612,-0.549750566482544,0.684175074100494,0.137973099946976,-0.976684808731079,0.164469018578529,0.645445227622986,-0.383000761270523,0.66084098815918,-0.18150720000267,-0.208050191402435,0.961129665374756,-0.200121983885765,-0.213469803333282,0.956233143806458,0.645445227622986,-0.383000761270523,0.66084098815918,0.633673131465912,-0.390479326248169,0.667820513248444,-0.24139416217804,-0.195693656802177,0.950490832328796,-0.18150720000267,-0.208050191402435,0.961129665374756,0.633673131465912,-0.390479326248169,0.667820513248444,0.660514831542969,-0.322517573833466,0.678013682365417,0.699090540409088,0.0516858659684658,0.7131627202034,-0.514098405838013,0.351311802864075,0.782485127449036,-0.24139416217804,-0.195693656802177,0.950490832328796,0.660514831542969,-0.322517573833466,0.678013682365417,-0.514098405838013,0.351311802864075,0.782485127449036,0.699090540409088,0.0516858659684658,0.7131627202034,0.00977231003344059,0.999395847320557,0.0333559699356556,0.0139963803812861,0.999621331691742,0.0236936900764704,0.0220482982695103,0.999660670757294,0.013870608061552,0.00227243010886014,0.999994814395905,-0.00229181023314595,-0.0037742406129837,0.999986112117767,0.00368881295435131,
  417. -0.718040943145752,0,-0.696000874042511,-0.718042135238647,0,-0.695999622344971,-0.696661531925201,-6.59086581435986e-005,-0.717399954795837,-0.696620881557465,-6.61636877339333e-005,-0.717439472675323,0.133343294262886,-0.980398774147034,0.145044460892677,-0.00351920817047358,-0.99998676776886,0.00374874076806009,0.00284605612978339,-0.999992311000824,-0.00272726127877831,0.147149488329887,-0.980132102966309,0.132996872067451,0.658905386924744,-0.370271593332291,0.654784500598907,0.133343294262886,-0.980398774147034,0.145044460892677,0.147149488329887,-0.980132102966309,0.132996872067451,0.671647071838379,-0.37874099612236,0.636746048927307,0.640016853809357,-0.414899468421936,0.646712243556976,0.658905386924744,-0.370271593332291,0.654784500598907,0.671647071838379,-0.37874099612236,0.636746048927307,0.668340146541595,-0.40837961435318,0.621729552745819,0.66529381275177,-0.343212097883224,0.66301554441452,0.640016853809357,-0.414899468421936,0.646712243556976,0.668340146541595,-0.40837961435318,0.621729552745819,0.689253926277161,-0.346484452486038,0.636299967765808,0.73590874671936,0.055372066795826,0.674812793731689,0.705773532390594,0.0547786168754101,0.706316471099854,0.66529381275177,-0.343212097883224,0.66301554441452,0.689253926277161,-0.346484452486038,0.636299967765808,0.0139963803812861,0.999621331691742,0.0236936900764704,0.705773532390594,0.0547786168754101,0.706316471099854,0.73590874671936,0.055372066795826,0.674812793731689,0.0220482982695103,0.999660670757294,0.013870608061552,0.0438968501985073,0.999007284641266,0.00758782401680946,0.77918541431427,0.340430408716202,-0.52628630399704,0.652101695537567,0.438043534755707,-0.618774056434631,0.0168476738035679,0.999731600284576,-0.0158998724073172,-0.699307322502136,-0.000118516174552497,-0.714821100234985,-0.701415240764618,-8.98287617019378e-005,-0.712752938270569,-0.179707288742065,-0.00553284864872694,-0.983704626560211,-0.179707288742065,-0.00553284818306565,-0.983704507350922,0.169628500938416,-0.976029396057129,0.136355295777321,0.0139238061383367,-0.999801993370056,-0.0142184710130095,
  418. 0.526578307151794,-0.658457040786743,-0.537726223468781,0.642022550106049,-0.625592768192291,-0.443216264247894,0.65256130695343,-0.409168183803558,0.637765765190125,0.169628500938416,-0.976029396057129,0.136355295777321,0.642022550106049,-0.625592768192291,-0.443216264247894,0.972759485244751,-0.202025070786476,0.113687962293625,0.658308327198029,-0.387973576784134,0.64506334066391,0.65256130695343,-0.409168183803558,0.637765765190125,0.972759485244751,-0.202025070786476,0.113687962293625,0.940668940544128,-0.262320816516876,0.215243652462959,0.678571343421936,-0.308698296546936,0.666518211364746,0.658308327198029,-0.387973576784134,0.64506334066391,0.940668940544128,-0.262320816516876,0.215243652462959,0.935438871383667,-0.342931181192398,-0.0857459530234337,0.77918541431427,0.340430408716202,-0.52628630399704,0.709949910640717,0.0497900992631912,0.702489852905273,0.678571343421936,-0.308698296546936,0.666518211364746,0.935438871383667,-0.342931181192398,-0.0857459530234337,0.0438968501985073,0.999007284641266,0.00758782401680946,0.709949910640717,0.0497900992631912,0.702489852905273,0.77918541431427,0.340430408716202,-0.52628630399704,0.00216791732236743,0.999319434165955,0.0368243418633938,0.0301060788333416,0.999461233615875,0.0130713619291782,0.0059264088049531,0.999945521354675,-0.00859065912663937,-0.016142338514328,0.999781906604767,0.0132464449852705,-0.714855909347534,-1.43270631269843e-006,-0.699271857738495,-0.715972125530243,-1.59033436375466e-006,-0.698128879070282,-0.696251630783081,7.8497214417439e-007,-0.717797756195068,-0.694624722003937,9.52911705098813e-007,-0.71937221288681,0.127446383237839,-0.979807257652283,0.154062509536743,-0.00718321325257421,-0.999947607517242,0.00729311490431428,0.0122301988303661,-0.99985259771347,-0.0120471334084868,0.15696607530117,-0.980268776416779,0.120145075023174,0.63076639175415,-0.396449416875839,0.66705447435379,0.127446383237839,-0.979807257652283,0.154062509536743,0.15696607530117,-0.980268776416779,0.120145075023174,0.66327303647995,-0.396702527999878,0.634583294391632,
  419. 0.632393002510071,-0.354754418134689,0.68864244222641,0.63076639175415,-0.396449416875839,0.66705447435379,0.66327303647995,-0.396702527999878,0.634583294391632,0.678998947143555,-0.365635603666306,0.636609017848969,0.635473668575287,-0.330407083034515,0.697856903076172,0.632393002510071,-0.354754418134689,0.68864244222641,0.678998947143555,-0.365635603666306,0.636609017848969,0.679695129394531,-0.32105365395546,0.659498989582062,0.712581038475037,0.0505061261355877,0.699769556522369,0.672512829303741,0.0553058013319969,0.73801600933075,0.635473668575287,-0.330407083034515,0.697856903076172,0.679695129394531,-0.32105365395546,0.659498989582062,0.00216791732236743,0.999319434165955,0.0368243418633938,0.672512829303741,0.0553058013319969,0.73801600933075,0.712581038475037,0.0505061261355877,0.699769556522369,0.0301060788333416,0.999461233615875,0.0130713619291782,0.0220482982695103,0.999660670757294,0.013870608061552,0.719336271286011,0.455955058336258,-0.524080514907837,0.524706542491913,0.666820764541626,-0.529181599617004,0.00227243010886014,0.999994814395905,-0.00229181023314595,-0.696620881557465,-6.61636877339333e-005,-0.717439472675323,-0.696661531925201,-6.59086581435986e-005,-0.717399954795837,0.238933086395264,-0.00384534825570881,-0.971028387546539,0.238933086395264,-0.00384534848853946,-0.971028387546539,0.147149488329887,-0.980132102966309,0.132996872067451,0.00284605612978339,-0.999992311000824,-0.00272726127877831,0.386073529720306,-0.845023393630981,-0.369976580142975,0.510339736938477,-0.804958164691925,-0.302647829055786,0.671647071838379,-0.37874099612236,0.636746048927307,0.147149488329887,-0.980132102966309,0.132996872067451,0.510339736938477,-0.804958164691925,-0.302647829055786,0.93885326385498,-0.344297498464584,-0.00371520826593041,0.668340146541595,-0.40837961435318,0.621729552745819,0.671647071838379,-0.37874099612236,0.636746048927307,0.93885326385498,-0.344297498464584,-0.00371520826593041,0.933088481426239,-0.251221656799316,-0.257358968257904,0.689253926277161,-0.346484452486038,0.636299967765808,
  420. 0.668340146541595,-0.40837961435318,0.621729552745819,0.933088481426239,-0.251221656799316,-0.257358968257904,0.898790597915649,-0.107901535928249,-0.424891233444214,0.719336271286011,0.455955058336258,-0.524080514907837,0.73590874671936,0.055372066795826,0.674812793731689,0.689253926277161,-0.346484452486038,0.636299967765808,0.898790597915649,-0.107901535928249,-0.424891233444214,0.0220482982695103,0.999660670757294,0.013870608061552,0.73590874671936,0.055372066795826,0.674812793731689,0.719336271286011,0.455955058336258,-0.524080514907837,0.00977231003344059,0.999395847320557,0.0333559699356556,0.0341544151306152,0.998960793018341,0.0301802847534418,0.00167800358030945,0.999997317790985,-0.00157911085989326,-0.00944071263074875,0.999908983707428,0.00964692421257496,-0.720608770847321,-2.36068863159744e-005,-0.693341851234436,-0.719161808490753,-2.36410578509094e-005,-0.694842755794525,-0.70826667547226,-2.38927350437734e-005,-0.705944895744324,-0.708266735076904,-2.38927386817522e-005,-0.705944955348969,0.137973099946976,-0.976684808731079,0.164469018578529,-0.00831843819469213,-0.999929487705231,0.00847874488681555,0,-1,0,0.206004440784454,-0.957506716251373,0.201849460601807,0.645445227622986,-0.383000761270523,0.66084098815918,0.137973099946976,-0.976684808731079,0.164469018578529,0.206004440784454,-0.957506716251373,0.201849460601807,0.672512054443359,-0.337051898241043,0.658880591392517,0.633673131465912,-0.390479326248169,0.667820513248444,0.645445227622986,-0.383000761270523,0.66084098815918,0.672512054443359,-0.337051898241043,0.658880591392517,0.645225703716278,-0.429404586553574,0.631898283958435,0.660514831542969,-0.322517573833466,0.678013682365417,0.633673131465912,-0.390479326248169,0.667820513248444,0.645225703716278,-0.429404586553574,0.631898283958435,0.686729848384857,-0.27792152762413,0.671685755252838,0.00977231003344059,0.999395847320557,0.0333559699356556,0.699090540409088,0.0516858659684658,0.7131627202034,0.714359521865845,0.043502364307642,0.69842529296875,0.0341544151306152,0.998960793018341,0.0301802847534418,
  421. 0.0301060788333416,0.999461233615875,0.0130713619291782,0.756755888462067,0.463804364204407,-0.460658431053162,0.558901846408844,0.629893064498901,-0.539317667484283,0.0059264088049531,0.999945521354675,-0.00859065912663937,-0.694624722003937,9.52911705098813e-007,-0.71937221288681,-0.696251630783081,7.8497214417439e-007,-0.717797756195068,0.151608645915985,5.95987039559986e-005,-0.988440632820129,0.151608631014824,5.95987039559986e-005,-0.988440573215485,0.15696607530117,-0.980268776416779,0.120145075023174,0.0122301988303661,-0.99985259771347,-0.0120471334084868,0.549076914787292,-0.640280246734619,-0.537173688411713,0.665334701538086,-0.592513680458069,-0.454155534505844,0.66327303647995,-0.396702527999878,0.634583294391632,0.15696607530117,-0.980268776416779,0.120145075023174,0.665334701538086,-0.592513680458069,-0.454155534505844,0.961868345737457,-0.203551337122917,-0.182691842317581,0.678998947143555,-0.365635603666306,0.636609017848969,0.66327303647995,-0.396702527999878,0.634583294391632,0.961868345737457,-0.203551337122917,-0.182691842317581,0.967212677001953,-0.205375224351883,-0.149401172995567,0.679695129394531,-0.32105365395546,0.659498989582062,0.678998947143555,-0.365635603666306,0.636609017848969,0.967212677001953,-0.205375224351883,-0.149401172995567,0.956165432929993,-0.209397464990616,-0.204695805907249,0.756755888462067,0.463804364204407,-0.460658431053162,0.712581038475037,0.0505061261355877,0.699769556522369,0.679695129394531,-0.32105365395546,0.659498989582062,0.956165432929993,-0.209397464990616,-0.204695805907249,0.0301060788333416,0.999461233615875,0.0130713619291782,0.712581038475037,0.0505061261355877,0.699769556522369,0.756755888462067,0.463804364204407,-0.460658431053162,0.709949910640717,0.0497900992631912,0.702489852905273,0.699676275253296,0.0425472669303417,0.713191986083984,0.673514604568481,-0.273351609706879,0.686772763729095,0.678571343421936,-0.308698296546936,0.666518211364746,0.686729848384857,-0.27792152762413,0.671685755252838,0.714359521865845,0.043502364307642,0.69842529296875,
  422. 0.699090540409088,0.0516858659684658,0.7131627202034,0.660514831542969,-0.322517573833466,0.678013682365417,-0.00174199999310076,0.999997019767761,0.0017408390995115,0.0369931049644947,0.998471021652222,0.0410729125142097,0.0438968501985073,0.999007284641266,0.00758782401680946,0.0168476738035679,0.999731600284576,-0.0158998724073172,-0.707204818725586,-1.05982007880812e-005,-0.70700865983963,-0.707204818725586,-1.05982007880812e-005,-0.70700865983963,-0.701415240764618,-8.98287617019378e-005,-0.712752938270569,-0.699307322502136,-0.000118516174552497,-0.714821100234985,0.207479387521744,-0.955384194850922,0.210221976041794,0,-1,1.0901591451784e-007,0.0139238061383367,-0.999801993370056,-0.0142184710130095,0.169628500938416,-0.976029396057129,0.136355295777321,0.656792402267456,-0.346444666385651,0.669776082038879,0.207479387521744,-0.955384194850922,0.210221976041794,0.169628500938416,-0.976029396057129,0.136355295777321,0.65256130695343,-0.409168183803558,0.637765765190125,0.632785499095917,-0.425986498594284,0.646620452404022,0.656792402267456,-0.346444666385651,0.669776082038879,0.65256130695343,-0.409168183803558,0.637765765190125,0.658308327198029,-0.387973576784134,0.64506334066391,0.673514604568481,-0.273351609706879,0.686772763729095,0.632785499095917,-0.425986498594284,0.646620452404022,0.658308327198029,-0.387973576784134,0.64506334066391,0.678571343421936,-0.308698296546936,0.666518211364746,0.0369931049644947,0.998471021652222,0.0410729125142097,0.699676275253296,0.0425472669303417,0.713191986083984,0.709949910640717,0.0497900992631912,0.702489852905273,0.0438968501985073,0.999007284641266,0.00758782401680946
  423. }
  424. NormalsW: *2512 {
  425. 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,
  426. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  427. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  428. }
  429. }
  430. LayerElementBinormal: 0 {
  431. Version: 102
  432. Name: "map1"
  433. MappingInformationType: "ByPolygonVertex"
  434. ReferenceInformationType: "Direct"
  435. Binormals: *7536 {
  436. a: 0.389353930950165,0.685669124126434,-0.615029633045197,0.197810083627701,0.0274803135544062,-0.979855179786682,-0.287717461585999,-0.00157536391634494,-0.957714080810547,-0.00507350778207183,-0.0118479076772928,-0.999916970729828,-0.198899641633034,-0.949952960014343,0.240890949964523,-4.82576906506438e-005,-1,5.84457557124551e-005,0.154404476284981,-0.988004803657532,-0.00240601343102753,-6.55948533676565e-005,-1,1.02201840945781e-006,-0.117257960140705,0.259535104036331,0.958588600158691,0.264167636632919,-0.122583813965321,0.956655025482178,0.425634175539017,-0.00203957548364997,0.904893100261688,-0.0224521849304438,0.196982592344284,0.980149865150452,-0.0881999954581261,0.861063003540039,0.500790655612946,-0.117257960140705,0.259535104036331,0.958588600158691,-0.0224521849304438,0.196982592344284,0.980149865150452,-0.0127090131863952,0.928844511508942,0.370252043008804,-0.0875850915908813,0.953838050365448,0.287266254425049,-0.0881999954581261,0.861063003540039,0.500790655612946,-0.0127090131863952,0.928844511508942,0.370252043008804,-0.198104664683342,0.892213463783264,0.405844390392303,-0.136912927031517,0.98008668422699,0.143822818994522,-0.0875850915908813,0.953838050365448,0.287266254425049,-0.198104664683342,0.892213463783264,0.405844390392303,-0.0629736706614494,0.93735682964325,0.342631816864014,-0.121505126357079,0.991102457046509,-0.0543373264372349,0.389353930950165,0.685669124126434,-0.615029633045197,-0.136912927031517,0.98008668422699,0.143822818994522,-0.0629736706614494,0.93735682964325,0.342631816864014,0.389353930950165,0.685669124126434,-0.615029633045197,-0.121505126357079,0.991102457046509,-0.0543373264372349,0.197810083627701,0.0274803135544062,-0.979855179786682,0.225885361433029,0.813721895217896,-0.535567462444305,0.200432315468788,0.0319431759417057,-0.979186654090881,-0.477025389671326,-0.0117190275341272,-0.878811419010162,-0.0308562740683556,-0.0239819847047329,-0.999236106872559,-0.0334898494184017,-0.998023509979248,0.0531745404005051,0.317526608705521,-0.803827166557312,-0.503029465675354,
  437. -0.0161167047917843,-0.999870181083679,0.000203991468879394,-0.500479817390442,-0.865730762481689,0.00550852064043283,-0.0798603370785713,0.384578168392181,0.919631361961365,0.100576110184193,-0.191952064633369,0.976237058639526,0.314150780439377,-0.00314399786293507,0.949367940425873,0.124691858887672,0.195247352123261,0.972795188426971,0.119616746902466,0.848026990890503,0.516277194023132,-0.0798603370785713,0.384578168392181,0.919631361961365,0.124691858887672,0.195247352123261,0.972795188426971,0.420921385288239,0.828381836414337,0.369606137275696,0.0236815884709358,0.947963833808899,0.317496180534363,0.119616746902466,0.848026990890503,0.516277194023132,0.420921385288239,0.828381836414337,0.369606137275696,0.0213444456458092,0.934354960918427,0.355703830718994,-0.0380777157843113,0.971397399902344,0.234387174248695,0.0236815884709358,0.947963833808899,0.317496180534363,0.0213444456458092,0.934354960918427,0.355703830718994,-0.238049015402794,0.920014142990112,0.311298549175262,-0.351648509502411,0.933652639389038,-0.0680893510580063,0.225885361433029,0.813721895217896,-0.535567462444305,-0.0380777157843113,0.971397399902344,0.234387174248695,-0.238049015402794,0.920014142990112,0.311298549175262,0.225885361433029,0.813721895217896,-0.535567462444305,-0.351648509502411,0.933652639389038,-0.0680893510580063,0.200432315468788,0.0319431759417057,-0.979186654090881,0.18045948445797,0.788109838962555,-0.588487327098846,0.17986211180687,0.0330009944736958,-0.983138203620911,-0.468254119157791,-0.00619260501116514,-0.883572161197662,-0.0112141296267509,-0.0110690016299486,-0.999875962734222,-0.296947062015533,-0.844984471797943,0.444773823022842,0.033701803535223,-0.998156309127808,-0.0504792965948582,0.461925119161606,-0.886883437633514,-0.00794006604701281,0.023220231756568,-0.999730348587036,-0.000447533646365628,-0.0409540571272373,0.311421066522598,0.949389100074768,0.14711020886898,-0.191111162304878,0.970481991767883,0.469529390335083,-0.00547784473747015,0.882899820804596,-0.0325631089508533,0.214381739497185,0.97620701789856,
  438. 0.118662565946579,0.846404373645782,0.519151985645294,-0.0409540571272373,0.311421066522598,0.949389100074768,-0.0325631089508533,0.214381739497185,0.97620701789856,0.0402043163776398,0.922831952571869,0.383099049329758,-0.00963385403156281,0.94010466337204,0.340749979019165,0.118662565946579,0.846404373645782,0.519151985645294,0.0402043163776398,0.922831952571869,0.383099049329758,-0.0520637631416321,0.919797956943512,0.388922989368439,-0.0494177415966988,0.955749273300171,0.290002405643463,-0.00963385403156281,0.94010466337204,0.340749979019165,-0.0520637631416321,0.919797956943512,0.388922989368439,-0.183900356292725,0.931146144866943,0.314876943826675,-0.378606587648392,0.924118518829346,-0.0515959821641445,0.18045948445797,0.788109838962555,-0.588487327098846,-0.0494177415966988,0.955749273300171,0.290002405643463,-0.183900356292725,0.931146144866943,0.314876943826675,0.18045948445797,0.788109838962555,-0.588487327098846,-0.378606587648392,0.924118518829346,-0.0515959821641445,0.17986211180687,0.0330009944736958,-0.983138203620911,0.197810083627701,0.0274803135544062,-0.979855179786682,-0.186074033379555,0.0260307583957911,-0.982190907001495,0.5285325050354,-0.00171659048646688,-0.84891140460968,-0.287717461585999,-0.00157536391634494,-0.957714080810547,-6.55948533676565e-005,-1,1.02201840945781e-006,0.154404476284981,-0.988004803657532,-0.00240601343102753,-0.051749125123024,-0.998659908771515,-0.000692596076987684,0.152307897806168,-0.98833042383194,0.0023074250202626,-0.0224521849304438,0.196982592344284,0.980149865150452,0.425634175539017,-0.00203957548364997,0.904893100261688,-0.299539804458618,-0.00110046344343573,0.954083204269409,-0.0739182233810425,0.196847274899483,0.97764378786087,-0.0127090131863952,0.928844511508942,0.370252043008804,-0.0224521849304438,0.196982592344284,0.980149865150452,-0.0739182233810425,0.196847274899483,0.97764378786087,-0.144794061779976,0.914348542690277,0.378155261278152,-0.198104664683342,0.892213463783264,0.405844390392303,-0.0127090131863952,0.928844511508942,0.370252043008804,
  439. -0.144794061779976,0.914348542690277,0.378155261278152,-0.0753515362739563,0.90910530090332,0.409694671630859,-0.0629736706614494,0.93735682964325,0.342631816864014,-0.198104664683342,0.892213463783264,0.405844390392303,-0.0753515362739563,0.90910530090332,0.409694671630859,0.15068456530571,0.929196894168854,0.337472170591354,0.114274948835373,0.991641163825989,-0.0599093288183212,-0.121505126357079,0.991102457046509,-0.0543373264372349,-0.0629736706614494,0.93735682964325,0.342631816864014,0.15068456530571,0.929196894168854,0.337472170591354,0.197810083627701,0.0274803135544062,-0.979855179786682,-0.121505126357079,0.991102457046509,-0.0543373264372349,0.114274948835373,0.991641163825989,-0.0599093288183212,-0.186074033379555,0.0260307583957911,-0.982190907001495,-0.140437602996826,0.0396604463458061,-0.989294826984406,-0.125484719872475,0.706159949302673,-0.696844220161438,0.0178900547325611,0.0171379260718822,-0.999693095684052,0.365898191928864,-0.00785493385046721,-0.930621743202209,-0.0772319361567497,-0.997012972831726,-0.000722518074326217,-0.501725912094116,-0.865017831325531,-0.00392965041100979,-0.129391923546791,-0.988147616386414,-0.0825964733958244,0.464923202991486,-0.823079526424408,0.326169788837433,-0.0900804847478867,0.213473975658417,0.972786962985992,-0.240633457899094,-0.00499465549364686,0.970603287220001,-0.060348853468895,-0.0808379948139191,0.994898617267609,0.0858769565820694,0.317470610141754,0.944371581077576,-0.233331680297852,0.886259019374847,0.400126576423645,-0.0900804847478867,0.213473975658417,0.972786962985992,0.0858769565820694,0.317470610141754,0.944371581077576,-0.174477458000183,0.909628510475159,0.37700617313385,-0.00143635319545865,0.921639382839203,0.388044714927673,-0.233331680297852,0.886259019374847,0.400126576423645,-0.174477458000183,0.909628510475159,0.37700617313385,-0.0387034863233566,0.944147229194641,0.327243268489838,0.224581673741341,0.927437305450439,0.29903718829155,-0.00143635319545865,0.921639382839203,0.388044714927673,-0.0387034863233566,0.944147229194641,0.327243268489838,
  440. 0.13659380376339,0.92201179265976,0.362265706062317,-0.125484719872475,0.706159949302673,-0.696844220161438,0.316806226968765,0.947223663330078,-0.0490028634667397,0.224581673741341,0.927437305450439,0.29903718829155,0.13659380376339,0.92201179265976,0.362265706062317,-0.140437602996826,0.0396604463458061,-0.989294826984406,0.316806226968765,0.947223663330078,-0.0490028634667397,-0.125484719872475,0.706159949302673,-0.696844220161438,0.200432315468788,0.0319431759417057,-0.979186654090881,-0.311361193656921,0.0327732749283314,-0.949726402759552,0.0222210381180048,-0.00211181933991611,-0.999750852584839,-0.477025389671326,-0.0117190275341272,-0.878811419010162,-0.500479817390442,-0.865730762481689,0.00550852064043283,-0.0161167047917843,-0.999870181083679,0.000203991468879394,-0.444187462329865,-0.89590847492218,-0.00676244823262095,-0.0256566517055035,-0.999670684337616,-0.000449840357759967,0.124691858887672,0.195247352123261,0.972795188426971,0.314150780439377,-0.00314399786293507,0.949367940425873,-0.44829934835434,-0.00758458767086267,0.893851339817047,0.0437156967818737,0.196967050433159,0.979435086250305,0.420921385288239,0.828381836414337,0.369606137275696,0.124691858887672,0.195247352123261,0.972795188426971,0.0437156967818737,0.196967050433159,0.979435086250305,-0.00591448368504643,0.917872369289398,0.396831840276718,0.0213444456458092,0.934354960918427,0.355703830718994,0.420921385288239,0.828381836414337,0.369606137275696,-0.00591448368504643,0.917872369289398,0.396831840276718,0.0744456201791763,0.928927600383759,0.36270010471344,-0.238049015402794,0.920014142990112,0.311298549175262,0.0213444456458092,0.934354960918427,0.355703830718994,0.0744456201791763,0.928927600383759,0.36270010471344,0.273687928915024,0.912139415740967,0.30511736869812,0.27238604426384,0.960832953453064,-0.0510481782257557,-0.351648509502411,0.933652639389038,-0.0680893510580063,-0.238049015402794,0.920014142990112,0.311298549175262,0.273687928915024,0.912139415740967,0.30511736869812,0.200432315468788,0.0319431759417057,-0.979186654090881,
  441. -0.351648509502411,0.933652639389038,-0.0680893510580063,0.27238604426384,0.960832953453064,-0.0510481782257557,-0.311361193656921,0.0327732749283314,-0.949726402759552,-0.186074033379555,0.0260307583957911,-0.982190907001495,-0.334425032138824,0.797438621520996,-0.50224643945694,0.031867828220129,-0.0403863675892353,-0.998675882816315,0.5285325050354,-0.00171659048646688,-0.84891140460968,0.152307897806168,-0.98833042383194,0.0023074250202626,-0.051749125123024,-0.998659908771515,-0.000692596076987684,-0.165255457162857,-0.949654161930084,-0.26617220044136,-0.0107607264071703,-0.999888837337494,-0.0103253722190857,-0.0739182233810425,0.196847274899483,0.97764378786087,-0.299539804458618,-0.00110046344343573,0.954083204269409,-0.245471924543381,-0.142454788088799,0.95887964963913,0.220101624727249,0.324957609176636,0.919759690761566,-0.144794061779976,0.914348542690277,0.378155261278152,-0.0739182233810425,0.196847274899483,0.97764378786087,0.220101624727249,0.324957609176636,0.919759690761566,-0.10651046037674,0.833795607089996,0.541701555252075,-0.0753515362739563,0.90910530090332,0.409694671630859,-0.144794061779976,0.914348542690277,0.378155261278152,-0.10651046037674,0.833795607089996,0.541701555252075,-0.0963232815265656,0.800701141357422,0.591269493103027,0.15068456530571,0.929196894168854,0.337472170591354,-0.0753515362739563,0.90910530090332,0.409694671630859,-0.0963232815265656,0.800701141357422,0.591269493103027,0.0394324921071529,0.978033363819122,0.204684793949127,-0.334425032138824,0.797438621520996,-0.50224643945694,0.114274948835373,0.991641163825989,-0.0599093288183212,0.15068456530571,0.929196894168854,0.337472170591354,0.0394324921071529,0.978033363819122,0.204684793949127,-0.186074033379555,0.0260307583957911,-0.982190907001495,0.114274948835373,0.991641163825989,-0.0599093288183212,-0.334425032138824,0.797438621520996,-0.50224643945694,0.17986211180687,0.0330009944736958,-0.983138203620911,-0.0109478561207652,0.0454843267798424,-0.998905122280121,-0.00632883328944445,8.44837559270673e-005,-0.999979972839355,
  442. -0.468254119157791,-0.00619260501116514,-0.883572161197662,0.023220231756568,-0.999730348587036,-0.000447533646365628,0.461925119161606,-0.886883437633514,-0.00794006604701281,-0.00112836470361799,-0.999999463558197,1.86260160717211e-006,6.77114769587206e-007,-1,2.63252868393238e-008,-0.0325631089508533,0.214381739497185,0.97620701789856,0.469529390335083,-0.00547784473747015,0.882899820804596,0.00584123469889164,1.81305367163986e-007,0.999983012676239,0.00970087386667728,0.288415521383286,0.957456290721893,0.0402043163776398,0.922831952571869,0.383099049329758,-0.0325631089508533,0.214381739497185,0.97620701789856,0.00970087386667728,0.288415521383286,0.957456290721893,0.00346567761152983,0.941488206386566,0.337028056383133,-0.0520637631416321,0.919797956943512,0.388922989368439,0.0402043163776398,0.922831952571869,0.383099049329758,0.00346567761152983,0.941488206386566,0.337028056383133,0.00449843378737569,0.903112411499023,0.429380685091019,-0.183900356292725,0.931146144866943,0.314876943826675,-0.0520637631416321,0.919797956943512,0.388922989368439,0.00449843378737569,0.903112411499023,0.429380685091019,0.00312043842859566,0.960600435733795,0.277915567159653,0.17986211180687,0.0330009944736958,-0.983138203620911,-0.378606587648392,0.924118518829346,-0.0515959821641445,0.00121136882808059,0.999050080776215,-0.0435616262257099,-0.0109478561207652,0.0454843267798424,-0.998905122280121,-0.311361193656921,0.0327732749283314,-0.949726402759552,-0.150697857141495,0.625121176242828,-0.765841960906982,0.403279006481171,-0.480041980743408,-0.779054522514343,0.0222210381180048,-0.00211181933991611,-0.999750852584839,-0.0256566517055035,-0.999670684337616,-0.000449840357759967,-0.444187462329865,-0.89590847492218,-0.00676244823262095,-0.0421010963618755,-0.997464120388031,-0.0573839768767357,0.303262501955032,-0.858955979347229,0.412585347890854,0.0437156967818737,0.196967050433159,0.979435086250305,-0.44829934835434,-0.00758458767086267,0.893851339817047,-0.162930682301521,-0.182612180709839,0.969590842723846,0.0423949286341667,0.296904563903809,0.953965604305267,
  443. -0.00591448368504643,0.917872369289398,0.396831840276718,0.0437156967818737,0.196967050433159,0.979435086250305,0.0423949286341667,0.296904563903809,0.953965604305267,-0.102616041898727,0.874491095542908,0.474062532186508,0.0744456201791763,0.928927600383759,0.36270010471344,-0.00591448368504643,0.917872369289398,0.396831840276718,-0.102616041898727,0.874491095542908,0.474062532186508,0.0390088483691216,0.957247972488403,0.286626577377319,0.273687928915024,0.912139415740967,0.30511736869812,0.0744456201791763,0.928927600383759,0.36270010471344,0.0390088483691216,0.957247972488403,0.286626577377319,0.0881321802735329,0.965706169605255,0.244222283363342,-0.150697857141495,0.625121176242828,-0.765841960906982,0.27238604426384,0.960832953453064,-0.0510481782257557,0.273687928915024,0.912139415740967,0.30511736869812,0.0881321802735329,0.965706169605255,0.244222283363342,-0.311361193656921,0.0327732749283314,-0.949726402759552,0.27238604426384,0.960832953453064,-0.0510481782257557,-0.150697857141495,0.625121176242828,-0.765841960906982,0.316806226968765,0.947223663330078,-0.0490028634667397,0.00335480528883636,0.999085187911987,-0.0426335893571377,-0.00166560080833733,0.961903214454651,0.273385047912598,0.224581673741341,0.927437305450439,0.29903718829155,0.00312043842859566,0.960600435733795,0.277915567159653,0.00121136882808059,0.999050080776215,-0.0435616262257099,-0.378606587648392,0.924118518829346,-0.0515959821641445,-0.183900356292725,0.931146144866943,0.314876943826675,0.00479251286014915,1.09319344119285e-005,-0.999988555908203,0.00961127039045095,0.0551996529102325,-0.998429179191589,-0.140437602996826,0.0396604463458061,-0.989294826984406,0.365898191928864,-0.00785493385046721,-0.930621743202209,4.13396804788135e-007,-1,1.55258785525803e-005,0.00121180177666247,-0.999999284744263,1.53455202962505e-005,-0.501725912094116,-0.865017831325531,-0.00392965041100979,-0.0772319361567497,-0.997012972831726,-0.000722518074326217,-0.00471450481563807,0.295373290777206,0.955370366573334,-0.000866534654051065,0,0.999999701976776,
  444. -0.240633457899094,-0.00499465549364686,0.970603287220001,-0.0900804847478867,0.213473975658417,0.972786962985992,-0.00382656906731427,0.938076078891754,0.34640833735466,-0.00471450481563807,0.295373290777206,0.955370366573334,-0.0900804847478867,0.213473975658417,0.972786962985992,-0.233331680297852,0.886259019374847,0.400126576423645,-0.0045156111009419,0.904703319072723,0.426018327474594,-0.00382656906731427,0.938076078891754,0.34640833735466,-0.233331680297852,0.886259019374847,0.400126576423645,-0.00143635319545865,0.921639382839203,0.388044714927673,-0.00166560080833733,0.961903214454651,0.273385047912598,-0.0045156111009419,0.904703319072723,0.426018327474594,-0.00143635319545865,0.921639382839203,0.388044714927673,0.224581673741341,0.927437305450439,0.29903718829155,0.00961127039045095,0.0551996529102325,-0.998429179191589,0.00335480528883636,0.999085187911987,-0.0426335893571377,0.316806226968765,0.947223663330078,-0.0490028634667397,-0.140437602996826,0.0396604463458061,-0.989294826984406,0.710497736930847,0.685299277305603,-0.159868508577347,0.832635462284088,0.0274806898087263,-0.55313915014267,0.473923146724701,-0.00157528719864786,-0.880564868450165,0.703387916088104,-0.011888712644577,-0.710706830024719,-0.310800105333328,-0.950017809867859,0.0294863451272249,-7.54030697862618e-005,-1,7.15366832082509e-006,0.110750153660774,-0.988033533096313,0.107350759208202,-4.71508028567769e-005,-1,-4.52901840617415e-005,-0.760942339897156,0.259561896324158,0.594637989997864,-0.489946901798248,-0.122345969080925,0.863124251365662,-0.339173287153244,-0.0020390460267663,0.940721750259399,-0.709041774272919,0.196989357471466,0.677093088626862,-0.416353553533554,0.861137926578522,0.291704088449478,-0.760942339897156,0.259561896324158,0.594637989997864,-0.709041774272919,0.196989357471466,0.677093088626862,-0.270824700593948,0.928833961486816,0.252827316522598,-0.264932900667191,0.953875005245209,0.141185015439987,-0.416353553533554,0.861137926578522,0.291704088449478,-0.270824700593948,0.928833961486816,0.252827316522598,
  445. -0.42689311504364,0.892263889312744,0.147063031792641,-0.198611259460449,0.980066418647766,0.00484913634136319,-0.264932900667191,0.953875005245209,0.141185015439987,-0.42689311504364,0.892263889312744,0.147063031792641,-0.286798179149628,0.937358975410461,0.197749838232994,-0.0473783202469349,0.991108059883118,-0.124338559806347,0.710497736930847,0.685299277305603,-0.159868508577347,-0.198611259460449,0.980066418647766,0.00484913634136319,-0.286798179149628,0.937358975410461,0.197749838232994,0.710497736930847,0.685299277305603,-0.159868508577347,-0.0473783202469349,0.991108059883118,-0.124338559806347,0.832635462284088,0.0274806898087263,-0.55313915014267,0.538274168968201,0.813843965530396,-0.218903854489326,0.834141969680786,0.0319331288337708,-0.550624787807465,0.283783912658691,-0.0117210587486625,-0.958816707134247,0.684675455093384,-0.0241627842187881,-0.728447437286377,-0.0611831583082676,-0.998029172420502,0.0139475502073765,0.579981088638306,-0.803972959518433,-0.131337642669678,-0.0114754736423492,-0.999871611595154,-0.0111877480521798,-0.357704132795334,-0.865802764892578,-0.34990468621254,-0.706759333610535,0.384141594171524,0.594076216220856,-0.618905782699585,-0.192364290356636,0.761545658111572,-0.449129521846771,-0.00314244488254189,0.893461227416992,-0.599271535873413,0.195213854312897,0.776379644870758,-0.280321538448334,0.848071694374084,0.449660331010818,-0.706759333610535,0.384141594171524,0.594076216220856,-0.599271535873413,0.195213854312897,0.776379644870758,0.0360928513109684,0.828464865684509,0.558876752853394,-0.207517981529236,0.948064625263214,0.241060078144073,-0.280321538448334,0.848071694374084,0.449660331010818,0.0360928513109684,0.828464865684509,0.558876752853394,-0.236702620983124,0.93435001373291,0.266386717557907,-0.192631721496582,0.971431136131287,0.138616964221001,-0.207517981529236,0.948064625263214,0.241060078144073,-0.236702620983124,0.93435001373291,0.266386717557907,-0.388601392507553,0.919961333274841,0.0515751764178276,-0.200517266988754,0.933642745018005,-0.296823531389236,
  446. 0.538274168968201,0.813843965530396,-0.218903854489326,-0.192631721496582,0.971431136131287,0.138616964221001,-0.388601392507553,0.919961333274841,0.0515751764178276,0.538274168968201,0.813843965530396,-0.218903854489326,-0.200517266988754,0.933642745018005,-0.296823531389236,0.834141969680786,0.0319331288337708,-0.550624787807465,0.543538570404053,0.788174510002136,-0.28869840502739,0.822391748428345,0.0330020114779472,-0.567963719367981,0.293470591306686,-0.00619436427950859,-0.955948114395142,0.699088037014008,-0.0110916486009955,-0.714949667453766,-0.524583458900452,-0.844888389110565,0.104766465723515,0.0595277696847916,-0.998155891895294,-0.0118885077536106,0.332387149333954,-0.886778235435486,0.321159064769745,0.0167193207889795,-0.99973052740097,0.0161032024770975,-0.700336933135986,0.311821848154068,0.642102301120758,-0.582390308380127,-0.19103267788887,0.790144324302673,-0.292100548744202,-0.00547917373478413,0.956371963024139,-0.713550865650177,0.2143814265728,0.666997671127319,-0.28331384062767,0.846453607082367,0.45083212852478,-0.700336933135986,0.311821848154068,0.642102301120758,-0.713550865650177,0.2143814265728,0.666997671127319,-0.242546126246452,0.922824323177338,0.299277037382126,-0.24770376086235,0.940144956111908,0.234030812978745,-0.28331384062767,0.846453607082367,0.45083212852478,-0.242546126246452,0.922824323177338,0.299277037382126,-0.311894088983536,0.919801950454712,0.238089635968208,-0.239977210760117,0.955761134624481,0.170092910528183,-0.24770376086235,0.940144956111908,0.234030812978745,-0.311894088983536,0.919801950454712,0.238089635968208,-0.352697402238846,0.931144416332245,0.0926001146435738,-0.231345951557159,0.924053192138672,-0.304310649633408,0.543538570404053,0.788174510002136,-0.28869840502739,-0.239977210760117,0.955761134624481,0.170092910528183,-0.352697402238846,0.931144416332245,0.0926001146435738,0.543538570404053,0.788174510002136,-0.28869840502739,-0.231345951557159,0.924053192138672,-0.304310649633408,0.822391748428345,0.0330020114779472,-0.567963719367981,0.832635462284088,0.0274806898087263,-0.55313915014267,
  447. 0.562987089157104,0.0260310731828213,-0.826055705547333,0.973950743675232,-0.00171686057001352,-0.226753622293472,0.473923146724701,-0.00157528719864786,-0.880564868450165,-4.71508028567769e-005,-1,-4.52901840617415e-005,0.110750153660774,-0.988033533096313,0.107350759208202,-0.0360018461942673,-0.998667359352112,-0.0369786508381367,0.106035210192204,-0.988337278366089,0.109298385679722,-0.709041774272919,0.196989357471466,0.677093088626862,-0.339173287153244,-0.0020390460267663,0.940721750259399,-0.886436581611633,-0.0011003187391907,0.46284881234169,-0.743706047534943,0.196830689907074,0.638873219490051,-0.270824700593948,0.928833961486816,0.252827316522598,-0.709041774272919,0.196989357471466,0.677093088626862,-0.743706047534943,0.196830689907074,0.638873219490051,-0.369757264852524,0.914349853992462,0.165057718753815,-0.42689311504364,0.892263889312744,0.147063031792641,-0.270824700593948,0.928833961486816,0.252827316522598,-0.369757264852524,0.914349853992462,0.165057718753815,-0.342658817768097,0.909138321876526,0.236754238605499,-0.286798179149628,0.937358975410461,0.197749838232994,-0.42689311504364,0.892263889312744,0.147063031792641,-0.342658817768097,0.909138321876526,0.236754238605499,-0.132056280970573,0.929195165634155,0.345191985368729,0.123176544904709,0.991644084453583,0.0383365862071514,-0.0473783202469349,0.991108059883118,-0.124338559806347,-0.286798179149628,0.937358975410461,0.197749838232994,-0.132056280970573,0.929195165634155,0.345191985368729,0.832635462284088,0.0274806898087263,-0.55313915014267,-0.0473783202469349,0.991108059883118,-0.124338559806347,0.123176544904709,0.991644084453583,0.0383365862071514,0.562987089157104,0.0260310731828213,-0.826055705547333,0.600460112094879,0.0396561101078987,-0.798670887947083,0.404365479946136,0.705931007862091,-0.581506788730621,0.71964156627655,0.0167911052703857,-0.694142758846283,0.916964292526245,-0.00786166079342365,-0.398891806602478,-0.0540635362267494,-0.997016549110413,-0.0550922341644764,-0.352071672677994,-0.864950120449066,-0.357640653848648,
  448. -0.0329178757965565,-0.988171935081482,-0.149775251746178,0.0976030826568604,-0.822973191738129,0.55963271856308,-0.751591324806213,0.213469713926315,0.624132335186005,-0.856698393821716,-0.00500035006552935,0.51579350233078,-0.746254503726959,-0.0810477212071419,0.660708487033844,-0.606936395168304,0.317646980285645,0.728511214256287,-0.44796484708786,0.886240482330322,0.117921188473701,-0.751591324806213,0.213469713926315,0.624132335186005,-0.606936395168304,0.317646980285645,0.728511214256287,-0.389946907758713,0.909613192081451,0.143336355686188,-0.275422126054764,0.921664655208588,0.273270756006241,-0.44796484708786,0.886240482330322,0.117921188473701,-0.389946907758713,0.909613192081451,0.143336355686188,-0.258624583482742,0.944165945053101,0.204118013381958,-0.0528290569782257,0.927511036396027,0.370043873786926,-0.275422126054764,0.921664655208588,0.273270756006241,-0.258624583482742,0.944165945053101,0.204118013381958,-0.15974585711956,0.922003388404846,0.352691203355789,0.404365479946136,0.705931007862091,-0.581506788730621,0.258607178926468,0.947230219841003,0.189412891864777,-0.0528290569782257,0.927511036396027,0.370043873786926,-0.15974585711956,0.922003388404846,0.352691203355789,0.600460112094879,0.0396561101078987,-0.798670887947083,0.258607178926468,0.947230219841003,0.189412891864777,0.404365479946136,0.705931007862091,-0.581506788730621,0.834141969680786,0.0319331288337708,-0.550624787807465,0.451464384794235,0.0327642001211643,-0.891687452793121,0.722730815410614,-0.00211296346969903,-0.69112640619278,0.283783912658691,-0.0117210587486625,-0.958816707134247,-0.357704132795334,-0.865802764892578,-0.34990468621254,-0.0114754736423492,-0.999871611595154,-0.0111877480521798,-0.309336155653,-0.895883560180664,-0.318910330533981,-0.0178042948246002,-0.999671459197998,-0.0184404663741589,-0.599271535873413,0.195213854312897,0.776379644870758,-0.449129521846771,-0.00314244488254189,0.893461227416992,-0.949140727519989,-0.00758590642362833,0.314760863780975,-0.661608338356018,0.196943610906601,0.723524510860443,
  449. 0.0360928513109684,0.828464865684509,0.558876752853394,-0.599271535873413,0.195213854312897,0.776379644870758,-0.661608338356018,0.196943610906601,0.723524510860443,-0.284798681735992,0.917848587036133,0.276484698057175,-0.236702620983124,0.93435001373291,0.266386717557907,0.0360928513109684,0.828464865684509,0.558876752853394,-0.284798681735992,0.917848587036133,0.276484698057175,-0.20388425886631,0.928929567337036,0.309065222740173,-0.388601392507553,0.919961333274841,0.0515751764178276,-0.236702620983124,0.93435001373291,0.266386717557907,-0.20388425886631,0.928929567337036,0.309065222740173,-0.0223370790481567,0.912175118923187,0.409191608428955,0.228656560182571,0.960854828357697,0.156442806124687,-0.200517266988754,0.933642745018005,-0.296823531389236,-0.388601392507553,0.919961333274841,0.0515751764178276,-0.0223370790481567,0.912175118923187,0.409191608428955,0.834141969680786,0.0319331288337708,-0.550624787807465,-0.200517266988754,0.933642745018005,-0.296823531389236,0.228656560182571,0.960854828357697,0.156442806124687,0.451464384794235,0.0327642001211643,-0.891687452793121,0.562987089157104,0.0260310731828213,-0.826055705547333,0.118690699338913,0.797289669513702,-0.591812372207642,0.728727877140045,-0.0403921343386173,-0.683611214160919,0.973950743675232,-0.00171686057001352,-0.226753622293472,0.106035210192204,-0.988337278366089,0.109298385679722,-0.0360018461942673,-0.998667359352112,-0.0369786508381367,0.0712756291031837,-0.949695527553558,-0.304956257343292,-0.000298930099233985,-0.999889314174652,-0.0148774851113558,-0.743706047534943,0.196830689907074,0.638873219490051,-0.886436581611633,-0.0011003187391907,0.46284881234169,-0.851699471473694,-0.142504125833511,0.504282414913177,-0.495094567537308,0.324764728546143,0.805859327316284,-0.369757264852524,0.914349853992462,0.165057718753815,-0.743706047534943,0.196830689907074,0.638873219490051,-0.495094567537308,0.324764728546143,0.805859327316284,-0.457967042922974,0.834031760692596,0.307664334774017,-0.342658817768097,0.909138321876526,0.236754238605499,
  450. -0.369757264852524,0.914349853992462,0.165057718753815,-0.457967042922974,0.834031760692596,0.307664334774017,-0.485170543193817,0.801491856575012,0.349600583314896,-0.132056280970573,0.929195165634155,0.345191985368729,-0.342658817768097,0.909138321876526,0.236754238605499,-0.485170543193817,0.801491856575012,0.349600583314896,-0.116509139537811,0.978091299533844,0.172519862651825,0.118690699338913,0.797289669513702,-0.591812372207642,0.123176544904709,0.991644084453583,0.0383365862071514,-0.132056280970573,0.929195165634155,0.345191985368729,-0.116509139537811,0.978091299533844,0.172519862651825,0.562987089157104,0.0260310731828213,-0.826055705547333,0.123176544904709,0.991644084453583,0.0383365862071514,0.118690699338913,0.797289669513702,-0.591812372207642,0.822391748428345,0.0330020114779472,-0.567963719367981,0.69858193397522,0.0455154553055763,-0.714081048965454,0.702600121498108,8.45954054966569e-005,-0.71158492565155,0.293470591306686,-0.00619436427950859,-0.955948114395142,0.0167193207889795,-0.99973052740097,0.0161032024770975,0.332387149333954,-0.886778235435486,0.321159064769745,-0.000807761040050536,-0.999999403953552,-0.000787942844908684,-8.1019607023336e-006,-1,9.08763104234822e-006,-0.713550865650177,0.2143814265728,0.666997671127319,-0.292100548744202,-0.00547917373478413,0.956371963024139,-0.702954888343811,0,0.711234450340271,-0.670154094696045,0.28841158747673,0.68389493227005,-0.242546126246452,0.922824323177338,0.299277037382126,-0.713550865650177,0.2143814265728,0.666997671127319,-0.670154094696045,0.28841158747673,0.68389493227005,-0.235877633094788,0.941479325294495,0.240787252783775,-0.311894088983536,0.919801950454712,0.238089635968208,-0.242546126246452,0.922824323177338,0.299277037382126,-0.235877633094788,0.941479325294495,0.240787252783775,-0.300424426794052,0.90311861038208,0.306793123483658,-0.352697402238846,0.931144416332245,0.0926001146435738,-0.311894088983536,0.919801950454712,0.238089635968208,-0.300424426794052,0.90311861038208,0.306793123483658,-0.194300845265388,0.960604548454285,0.198711261153221,
  451. 0.822391748428345,0.0330020114779472,-0.567963719367981,-0.231345951557159,0.924053192138672,-0.304310649633408,0.0316288098692894,0.999051928520203,-0.0299146398901939,0.69858193397522,0.0455154553055763,-0.714081048965454,0.451464384794235,0.0327642001211643,-0.891687452793121,0.435159802436829,0.625083148479462,-0.64800226688385,0.835990369319916,-0.480305969715118,-0.26537948846817,0.722730815410614,-0.00211296346969903,-0.69112640619278,-0.0178042948246002,-0.999671459197998,-0.0184404663741589,-0.309336155653,-0.895883560180664,-0.318910330533981,0.0108445659279823,-0.997466146945953,-0.0703125968575478,-0.0775609388947487,-0.859028816223145,0.506017506122589,-0.661608338356018,0.196943610906601,0.723524510860443,-0.949140727519989,-0.00758590642362833,0.314760863780975,-0.800814867019653,-0.182750508189201,0.570348918437958,-0.644487798213959,0.297118574380875,0.704525411128998,-0.284798681735992,0.917848587036133,0.276484698057175,-0.661608338356018,0.196943610906601,0.723524510860443,-0.644487798213959,0.297118574380875,0.704525411128998,-0.40777850151062,0.874528884887695,0.262518674135208,-0.20388425886631,0.928929567337036,0.309065222740173,-0.284798681735992,0.917848587036133,0.276484698057175,-0.40777850151062,0.874528884887695,0.262518674135208,-0.175131022930145,0.957229435443878,0.230306386947632,-0.0223370790481567,0.912175118923187,0.409191608428955,-0.20388425886631,0.928929567337036,0.309065222740173,-0.175131022930145,0.957229435443878,0.230306386947632,-0.110416658222675,0.965674698352814,0.235118255019188,0.435159802436829,0.625083148479462,-0.64800226688385,0.228656560182571,0.960854828357697,0.156442806124687,-0.0223370790481567,0.912175118923187,0.409191608428955,-0.110416658222675,0.965674698352814,0.235118255019188,0.451464384794235,0.0327642001211643,-0.891687452793121,0.228656560182571,0.960854828357697,0.156442806124687,0.435159802436829,0.625083148479462,-0.64800226688385,0.258607178926468,0.947230219841003,0.189412891864777,0.0324724279344082,0.999087929725647,-0.0277281999588013,
  452. -0.194463461637497,0.961914658546448,0.192104697227478,-0.0528290569782257,0.927511036396027,0.370043873786926,-0.194300845265388,0.960604548454285,0.198711261153221,0.0316288098692894,0.999051928520203,-0.0299146398901939,-0.231345951557159,0.924053192138672,-0.304310649633408,-0.352697402238846,0.931144416332245,0.0926001146435738,0.710490226745605,1.10216196844704e-005,-0.703707098960876,0.712802290916443,0.0552050322294235,-0.699189066886902,0.600460112094879,0.0396561101078987,-0.798670887947083,0.916964292526245,-0.00786166079342365,-0.398891806602478,-7.20214711691369e-006,-1,7.78564481151989e-006,0.00084951362805441,-0.999999344348907,0.000864237081259489,-0.352071672677994,-0.864950120449066,-0.357640653848648,-0.0540635362267494,-0.997016549110413,-0.0550922341644764,-0.67889404296875,0.295355647802353,0.672211289405823,-0.707722067832947,0,0.706491053104401,-0.856698393821716,-0.00500035006552935,0.51579350233078,-0.751591324806213,0.213469713926315,0.624132335186005,-0.24768254160881,0.938063383102417,0.242261335253716,-0.67889404296875,0.295355647802353,0.672211289405823,-0.751591324806213,0.213469713926315,0.624132335186005,-0.44796484708786,0.886240482330322,0.117921188473701,-0.304382145404816,0.904740810394287,0.29798623919487,-0.24768254160881,0.938063383102417,0.242261335253716,-0.44796484708786,0.886240482330322,0.117921188473701,-0.275422126054764,0.921664655208588,0.273270756006241,-0.194463461637497,0.961914658546448,0.192104697227478,-0.304382145404816,0.904740810394287,0.29798623919487,-0.275422126054764,0.921664655208588,0.273270756006241,-0.0528290569782257,0.927511036396027,0.370043873786926,0.712802290916443,0.0552050322294235,-0.699189066886902,0.0324724279344082,0.999087929725647,-0.0277281999588013,0.258607178926468,0.947230219841003,0.189412891864777,0.600460112094879,0.0396561101078987,-0.798670887947083,0.614960968494415,0.685689210891724,0.38942688703537,0.979851126670837,0.0274802707135677,0.197830006480217,0.957695960998535,-0.00157522002700716,-0.287777841091156,0.999916434288025,-0.0118748228996992,-0.00511090457439423,
  453. -0.240879192948341,-0.949975728988647,-0.198804810643196,-5.84424051339738e-005,-1,-4.82342657051049e-005,0.00240713637322187,-0.988005101680756,0.154402330517769,-1.02234014320857e-006,-1,-6.55840049148537e-005,-0.958603322505951,0.259510189294815,-0.117193207144737,-0.95661449432373,-0.122645288705826,0.264285445213318,-0.904849886894226,-0.00203948933631182,0.425725936889648,-0.980150759220123,0.196984201669693,-0.0223976876586676,-0.500867486000061,0.861027359962463,-0.0881117284297943,-0.958603322505951,0.259510189294815,-0.117193207144737,-0.980150759220123,0.196984201669693,-0.0223976876586676,-0.37024313211441,0.928848624229431,-0.0126577774062753,-0.287466555833817,0.953781247138977,-0.0875471904873848,-0.500867486000061,0.861027359962463,-0.0881117284297943,-0.37024313211441,0.928848624229431,-0.0126577774062753,-0.405877768993378,0.892253756523132,-0.197855040431023,-0.143877491354942,0.980084717273712,-0.136869758367538,-0.287466555833817,0.953781247138977,-0.0875471904873848,-0.405877768993378,0.892253756523132,-0.197855040431023,-0.342640846967697,0.937354862689972,-0.0629553496837616,0.0543381609022617,0.991101503372192,-0.121512554585934,0.614960968494415,0.685689210891724,0.38942688703537,-0.143877491354942,0.980084717273712,-0.136869758367538,-0.342640846967697,0.937354862689972,-0.0629553496837616,0.614960968494415,0.685689210891724,0.38942688703537,0.0543381609022617,0.991101503372192,-0.121512554585934,0.979851126670837,0.0274802707135677,0.197830006480217,0.535611093044281,0.813692569732666,0.225887417793274,0.979188323020935,0.0319432988762856,0.200424656271935,0.878824055194855,-0.0117189949378371,-0.477002084255219,0.999236762523651,-0.0239650681614876,-0.0308461859822273,-0.0531733557581902,-0.998023450374603,-0.0334932953119278,0.503039240837097,-0.803804397583008,0.31756928563118,-0.000203269446501508,-0.999870121479034,-0.0161167290061712,-0.00550698395818472,-0.865730106830597,-0.500480830669403,-0.919589281082153,0.384668529033661,-0.0799113661050797,-0.976258099079132,-0.191867738962173,0.100533977150917,
  454. -0.949372708797455,-0.00314412731677294,0.314136415719986,-0.972808480262756,0.19525620341301,0.124574512243271,-0.516290724277496,0.848017394542694,0.119626440107822,-0.919589281082153,0.384668529033661,-0.0799113661050797,-0.972808480262756,0.19525620341301,0.124574512243271,-0.369587123394012,0.82839572429657,0.420910835266113,-0.317633837461472,0.947916626930237,0.0237278454005718,-0.516290724277496,0.848017394542694,0.119626440107822,-0.369587123394012,0.82839572429657,0.420910835266113,-0.355720937252045,0.934346139431,0.0214487444609404,-0.234480366110802,0.971376299858093,-0.0380394794046879,-0.317633837461472,0.947916626930237,0.0237278454005718,-0.355720937252045,0.934346139431,0.0214487444609404,-0.311316430568695,0.920024037361145,-0.23798705637455,0.0680993795394897,0.933646380901337,-0.351663023233414,0.535611093044281,0.813692569732666,0.225887417793274,-0.234480366110802,0.971376299858093,-0.0380394794046879,-0.311316430568695,0.920024037361145,-0.23798705637455,0.535611093044281,0.813692569732666,0.225887417793274,0.0680993795394897,0.933646380901337,-0.351663023233414,0.979188323020935,0.0319432988762856,0.200424656271935,0.588461875915527,0.788122415542603,0.180487275123596,0.983137309551239,0.0330018885433674,0.179866850376129,0.883550584316254,-0.00619246112182736,-0.468294948339462,0.999875962734222,-0.0110634211450815,-0.0112110180780292,-0.444754719734192,-0.845019459724426,-0.296876072883606,0.0504800863564014,-0.998156547546387,0.0336957164108753,0.00793935917317867,-0.886883795261383,0.461924463510513,0.000447533035185188,-0.999730288982391,0.0232202857732773,-0.949309110641479,0.311640352010727,-0.0411421172320843,-0.970505356788635,-0.191034644842148,0.147054925560951,-0.882878124713898,-0.00547788245603442,0.469570517539978,-0.976199090480804,0.214388906955719,-0.0327552706003189,-0.51909613609314,0.846452355384827,0.118565335869789,-0.949309110641479,0.311640352010727,-0.0411421172320843,-0.976199090480804,0.214388906955719,-0.0327552706003189,-0.383109986782074,0.922829866409302,0.040149874985218,
  455. -0.34075191617012,0.940103888511658,-0.00964419636875391,-0.51909613609314,0.846452355384827,0.118565335869789,-0.383109986782074,0.922829866409302,0.040149874985218,-0.388895034790039,0.919810712337494,-0.0520482398569584,-0.29001584649086,0.955746114253998,-0.0493982583284378,-0.34075191617012,0.940103888511658,-0.00964419636875391,-0.388895034790039,0.919810712337494,-0.0520482398569584,-0.31486102938652,0.931157767772675,-0.183869138360024,0.0515857376158237,0.92411994934082,-0.378604471683502,0.588461875915527,0.788122415542603,0.180487275123596,-0.29001584649086,0.955746114253998,-0.0493982583284378,-0.31486102938652,0.931157767772675,-0.183869138360024,0.588461875915527,0.788122415542603,0.180487275123596,0.0515857376158237,0.92411994934082,-0.378604471683502,0.983137309551239,0.0330018885433674,0.179866850376129,0.979851126670837,0.0274802707135677,0.197830006480217,0.982192635536194,0.0260307174175978,-0.186065062880516,0.848911583423615,-0.00171658326871693,0.528532147407532,0.957695960998535,-0.00157522002700716,-0.287777841091156,-1.02234014320857e-006,-1,-6.55840049148537e-005,0.00240713637322187,-0.988005101680756,0.154402330517769,0.000692597241140902,-0.998659908771515,-0.051749125123024,-0.00230742082931101,-0.988330483436584,0.152307912707329,-0.980150759220123,0.196984201669693,-0.0223976876586676,-0.904849886894226,-0.00203948933631182,0.425725936889648,-0.954083025455475,-0.00110046460758895,-0.299540370702744,-0.977646827697754,0.196850404143333,-0.0738697573542595,-0.37024313211441,0.928848624229431,-0.0126577774062753,-0.980150759220123,0.196984201669693,-0.0223976876586676,-0.977646827697754,0.196850404143333,-0.0738697573542595,-0.378145545721054,0.914366722106934,-0.144705086946487,-0.405877768993378,0.892253756523132,-0.197855040431023,-0.37024313211441,0.928848624229431,-0.0126577774062753,-0.378145545721054,0.914366722106934,-0.144705086946487,-0.409706950187683,0.909094631671906,-0.0754135474562645,-0.342640846967697,0.937354862689972,-0.0629553496837616,-0.405877768993378,0.892253756523132,-0.197855040431023,
  456. -0.409706950187683,0.909094631671906,-0.0754135474562645,-0.337492495775223,0.929207861423492,0.150571316480637,0.0599115826189518,0.991637349128723,0.114307329058647,0.0543381609022617,0.991101503372192,-0.121512554585934,-0.342640846967697,0.937354862689972,-0.0629553496837616,-0.337492495775223,0.929207861423492,0.150571316480637,0.979851126670837,0.0274802707135677,0.197830006480217,0.0543381609022617,0.991101503372192,-0.121512554585934,0.0599115826189518,0.991637349128723,0.114307329058647,0.982192635536194,0.0260307174175978,-0.186065062880516,0.989290595054626,0.0396606363356113,-0.1404679864645,0.69675487279892,0.706234157085419,-0.125563070178032,0.999693393707275,0.0170982796698809,0.0179096627980471,0.930549561977386,-0.00785681791603565,0.366081684827805,0.000724400917533785,-0.997012913227081,-0.0772315114736557,0.00394246261566877,-0.865021049976349,-0.501720190048218,0.0826131030917168,-0.988155066967011,-0.129324063658714,-0.326302498579025,-0.823122262954712,0.464754343032837,-0.972790718078613,0.213483840227127,-0.0900164395570755,-0.970567286014557,-0.00499623361974955,-0.240778550505638,-0.994894981384277,-0.0808651745319366,-0.0603728033602238,-0.944338619709015,0.317545771598816,0.0859604105353355,-0.40008270740509,0.886275351047516,-0.233345344662666,-0.972790718078613,0.213483840227127,-0.0900164395570755,-0.944338619709015,0.317545771598816,0.0859604105353355,-0.377013266086578,0.909620881080627,-0.17450250685215,-0.388071000576019,0.921628355979919,-0.00147851253859699,-0.40008270740509,0.886275351047516,-0.233345344662666,-0.377013266086578,0.909620881080627,-0.17450250685215,-0.327323764562607,0.944117188453674,-0.0387561991810799,-0.299067378044128,0.927432715892792,0.224560007452965,-0.388071000576019,0.921628355979919,-0.00147851253859699,-0.327323764562607,0.944117188453674,-0.0387561991810799,-0.362322509288788,0.921999216079712,0.136528819799423,0.69675487279892,0.706234157085419,-0.125563070178032,0.0490014515817165,0.94722181558609,0.316812008619308,-0.299067378044128,0.927432715892792,0.224560007452965,
  457. -0.362322509288788,0.921999216079712,0.136528819799423,0.989290595054626,0.0396606363356113,-0.1404679864645,0.0490014515817165,0.94722181558609,0.316812008619308,0.69675487279892,0.706234157085419,-0.125563070178032,0.979188323020935,0.0319432988762856,0.200424656271935,0.949732303619385,0.0327736586332321,-0.31134295463562,0.999750256538391,-0.00211212504655123,0.0222496911883354,0.878824055194855,-0.0117189949378371,-0.477002084255219,-0.00550698395818472,-0.865730106830597,-0.500480830669403,-0.000203269446501508,-0.999870121479034,-0.0161167290061712,0.0067646699026227,-0.895909368991852,-0.444185435771942,0.000450627238024026,-0.999670803546906,-0.0256566405296326,-0.972808480262756,0.19525620341301,0.124574512243271,-0.949372708797455,-0.00314412731677294,0.314136415719986,-0.893831670284271,-0.00758460396900773,-0.448338478803635,-0.979431390762329,0.196971714496613,0.0437772795557976,-0.369587123394012,0.82839572429657,0.420910835266113,-0.972808480262756,0.19525620341301,0.124574512243271,-0.979431390762329,0.196971714496613,0.0437772795557976,-0.396810233592987,0.917881548404694,-0.00593642005696893,-0.355720937252045,0.934346139431,0.0214487444609404,-0.369587123394012,0.82839572429657,0.420910835266113,-0.396810233592987,0.917881548404694,-0.00593642005696893,-0.362717092037201,0.928924024105072,0.0744078457355499,-0.311316430568695,0.920024037361145,-0.23798705637455,-0.355720937252045,0.934346139431,0.0214487444609404,-0.362717092037201,0.928924024105072,0.0744078457355499,-0.30512660741806,0.912136435508728,0.273687690496445,0.0510566048324108,0.96083652973175,0.272372156381607,0.0680993795394897,0.933646380901337,-0.351663023233414,-0.311316430568695,0.920024037361145,-0.23798705637455,-0.30512660741806,0.912136435508728,0.273687690496445,0.979188323020935,0.0319432988762856,0.200424656271935,0.0680993795394897,0.933646380901337,-0.351663023233414,0.0510566048324108,0.96083652973175,0.272372156381607,0.949732303619385,0.0327736586332321,-0.31134295463562,0.982192635536194,0.0260307174175978,-0.186065062880516,
  458. 0.502318382263184,0.797395646572113,-0.334419578313828,0.998674273490906,-0.0404097437858582,0.0318886898458004,0.848911583423615,-0.00171658326871693,0.528532147407532,-0.00230742082931101,-0.988330483436584,0.152307912707329,0.000692597241140902,-0.998659908771515,-0.051749125123024,0.266172140836716,-0.949654221534729,-0.165255650877953,0.0103254597634077,-0.999888777732849,-0.0107606612145901,-0.977646827697754,0.196850404143333,-0.0738697573542595,-0.954083025455475,-0.00110046460758895,-0.299540370702744,-0.958892941474915,-0.142431020736694,-0.245433881878853,-0.919674277305603,0.325076222419739,0.220283463597298,-0.378145545721054,0.914366722106934,-0.144705086946487,-0.977646827697754,0.196850404143333,-0.0738697573542595,-0.919674277305603,0.325076222419739,0.220283463597298,-0.541697084903717,0.833818316459656,-0.106355242431164,-0.409706950187683,0.909094631671906,-0.0754135474562645,-0.378145545721054,0.914366722106934,-0.144705086946487,-0.541697084903717,0.833818316459656,-0.106355242431164,-0.591459214687347,0.800548851490021,-0.0964247584342957,-0.337492495775223,0.929207861423492,0.150571316480637,-0.409706950187683,0.909094631671906,-0.0754135474562645,-0.591459214687347,0.800548851490021,-0.0964247584342957,-0.204759567975998,0.978019237518311,0.0393951199948788,0.502318382263184,0.797395646572113,-0.334419578313828,0.0599115826189518,0.991637349128723,0.114307329058647,-0.337492495775223,0.929207861423492,0.150571316480637,-0.204759567975998,0.978019237518311,0.0393951199948788,0.982192635536194,0.0260307174175978,-0.186065062880516,0.0599115826189518,0.991637349128723,0.114307329058647,0.502318382263184,0.797395646572113,-0.334419578313828,0.983137309551239,0.0330018885433674,0.179866850376129,0.998903930187225,0.0455062761902809,-0.010967611335218,0.999979913234711,8.45271861180663e-005,-0.00633789971470833,0.883550584316254,-0.00619246112182736,-0.468294948339462,0.000447533035185188,-0.999730288982391,0.0232202857732773,0.00793935917317867,-0.886883795261383,0.461924463510513,-1.82850419605529e-006,-0.999999344348907,-0.00112836458720267,
  459. 1.09718589769159e-009,-1,6.770701475034e-007,-0.976199090480804,0.214388906955719,-0.0327552706003189,-0.882878124713898,-0.00547788245603442,0.469570517539978,-0.999982893466949,-4.97175703384478e-011,0.0058498028665781,-0.95745587348938,0.2884162068367,0.00971568282693625,-0.383109986782074,0.922829866409302,0.040149874985218,-0.976199090480804,0.214388906955719,-0.0327552706003189,-0.95745587348938,0.2884162068367,0.00971568282693625,-0.337030470371246,0.941487431526184,0.00346651766449213,-0.388895034790039,0.919810712337494,-0.0520482398569584,-0.383109986782074,0.922829866409302,0.040149874985218,-0.337030470371246,0.941487431526184,0.00346651766449213,-0.42935112118721,0.903126418590546,0.00450148340314627,-0.31486102938652,0.931157767772675,-0.183869138360024,-0.388895034790039,0.919810712337494,-0.0520482398569584,-0.42935112118721,0.903126418590546,0.00450148340314627,-0.277896612882614,0.960605978965759,0.00312450295314193,0.983137309551239,0.0330018885433674,0.179866850376129,0.0515857376158237,0.92411994934082,-0.378604471683502,0.0435286201536655,0.999051511287689,0.0012122334446758,0.998903930187225,0.0455062761902809,-0.010967611335218,0.949732303619385,0.0327736586332321,-0.31134295463562,0.765854954719543,0.6251100897789,-0.150677919387817,0.778999626636505,-0.480094611644745,0.403322219848633,0.999750256538391,-0.00211212504655123,0.0222496911883354,0.000450627238024026,-0.999670803546906,-0.0256566405296326,0.0067646699026227,-0.895909368991852,-0.444185435771942,0.0573852472007275,-0.997464299201965,-0.042094562202692,-0.412574738264084,-0.858982145786285,0.303202599287033,-0.979431390762329,0.196971714496613,0.0437772795557976,-0.893831670284271,-0.00758460396900773,-0.448338478803635,-0.969596028327942,-0.182596310973167,-0.162917658686638,-0.953932642936707,0.296998143196106,0.0424810349941254,-0.396810233592987,0.917881548404694,-0.00593642005696893,-0.979431390762329,0.196971714496613,0.0437772795557976,-0.953932642936707,0.296998143196106,0.0424810349941254,-0.474066436290741,0.874488353729248,-0.102621600031853,
  460. -0.362717092037201,0.928924024105072,0.0744078457355499,-0.396810233592987,0.917881548404694,-0.00593642005696893,-0.474066436290741,0.874488353729248,-0.102621600031853,-0.286711007356644,0.957223296165466,0.0389935150742531,-0.30512660741806,0.912136435508728,0.273687690496445,-0.362717092037201,0.928924024105072,0.0744078457355499,-0.286711007356644,0.957223296165466,0.0389935150742531,-0.244245931506157,0.965701341629028,0.0881194621324539,0.765854954719543,0.6251100897789,-0.150677919387817,0.0510566048324108,0.96083652973175,0.272372156381607,-0.30512660741806,0.912136435508728,0.273687690496445,-0.244245931506157,0.965701341629028,0.0881194621324539,0.949732303619385,0.0327736586332321,-0.31134295463562,0.0510566048324108,0.96083652973175,0.272372156381607,0.765854954719543,0.6251100897789,-0.150677919387817,0.0490014515817165,0.94722181558609,0.316812008619308,0.0426380857825279,0.999085009098053,0.00335447024554014,-0.273415625095367,0.961894571781158,-0.00167160434648395,-0.299067378044128,0.927432715892792,0.224560007452965,-0.277896612882614,0.960605978965759,0.00312450295314193,0.0435286201536655,0.999051511287689,0.0012122334446758,0.0515857376158237,0.92411994934082,-0.378604471683502,-0.31486102938652,0.931157767772675,-0.183869138360024,0.999988496303558,1.10052405943861e-005,0.00481341080740094,0.998429119586945,0.0551955960690975,0.00963333062827587,0.989290595054626,0.0396606363356113,-0.1404679864645,0.930549561977386,-0.00785681791603565,0.366081684827805,-1.56445985339815e-005,-1,4.13129413345814e-007,-1.54859026224585e-005,-0.999999284744263,0.00121180154383183,0.00394246261566877,-0.865021049976349,-0.501720190048218,0.000724400917533785,-0.997012913227081,-0.0772315114736557,-0.955369055271149,0.295377314090729,-0.00473508611321449,-0.999999642372131,-2.18913203536841e-011,-0.000886336667463183,-0.970567286014557,-0.00499623361974955,-0.240778550505638,-0.972790718078613,0.213483840227127,-0.0900164395570755,-0.346379995346069,0.93808650970459,-0.00383386132307351,-0.955369055271149,0.295377314090729,-0.00473508611321449,
  461. -0.972790718078613,0.213483840227127,-0.0900164395570755,-0.40008270740509,0.886275351047516,-0.233345344662666,-0.426030784845352,0.904697358608246,-0.00452609546482563,-0.346379995346069,0.93808650970459,-0.00383386132307351,-0.40008270740509,0.886275351047516,-0.233345344662666,-0.388071000576019,0.921628355979919,-0.00147851253859699,-0.273415625095367,0.961894571781158,-0.00167160434648395,-0.426030784845352,0.904697358608246,-0.00452609546482563,-0.388071000576019,0.921628355979919,-0.00147851253859699,-0.299067378044128,0.927432715892792,0.224560007452965,0.998429119586945,0.0551955960690975,0.00963333062827587,0.0426380857825279,0.999085009098053,0.00335447024554014,0.0490014515817165,0.94722181558609,0.316812008619308,0.989290595054626,0.0396606363356113,-0.1404679864645,0.159774959087372,0.685406565666199,0.710415303707123,0.553031444549561,0.0274808723479509,0.832707107067108,0.880564868450165,-0.00157524086534977,0.473923146724701,0.710653126239777,-0.0118310023099184,0.703443109989166,-0.0294860117137432,-0.950017809867859,-0.310800135135651,-7.15358828529133e-006,-1,-7.5403084338177e-005,-0.10735047608614,-0.988033592700958,0.110750295221806,4.56287707493175e-005,-1,-4.70736849820241e-005,-0.594637334346771,0.259559571743011,-0.76094377040863,-0.863124132156372,-0.122346490621567,-0.489947140216827,-0.94072163105011,-0.00203914730809629,-0.33917373418808,-0.677092790603638,0.196989625692368,-0.709041953086853,-0.291704028844833,0.861137568950653,-0.416354149580002,-0.594637334346771,0.259559571743011,-0.76094377040863,-0.677092790603638,0.196989625692368,-0.709041953086853,-0.252826750278473,0.928834080696106,-0.270824819803238,-0.141184896230698,0.953874945640564,-0.264933109283447,-0.291704028844833,0.861137568950653,-0.416354149580002,-0.252826750278473,0.928834080696106,-0.270824819803238,-0.147062867879868,0.892264366149902,-0.426892012357712,-0.00481804413720965,0.98006671667099,-0.198610290884972,-0.141184896230698,0.953874945640564,-0.264933109283447,-0.147062867879868,0.892264366149902,-0.426892012357712,
  462. -0.19775003194809,0.937358796596527,-0.286798596382141,0.124406069517136,0.991096377372742,-0.0474461875855923,0.159774959087372,0.685406565666199,0.710415303707123,-0.00481804413720965,0.98006671667099,-0.198610290884972,-0.19775003194809,0.937358796596527,-0.286798596382141,0.159774959087372,0.685406565666199,0.710415303707123,0.124406069517136,0.991096377372742,-0.0474461875855923,0.553031444549561,0.0274808723479509,0.832707107067108,0.218910187482834,0.813909530639648,0.538172602653503,0.550523638725281,0.0319351851940155,0.834208607673645,0.958816647529602,-0.0117209497839212,0.283784091472626,0.728433132171631,-0.0241178721189499,0.68469226360321,-0.013948074541986,-0.998029112815857,-0.0611830353736877,0.131339401006699,-0.803972899913788,0.579980611801147,0.0111874779686332,-0.999871671199799,-0.0114756925031543,0.349904507398605,-0.865802764892578,-0.357704311609268,-0.594077229499817,0.384142309427261,-0.706758141517639,-0.76154637336731,-0.192363739013672,-0.618904948234558,-0.893461227416992,-0.00314253987744451,-0.449129551649094,-0.776379942893982,0.195213839411736,-0.5992711186409,-0.44965997338295,0.848071396350861,-0.280322641134262,-0.594077229499817,0.384142309427261,-0.706758141517639,-0.776379942893982,0.195213839411736,-0.5992711186409,-0.558876931667328,0.82846474647522,0.0360926054418087,-0.241059929132462,0.948064506053925,-0.207518666982651,-0.44965997338295,0.848071396350861,-0.280322641134262,-0.558876931667328,0.82846474647522,0.0360926054418087,-0.266389548778534,0.934349894523621,-0.236700430512428,-0.138622388243675,0.971427142620087,-0.192647933959961,-0.241059929132462,0.948064506053925,-0.207518666982651,-0.266389548778534,0.934349894523621,-0.236700430512428,-0.0515564978122711,0.919955849647522,-0.388616979122162,0.296937823295593,0.93358314037323,-0.200625166296959,0.218910187482834,0.813909530639648,0.538172602653503,-0.138622388243675,0.971427142620087,-0.192647933959961,-0.0515564978122711,0.919955849647522,-0.388616979122162,0.218910187482834,0.813909530639648,0.538172602653503,
  463. 0.296937823295593,0.93358314037323,-0.200625166296959,0.550523638725281,0.0319351851940155,0.834208607673645,0.288696825504303,0.788177728652954,0.543534815311432,0.567959904670715,0.0330021344125271,0.82239431142807,0.955946147441864,-0.0061943531036377,0.293477028608322,0.714948415756226,-0.0110883852466941,0.699089348316193,-0.104767292737961,-0.84488832950592,-0.524583220481873,0.0118886008858681,-0.998155951499939,0.0595277510583401,-0.321166217327118,-0.886776268482208,0.332385748624802,-0.0161032434552908,-0.99973052740097,0.0167189259082079,-0.642102241516113,0.311821818351746,-0.700336992740631,-0.79014664888382,-0.1910300552845,-0.582388162612915,-0.956370115280151,-0.00547904008999467,-0.292106360197067,-0.666993498802185,0.214381217956543,-0.713554739952087,-0.450820952653885,0.846460103988647,-0.283312231302261,-0.642102241516113,0.311821818351746,-0.700336992740631,-0.666993498802185,0.214381217956543,-0.713554739952087,-0.29926460981369,0.922835826873779,-0.24251788854599,-0.233985930681229,0.940157175064087,-0.247699782252312,-0.450820952653885,0.846460103988647,-0.283312231302261,-0.29926460981369,0.922835826873779,-0.24251788854599,-0.238068804144859,0.919799327850342,-0.311917304992676,-0.170079439878464,0.955764055252075,-0.239975467324257,-0.233985930681229,0.940157175064087,-0.247699782252312,-0.238068804144859,0.919799327850342,-0.311917304992676,-0.0926051288843155,0.93113911151886,-0.352709978818893,0.304315030574799,0.924054145812988,-0.2313362210989,0.288696825504303,0.788177728652954,0.543534815311432,-0.170079439878464,0.955764055252075,-0.239975467324257,-0.0926051288843155,0.93113911151886,-0.352709978818893,0.288696825504303,0.788177728652954,0.543534815311432,0.304315030574799,0.924054145812988,-0.2313362210989,0.567959904670715,0.0330021344125271,0.82239431142807,0.553031444549561,0.0274808723479509,0.832707107067108,0.825999021530151,0.026031356304884,0.563070178031921,0.226754009723663,-0.00171688059344888,0.973950564861298,0.880564868450165,-0.00157524086534977,0.473923146724701,
  464. 4.56287707493175e-005,-1,-4.70736849820241e-005,-0.10735047608614,-0.988033592700958,0.110750295221806,0.0369787067174912,-0.998667299747467,-0.036001481115818,-0.109298229217529,-0.988337159156799,0.106035470962524,-0.677092790603638,0.196989625692368,-0.709041953086853,-0.94072163105011,-0.00203914730809629,-0.33917373418808,-0.462848365306854,-0.00110025808680803,-0.886436879634857,-0.638872861862183,0.196831047534943,-0.743706345558167,-0.252826750278473,0.928834080696106,-0.270824819803238,-0.677092790603638,0.196989625692368,-0.709041953086853,-0.638872861862183,0.196831047534943,-0.743706345558167,-0.165057197213173,0.914349913597107,-0.369757413864136,-0.147062867879868,0.892264366149902,-0.426892012357712,-0.252826750278473,0.928834080696106,-0.270824819803238,-0.165057197213173,0.914349913597107,-0.369757413864136,-0.236752927303314,0.909138679504395,-0.342658966779709,-0.19775003194809,0.937358796596527,-0.286798596382141,-0.147062867879868,0.892264366149902,-0.426892012357712,-0.236752927303314,0.909138679504395,-0.342658966779709,-0.345190614461899,0.929195761680603,-0.132056340575218,-0.0382252857089043,0.99166339635849,0.123055145144463,0.124406069517136,0.991096377372742,-0.0474461875855923,-0.19775003194809,0.937358796596527,-0.286798596382141,-0.345190614461899,0.929195761680603,-0.132056340575218,0.553031444549561,0.0274808723479509,0.832707107067108,0.124406069517136,0.991096377372742,-0.0474461875855923,-0.0382252857089043,0.99166339635849,0.123055145144463,0.825999021530151,0.026031356304884,0.563070178031921,0.798581182956696,0.0396519564092159,0.600579679012299,0.581569015979767,0.705884099006653,0.404357761144638,0.694143831729889,0.0167614966630936,0.719641149044037,0.39888533949852,-0.00786188058555126,0.916967153549194,0.0550927706062794,-0.997016668319702,-0.0540627427399158,0.357643991708755,-0.864951729774475,-0.352064281702042,0.149775460362434,-0.988171875476837,-0.0329195819795132,-0.559631705284119,-0.822973489761353,0.0976070761680603,-0.624135494232178,0.213466435670853,-0.751589715480804,
  465. -0.51579338312149,-0.00500011350959539,-0.856698393821716,-0.660711765289307,-0.0810430496931076,-0.746251940727234,-0.728511035442352,0.317647188901901,-0.606936573982239,-0.117925733327866,0.886239409446716,-0.447965860366821,-0.624135494232178,0.213466435670853,-0.751589715480804,-0.728511035442352,0.317647188901901,-0.606936573982239,-0.143340036273003,0.90961229801178,-0.38994762301445,-0.273287504911423,0.921658158302307,-0.275427609682083,-0.117925733327866,0.886239409446716,-0.447965860366821,-0.143340036273003,0.90961229801178,-0.38994762301445,-0.2041175365448,0.944166004657745,-0.258624404668808,-0.370020508766174,0.927518486976624,-0.0528623834252357,-0.273287504911423,0.921658158302307,-0.275427609682083,-0.2041175365448,0.944166004657745,-0.258624404668808,-0.352638900279999,0.922023713588715,-0.159744367003441,0.581569015979767,0.705884099006653,0.404357761144638,-0.189300656318665,0.947272300720215,0.258535653352737,-0.370020508766174,0.927518486976624,-0.0528623834252357,-0.352638900279999,0.922023713588715,-0.159744367003441,0.798581182956696,0.0396519564092159,0.600579679012299,-0.189300656318665,0.947272300720215,0.258535653352737,0.581569015979767,0.705884099006653,0.404357761144638,0.550523638725281,0.0319351851940155,0.834208607673645,0.891691088676453,0.0327641442418098,0.45145720243454,0.691129148006439,-0.00211291247978807,0.722728252410889,0.958816647529602,-0.0117209497839212,0.283784091472626,0.349904507398605,-0.865802764892578,-0.357704311609268,0.0111874779686332,-0.999871671199799,-0.0114756925031543,0.318910151720047,-0.895883500576019,-0.309336453676224,0.0184402838349342,-0.999671518802643,-0.0178045891225338,-0.776379942893982,0.195213839411736,-0.5992711186409,-0.893461227416992,-0.00314253987744451,-0.449129551649094,-0.314760327339172,-0.00758594973012805,-0.949140906333923,-0.723522782325745,0.196943581104279,-0.661610126495361,-0.558876931667328,0.82846474647522,0.0360926054418087,-0.776379942893982,0.195213839411736,-0.5992711186409,-0.723522782325745,0.196943581104279,-0.661610126495361,
  466. -0.276472985744476,0.917848229408264,-0.284810990095139,-0.266389548778534,0.934349894523621,-0.236700430512428,-0.558876931667328,0.82846474647522,0.0360926054418087,-0.276472985744476,0.917848229408264,-0.284810990095139,-0.309060484170914,0.92892974615097,-0.203889966011047,-0.0515564978122711,0.919955849647522,-0.388616979122162,-0.266389548778534,0.934349894523621,-0.236700430512428,-0.309060484170914,0.92892974615097,-0.203889966011047,-0.409189879894257,0.91217577457428,-0.0223394948989153,-0.156435295939446,0.960857748985291,0.228649035096169,0.296937823295593,0.93358314037323,-0.200625166296959,-0.0515564978122711,0.919955849647522,-0.388616979122162,-0.409189879894257,0.91217577457428,-0.0223394948989153,0.550523638725281,0.0319351851940155,0.834208607673645,0.296937823295593,0.93358314037323,-0.200625166296959,-0.156435295939446,0.960857748985291,0.228649035096169,0.891691088676453,0.0327641442418098,0.45145720243454,0.825999021530151,0.026031356304884,0.563070178031921,0.591987013816834,0.797154009342194,0.118730634450912,0.6835618019104,-0.0404499173164368,0.728770911693573,0.226754009723663,-0.00171688059344888,0.973950564861298,-0.109298229217529,-0.988337159156799,0.106035470962524,0.0369787067174912,-0.998667299747467,-0.036001481115818,0.304955750703812,-0.949695587158203,0.0712772235274315,0.0148773398250341,-0.999889314174652,-0.00029878065106459,-0.638872861862183,0.196831047534943,-0.743706345558167,-0.462848365306854,-0.00110025808680803,-0.886436879634857,-0.504282414913177,-0.142504125833511,-0.851699471473694,-0.805858552455902,0.324766099452972,-0.495095133781433,-0.165057197213173,0.914349913597107,-0.369757413864136,-0.638872861862183,0.196831047534943,-0.743706345558167,-0.805858552455902,0.324766099452972,-0.495095133781433,-0.307669699192047,0.834029972553253,-0.457966595888138,-0.236752927303314,0.909138679504395,-0.342658966779709,-0.165057197213173,0.914349913597107,-0.369757413864136,-0.307669699192047,0.834029972553253,-0.457966595888138,-0.349605649709702,0.801490604877472,-0.485168725252151,
  467. -0.345190614461899,0.929195761680603,-0.132056340575218,-0.236752927303314,0.909138679504395,-0.342658966779709,-0.349605649709702,0.801490604877472,-0.485168725252151,-0.172511860728264,0.978090465068817,-0.116527698934078,0.591987013816834,0.797154009342194,0.118730634450912,-0.0382252857089043,0.99166339635849,0.123055145144463,-0.345190614461899,0.929195761680603,-0.132056340575218,-0.172511860728264,0.978090465068817,-0.116527698934078,0.825999021530151,0.026031356304884,0.563070178031921,-0.0382252857089043,0.99166339635849,0.123055145144463,0.591987013816834,0.797154009342194,0.118730634450912,0.567959904670715,0.0330021344125271,0.82239431142807,0.71407949924469,0.0455193221569061,0.698583245277405,0.711579859256744,8.45784161356278e-005,0.702605307102203,0.955946147441864,-0.0061943531036377,0.293477028608322,-0.0161032434552908,-0.99973052740097,0.0167189259082079,-0.321166217327118,-0.886776268482208,0.332385748624802,0.000787943368777633,-0.999999403953552,-0.000807740376330912,-9.08741003513569e-006,-1,-8.10197343525942e-006,-0.666993498802185,0.214381217956543,-0.713554739952087,-0.956370115280151,-0.00547904008999467,-0.292106360197067,-0.711225926876068,-0,-0.702963531017303,-0.683888137340546,0.288414627313614,-0.670159757137299,-0.29926460981369,0.922835826873779,-0.24251788854599,-0.666993498802185,0.214381217956543,-0.713554739952087,-0.683888137340546,0.288414627313614,-0.670159757137299,-0.240767374634743,0.941488862037659,-0.235859841108322,-0.238068804144859,0.919799327850342,-0.311917304992676,-0.29926460981369,0.922835826873779,-0.24251788854599,-0.240767374634743,0.941488862037659,-0.235859841108322,-0.306803375482559,0.903112292289734,-0.300433158874512,-0.0926051288843155,0.93113911151886,-0.352709978818893,-0.238068804144859,0.919799327850342,-0.311917304992676,-0.306803375482559,0.903112292289734,-0.300433158874512,-0.198713317513466,0.960603713989258,-0.194302916526794,0.567959904670715,0.0330021344125271,0.82239431142807,0.304315030574799,0.924054145812988,-0.2313362210989,0.0299165975302458,0.999051749706268,0.0316318906843662,
  468. 0.71407949924469,0.0455193221569061,0.698583245277405,0.891691088676453,0.0327641442418098,0.45145720243454,0.648000180721283,0.625095188617706,0.435145735740662,0.265379279851913,-0.480305761098862,0.83599054813385,0.691129148006439,-0.00211291247978807,0.722728252410889,0.0184402838349342,-0.999671518802643,-0.0178045891225338,0.318910151720047,-0.895883500576019,-0.309336453676224,0.0703125670552254,-0.997466027736664,0.0108447195962071,-0.506017327308655,-0.859028816223145,-0.077562041580677,-0.723522782325745,0.196943581104279,-0.661610126495361,-0.314760327339172,-0.00758594973012805,-0.949140906333923,-0.570348858833313,-0.182750701904297,-0.800814867019653,-0.704524278640747,0.297119468450546,-0.644488632678986,-0.276472985744476,0.917848229408264,-0.284810990095139,-0.723522782325745,0.196943581104279,-0.661610126495361,-0.704524278640747,0.297119468450546,-0.644488632678986,-0.262519299983978,0.874521672725677,-0.407793611288071,-0.309060484170914,0.92892974615097,-0.203889966011047,-0.276472985744476,0.917848229408264,-0.284810990095139,-0.262519299983978,0.874521672725677,-0.407793611288071,-0.230307728052139,0.957229137420654,-0.175130844116211,-0.409189879894257,0.91217577457428,-0.0223394948989153,-0.309060484170914,0.92892974615097,-0.203889966011047,-0.230307728052139,0.957229137420654,-0.175130844116211,-0.235118627548218,0.965674698352814,-0.11041659116745,0.648000180721283,0.625095188617706,0.435145735740662,-0.156435295939446,0.960857748985291,0.228649035096169,-0.409189879894257,0.91217577457428,-0.0223394948989153,-0.235118627548218,0.965674698352814,-0.11041659116745,0.891691088676453,0.0327641442418098,0.45145720243454,-0.156435295939446,0.960857748985291,0.228649035096169,0.648000180721283,0.625095188617706,0.435145735740662,-0.189300656318665,0.947272300720215,0.258535653352737,0.0277649220079184,0.999085783958435,0.0325067490339279,-0.192105740308762,0.961914896965027,-0.194461330771446,-0.370020508766174,0.927518486976624,-0.0528623834252357,-0.198713317513466,0.960603713989258,-0.194302916526794,
  469. 0.0299165975302458,0.999051749706268,0.0316318906843662,0.304315030574799,0.924054145812988,-0.2313362210989,-0.0926051288843155,0.93113911151886,-0.352709978818893,0.703702032566071,1.09815737232566e-005,0.710495293140411,0.699193060398102,0.0551774986088276,0.712800562381744,0.798581182956696,0.0396519564092159,0.600579679012299,0.39888533949852,-0.00786188058555126,0.916967153549194,-7.96411313785939e-006,-1,-7.38078597350977e-006,-0.000864442030433565,-0.999999284744263,0.000849334755912423,0.357643991708755,-0.864951729774475,-0.352064281702042,0.0550927706062794,-0.997016668319702,-0.0540627427399158,-0.672215759754181,0.295348405838013,-0.678892731666565,-0.706487476825714,7.7153359256954e-008,-0.707725584506989,-0.51579338312149,-0.00500011350959539,-0.856698393821716,-0.624135494232178,0.213466435670853,-0.751589715480804,-0.242275506258011,0.938056826591492,-0.247693628072739,-0.672215759754181,0.295348405838013,-0.678892731666565,-0.624135494232178,0.213466435670853,-0.751589715480804,-0.117925733327866,0.886239409446716,-0.447965860366821,-0.29800620675087,0.904729247093201,-0.304396659135818,-0.242275506258011,0.938056826591492,-0.247693628072739,-0.117925733327866,0.886239409446716,-0.447965860366821,-0.273287504911423,0.921658158302307,-0.275427609682083,-0.192105740308762,0.961914896965027,-0.194461330771446,-0.29800620675087,0.904729247093201,-0.304396659135818,-0.273287504911423,0.921658158302307,-0.275427609682083,-0.370020508766174,0.927518486976624,-0.0528623834252357,0.699193060398102,0.0551774986088276,0.712800562381744,0.0277649220079184,0.999085783958435,0.0325067490339279,-0.189300656318665,0.947272300720215,0.258535653352737,0.798581182956696,0.0396519564092159,0.600579679012299,-0.389353454113007,0.685669481754303,0.615029513835907,-0.197810098528862,0.0274803135544062,0.979855179786682,0.287717491388321,-0.00157536077313125,0.957714140415192,0.0050734062679112,-0.0118477772921324,0.999917030334473,0.198899418115616,-0.949952960014343,-0.240891128778458,4.82576433569193e-005,-1,-5.84458102821372e-005,
  470. -0.154404476284981,-0.988004803657532,0.00240601529367268,6.55948533676565e-005,-1,-1.02201909157884e-006,0.117258116602898,0.259534865617752,-0.958588719367981,-0.264167547225952,-0.122583940625191,-0.956654965877533,-0.425634175539017,-0.00203958386555314,-0.904893100261688,0.0224521812051535,0.196982607245445,-0.980149924755096,0.0881995186209679,0.861063063144684,-0.500790596008301,0.117258116602898,0.259534865617752,-0.958588719367981,0.0224521812051535,0.196982607245445,-0.980149924755096,0.012708998285234,0.928844511508942,-0.370252013206482,0.087585873901844,0.953837871551514,-0.28726652264595,0.0881995186209679,0.861063063144684,-0.500790596008301,0.012708998285234,0.928844511508942,-0.370252013206482,0.198104709386826,0.892213463783264,-0.405844390392303,0.136912390589714,0.980086803436279,-0.143822446465492,0.087585873901844,0.953837871551514,-0.28726652264595,0.198104709386826,0.892213463783264,-0.405844390392303,0.0629736557602882,0.93735682964325,-0.342631787061691,0.121505081653595,0.991102397441864,0.0543373562395573,-0.389353454113007,0.685669481754303,0.615029513835907,0.136912390589714,0.980086803436279,-0.143822446465492,0.0629736557602882,0.93735682964325,-0.342631787061691,-0.389353454113007,0.685669481754303,0.615029513835907,0.121505081653595,0.991102397441864,0.0543373562395573,-0.197810098528862,0.0274803135544062,0.979855179786682,-0.225885882973671,0.813721656799316,0.535567760467529,-0.200432315468788,0.031943179666996,0.979186654090881,0.477025389671326,-0.0117190256714821,0.878811419010162,0.030856266617775,-0.0239819381386042,0.999236106872559,0.0334897264838219,-0.998023509979248,-0.0531746186316013,-0.317525446414948,-0.803827285766602,0.503030180931091,0.0161166880279779,-0.999870121479034,-0.000203985633561388,0.500479936599731,-0.865730702877045,-0.00550834601745009,0.0798604041337967,0.384578168392181,-0.91963142156601,-0.100576244294643,-0.191951990127563,-0.976237058639526,-0.314150780439377,-0.00314399250783026,-0.949367940425873,-0.124691866338253,0.195247352123261,-0.972795188426971,
  471. -0.11961804330349,0.848027229309082,-0.516276478767395,0.0798604041337967,0.384578168392181,-0.91963142156601,-0.124691866338253,0.195247352123261,-0.972795188426971,-0.420921385288239,0.828381836414337,-0.369606167078018,-0.0236830823123455,0.947964072227478,-0.317495316267014,-0.11961804330349,0.848027229309082,-0.516276478767395,-0.420921385288239,0.828381836414337,-0.369606167078018,-0.0213444791734219,0.934354960918427,-0.355703800916672,0.038077250123024,0.971397399902344,-0.23438686132431,-0.0236830823123455,0.947964072227478,-0.317495316267014,-0.0213444791734219,0.934354960918427,-0.355703800916672,0.2380490899086,0.920014083385468,-0.311298608779907,0.351648658514023,0.933652579784393,0.0680892169475555,-0.225885882973671,0.813721656799316,0.535567760467529,0.038077250123024,0.971397399902344,-0.23438686132431,0.2380490899086,0.920014083385468,-0.311298608779907,-0.225885882973671,0.813721656799316,0.535567760467529,0.351648658514023,0.933652579784393,0.0680892169475555,-0.200432315468788,0.031943179666996,0.979186654090881,-0.180444717407227,0.788094818592072,0.588511943817139,-0.179848328232765,0.0330013036727905,0.983140587806702,0.468255490064621,-0.00619265716522932,0.88357150554657,0.0112246861681342,-0.0110873505473137,0.999875605106354,0.296949446201324,-0.844984531402588,-0.444772243499756,-0.0337020717561245,-0.998156309127808,0.0504791140556335,-0.461924195289612,-0.886883914470673,0.00794148165732622,-0.0232203006744385,-0.999730348587036,0.00044760579476133,0.0409542992711067,0.311420947313309,-0.949389219284058,-0.147109895944595,-0.191111460328102,-0.970481991767883,-0.46953073143959,-0.00547785777598619,-0.882899165153503,0.0325611010193825,0.214382961392403,-0.976206839084625,-0.118662863969803,0.846404552459717,-0.51915180683136,0.0409542992711067,0.311420947313309,-0.949389219284058,0.0325611010193825,0.214382961392403,-0.976206839084625,-0.040203683078289,0.922831237316132,-0.383100926876068,0.00963467359542847,0.940104484558105,-0.340750455856323,-0.118662863969803,0.846404552459717,-0.51915180683136,
  472. -0.040203683078289,0.922831237316132,-0.383100926876068,0.0520637780427933,0.919798016548157,-0.388922989368439,0.0494210943579674,0.955748319625854,-0.290004700422287,0.00963467359542847,0.940104484558105,-0.340750455856323,0.0520637780427933,0.919798016548157,-0.388922989368439,0.183898568153381,0.931147456169128,-0.314874291419983,0.378607660531998,0.924117863178253,0.0515995286405087,-0.180444717407227,0.788094818592072,0.588511943817139,0.0494210943579674,0.955748319625854,-0.290004700422287,0.183898568153381,0.931147456169128,-0.314874291419983,-0.180444717407227,0.788094818592072,0.588511943817139,0.378607660531998,0.924117863178253,0.0515995286405087,-0.179848328232765,0.0330013036727905,0.983140587806702,-0.197810098528862,0.0274803135544062,0.979855179786682,0.186074033379555,0.0260307546705008,0.982190847396851,-0.5285325050354,-0.0017165900208056,0.848911345005035,0.287717491388321,-0.00157536077313125,0.957714140415192,6.55948533676565e-005,-1,-1.02201909157884e-006,-0.154404476284981,-0.988004803657532,0.00240601529367268,0.0517491549253464,-0.99865996837616,0.000692584319040179,-0.152307942509651,-0.98833042383194,-0.00230738939717412,0.0224521812051535,0.196982607245445,-0.980149924755096,-0.425634175539017,-0.00203958386555314,-0.904893100261688,0.299539804458618,-0.00110046518966556,-0.954083204269409,0.0739182606339455,0.196847289800644,-0.97764378786087,0.012708998285234,0.928844511508942,-0.370252013206482,0.0224521812051535,0.196982607245445,-0.980149924755096,0.0739182606339455,0.196847289800644,-0.97764378786087,0.144794031977654,0.914348542690277,-0.378155380487442,0.198104709386826,0.892213463783264,-0.405844390392303,0.012708998285234,0.928844511508942,-0.370252013206482,0.144794031977654,0.914348542690277,-0.378155380487442,0.0753515437245369,0.909105360507965,-0.409694731235504,0.0629736557602882,0.93735682964325,-0.342631787061691,0.198104709386826,0.892213463783264,-0.405844390392303,0.0753515437245369,0.909105360507965,-0.409694731235504,-0.15068456530571,0.929196774959564,-0.337472170591354,
  473. -0.114274896681309,0.991641163825989,0.0599093623459339,0.121505081653595,0.991102397441864,0.0543373562395573,0.0629736557602882,0.93735682964325,-0.342631787061691,-0.15068456530571,0.929196774959564,-0.337472170591354,-0.197810098528862,0.0274803135544062,0.979855179786682,0.121505081653595,0.991102397441864,0.0543373562395573,-0.114274896681309,0.991641163825989,0.0599093623459339,0.186074033379555,0.0260307546705008,0.982190847396851,0.140432745218277,0.0396608114242554,0.989295542240143,0.125484213232994,0.706160187721252,0.696843922138214,-0.0178900565952063,0.0171379297971725,0.999693155288696,-0.365901380777359,-0.00785517506301403,0.930620491504669,0.0772318243980408,-0.997012972831726,0.000723020755685866,0.501724600791931,-0.865018486976624,0.00393325323238969,0.12939141690731,-0.988147616386414,0.0825968757271767,-0.464922308921814,-0.823079347610474,-0.326171189546585,0.0900849029421806,0.213475599884987,-0.972786247730255,0.240636989474297,-0.00499475933611393,-0.97060239315033,0.0603489093482494,-0.0808378979563713,-0.994898676872253,-0.0858766362071037,0.317470729351044,-0.944371581077576,0.233333498239517,0.886258363723755,-0.400126993656158,0.0900849029421806,0.213475599884987,-0.972786247730255,-0.0858766362071037,0.317470729351044,-0.944371581077576,0.174477636814117,0.909628510475159,-0.377005964517593,0.00143701559863985,0.921639025211334,-0.388045728206635,0.233333498239517,0.886258363723755,-0.400126993656158,0.174477636814117,0.909628510475159,-0.377005964517593,0.0387042425572872,0.944147706031799,-0.327241778373718,-0.224579393863678,0.927438497543335,-0.299035012722015,0.00143701559863985,0.921639025211334,-0.388045728206635,0.0387042425572872,0.944147706031799,-0.327241778373718,-0.136591330170631,0.92201292514801,-0.36226361989975,0.125484213232994,0.706160187721252,0.696843922138214,-0.316807866096497,0.94722318649292,0.0490002632141113,-0.224579393863678,0.927438497543335,-0.299035012722015,-0.136591330170631,0.92201292514801,-0.36226361989975,0.140432745218277,0.0396608114242554,0.989295542240143,
  474. -0.316807866096497,0.94722318649292,0.0490002632141113,0.125484213232994,0.706160187721252,0.696843922138214,-0.200432315468788,0.031943179666996,0.979186654090881,0.311349093914032,0.0327734686434269,0.949730396270752,-0.0222272071987391,-0.00211188406683505,0.999750733375549,0.477025389671326,-0.0117190256714821,0.878811419010162,0.500479936599731,-0.865730702877045,-0.00550834601745009,0.0161166880279779,-0.999870121479034,-0.000203985633561388,0.444187432527542,-0.89590847492218,0.00676253251731396,0.025656670331955,-0.999670743942261,0.000449844868853688,-0.124691866338253,0.195247352123261,-0.972795188426971,-0.314150780439377,-0.00314399250783026,-0.949367940425873,0.44829934835434,-0.00758458580821753,-0.893851339817047,-0.0437156930565834,0.196967080235481,-0.979435086250305,-0.420921385288239,0.828381836414337,-0.369606167078018,-0.124691866338253,0.195247352123261,-0.972795188426971,-0.0437156930565834,0.196967080235481,-0.979435086250305,0.00591447157785296,0.917872309684753,-0.396831840276718,-0.0213444791734219,0.934354960918427,-0.355703800916672,-0.420921385288239,0.828381836414337,-0.369606167078018,0.00591447157785296,0.917872309684753,-0.396831840276718,-0.0744455605745316,0.928927659988403,-0.362700045108795,0.2380490899086,0.920014083385468,-0.311298608779907,-0.0213444791734219,0.934354960918427,-0.355703800916672,-0.0744455605745316,0.928927659988403,-0.362700045108795,-0.273686826229095,0.912139654159546,-0.305117845535278,-0.272387474775314,0.96083265542984,0.0510476753115654,0.351648658514023,0.933652579784393,0.0680892169475555,0.2380490899086,0.920014083385468,-0.311298608779907,-0.273686826229095,0.912139654159546,-0.305117845535278,-0.200432315468788,0.031943179666996,0.979186654090881,0.351648658514023,0.933652579784393,0.0680892169475555,-0.272387474775314,0.96083265542984,0.0510476753115654,0.311349093914032,0.0327734686434269,0.949730396270752,0.186074033379555,0.0260307546705008,0.982190847396851,0.334423691034317,0.797439455986023,0.502246260643005,-0.0318678319454193,-0.0403863601386547,0.99867582321167,
  475. -0.5285325050354,-0.0017165900208056,0.848911345005035,-0.152307942509651,-0.98833042383194,-0.00230738939717412,0.0517491549253464,-0.99865996837616,0.000692584319040179,0.165257334709167,-0.949654102325439,0.266171306371689,0.0107609340921044,-0.999888777732849,0.0103254541754723,0.0739182606339455,0.196847289800644,-0.97764378786087,0.299539804458618,-0.00110046518966556,-0.954083204269409,0.24547179043293,-0.142455026507378,-0.95887964963913,-0.220100775361061,0.324958890676498,-0.919759392738342,0.144794031977654,0.914348542690277,-0.378155380487442,0.0739182606339455,0.196847289800644,-0.97764378786087,-0.220100775361061,0.324958890676498,-0.919759392738342,0.106509372591972,0.833795070648193,-0.541702568531036,0.0753515437245369,0.909105360507965,-0.409694731235504,0.144794031977654,0.914348542690277,-0.378155380487442,0.106509372591972,0.833795070648193,-0.541702568531036,0.096324160695076,0.800701260566711,-0.591269135475159,-0.15068456530571,0.929196774959564,-0.337472170591354,0.0753515437245369,0.909105360507965,-0.409694731235504,0.096324160695076,0.800701260566711,-0.591269135475159,-0.039431881159544,0.978033483028412,-0.204684555530548,0.334423691034317,0.797439455986023,0.502246260643005,-0.114274896681309,0.991641163825989,0.0599093623459339,-0.15068456530571,0.929196774959564,-0.337472170591354,-0.039431881159544,0.978033483028412,-0.204684555530548,0.186074033379555,0.0260307546705008,0.982190847396851,-0.114274896681309,0.991641163825989,0.0599093623459339,0.334423691034317,0.797439455986023,0.502246260643005,-0.179848328232765,0.0330013036727905,0.983140587806702,0.0109501928091049,0.0455300435423851,0.998903036117554,0.00633165473118424,8.45305039547384e-005,0.999979972839355,0.468255490064621,-0.00619265716522932,0.88357150554657,-0.0232203006744385,-0.999730348587036,0.00044760579476133,-0.461924195289612,-0.886883914470673,0.00794148165732622,0.00112836447078735,-0.999999403953552,-1.86679426406045e-006,-6.77115508551651e-007,-1,-2.67323638780681e-008,0.0325611010193825,0.214382961392403,-0.976206839084625,
  476. -0.46953073143959,-0.00547785777598619,-0.882899165153503,-0.00584405520930886,1.81305296109713e-007,-0.999983012676239,-0.00970244407653809,0.288426458835602,-0.957452952861786,-0.040203683078289,0.922831237316132,-0.383100926876068,0.0325611010193825,0.214382961392403,-0.976206839084625,-0.00970244407653809,0.288426458835602,-0.957452952861786,-0.00346540985628963,0.94149512052536,-0.337008833885193,0.0520637780427933,0.919798016548157,-0.388922989368439,-0.040203683078289,0.922831237316132,-0.383100926876068,-0.00346540985628963,0.94149512052536,-0.337008833885193,-0.00449834298342466,0.903112530708313,-0.429380625486374,0.183898568153381,0.931147456169128,-0.314874291419983,0.0520637780427933,0.919798016548157,-0.388922989368439,-0.00449834298342466,0.903112530708313,-0.429380625486374,-0.00312033644877374,0.960601568222046,-0.277911871671677,-0.179848328232765,0.0330013036727905,0.983140587806702,0.378607660531998,0.924117863178253,0.0515995286405087,-0.00121190107893199,0.999052464962006,0.0435060411691666,0.0109501928091049,0.0455300435423851,0.998903036117554,0.311349093914032,0.0327734686434269,0.949730396270752,0.150682613253593,0.625110864639282,0.765853226184845,-0.403278082609177,-0.480042576789856,0.779054522514343,-0.0222272071987391,-0.00211188406683505,0.999750733375549,0.025656670331955,-0.999670743942261,0.000449844868853688,0.444187432527542,-0.89590847492218,0.00676253251731396,0.0421013496816158,-0.997464060783386,0.0573837831616402,-0.303264379501343,-0.858955919742584,-0.412583917379379,-0.0437156930565834,0.196967080235481,-0.979435086250305,0.44829934835434,-0.00758458580821753,-0.893851339817047,0.16293078660965,-0.182612076401711,-0.969590902328491,-0.042394682765007,0.296904712915421,-0.953965544700623,0.00591447157785296,0.917872309684753,-0.396831840276718,-0.0437156930565834,0.196967080235481,-0.979435086250305,-0.042394682765007,0.296904712915421,-0.953965544700623,0.102616384625435,0.874491214752197,-0.474062263965607,-0.0744455605745316,0.928927659988403,-0.362700045108795,0.00591447157785296,0.917872309684753,-0.396831840276718,
  477. 0.102616384625435,0.874491214752197,-0.474062263965607,-0.0390081107616425,0.957248091697693,-0.286626040935516,-0.273686826229095,0.912139654159546,-0.305117845535278,-0.0744455605745316,0.928927659988403,-0.362700045108795,-0.0390081107616425,0.957248091697693,-0.286626040935516,-0.0881345570087433,0.965705454349518,-0.244223847985268,0.150682613253593,0.625110864639282,0.765853226184845,-0.272387474775314,0.96083265542984,0.0510476753115654,-0.273686826229095,0.912139654159546,-0.305117845535278,-0.0881345570087433,0.965705454349518,-0.244223847985268,0.311349093914032,0.0327734686434269,0.949730396270752,-0.272387474775314,0.96083265542984,0.0510476753115654,0.150682613253593,0.625110864639282,0.765853226184845,-0.316807866096497,0.94722318649292,0.0490002632141113,-0.00335523625835776,0.999085187911987,0.0426337942481041,0.00166788487695158,0.961903929710388,-0.273382544517517,-0.224579393863678,0.927438497543335,-0.299035012722015,-0.00312033644877374,0.960601568222046,-0.277911871671677,-0.00121190107893199,0.999052464962006,0.0435060411691666,0.378607660531998,0.924117863178253,0.0515995286405087,0.183898568153381,0.931147456169128,-0.314874291419983,-0.00480040861293674,1.09400434666895e-005,0.999988496303558,-0.00961981434375048,0.0551993735134602,0.9984290599823,0.140432745218277,0.0396608114242554,0.989295542240143,-0.365901380777359,-0.00785517506301403,0.930620491504669,-4.13305798474539e-007,-1,-1.55942252604291e-005,-0.0012118365848437,-0.999999344348907,-1.5422416254296e-005,0.501724600791931,-0.865018486976624,0.00393325323238969,0.0772318243980408,-0.997012972831726,0.000723020755685866,0.00472124479711056,0.295369952917099,-0.955371260643005,0.000873238313943148,0,-0.999999701976776,0.240636989474297,-0.00499475933611393,-0.97060239315033,0.0900849029421806,0.213475599884987,-0.972786247730255,0.00382965197786689,0.938066303730011,-0.346434772014618,0.00472124479711056,0.295369952917099,-0.955371260643005,0.0900849029421806,0.213475599884987,-0.972786247730255,0.233333498239517,0.886258363723755,-0.400126993656158,
  478. 0.00451856665313244,0.904703378677368,-0.426017969846725,0.00382965197786689,0.938066303730011,-0.346434772014618,0.233333498239517,0.886258363723755,-0.400126993656158,0.00143701559863985,0.921639025211334,-0.388045728206635,0.00166788487695158,0.961903929710388,-0.273382544517517,0.00451856665313244,0.904703378677368,-0.426017969846725,0.00143701559863985,0.921639025211334,-0.388045728206635,-0.224579393863678,0.927438497543335,-0.299035012722015,-0.00961981434375048,0.0551993735134602,0.9984290599823,-0.00335523625835776,0.999085187911987,0.0426337942481041,-0.316807866096497,0.94722318649292,0.0490002632141113,0.140432745218277,0.0396608114242554,0.989295542240143,-0.710497736930847,0.685299277305603,0.159868404269218,-0.832636177539825,0.0274806935340166,0.553138256072998,-0.473923146724701,-0.00157528719864786,0.880564868450165,-0.703389167785645,-0.0118874479085207,0.710705518722534,0.310800105333328,-0.950017809867859,-0.0294863134622574,7.54030697862618e-005,-1,-7.15366195436218e-006,-0.110750153660774,-0.988033533096313,-0.107350744307041,4.71507992187981e-005,-1,4.52901695098262e-005,0.760942280292511,0.25956204533577,-0.594638049602509,0.489946871995926,-0.122345760464668,-0.863124310970306,0.33917361497879,-0.00203904276713729,-0.940721690654755,0.709042072296143,0.196989342570305,-0.677092730998993,0.416355311870575,0.86113715171814,-0.291703790426254,0.760942280292511,0.25956204533577,-0.594638049602509,0.709042072296143,0.196989342570305,-0.677092730998993,0.270825058221817,0.928833961486816,-0.252826899290085,0.264934837818146,0.953874588012695,-0.141184031963348,0.416355311870575,0.86113715171814,-0.291703790426254,0.270825058221817,0.928833961486816,-0.252826899290085,0.426893264055252,0.892263770103455,-0.1470627784729,0.198611453175545,0.980066359043121,-0.00484790280461311,0.264934837818146,0.953874588012695,-0.141184031963348,0.426893264055252,0.892263770103455,-0.1470627784729,0.286798149347305,0.937359035015106,-0.197749957442284,0.0473790466785431,0.991107940673828,0.124339252710342,-0.710497736930847,0.685299277305603,0.159868404269218,
  479. 0.198611453175545,0.980066359043121,-0.00484790280461311,0.286798149347305,0.937359035015106,-0.197749957442284,-0.710497736930847,0.685299277305603,0.159868404269218,0.0473790466785431,0.991107940673828,0.124339252710342,-0.832636177539825,0.0274806935340166,0.553138256072998,-0.538271903991699,0.813846290111542,0.218901172280312,-0.834142982959747,0.0319331511855125,0.550623118877411,-0.283784240484238,-0.0117210512980819,0.958816528320313,-0.684678137302399,-0.0241568796336651,0.728445112705231,0.0611831992864609,-0.998029172420502,-0.0139473481103778,-0.579981505870819,-0.803973019123077,0.131335735321045,0.0114754885435104,-0.999871611595154,0.0111877601593733,0.357704162597656,-0.865802884101868,0.349904626607895,0.706758201122284,0.384142279624939,-0.594077110290527,0.618905782699585,-0.192364290356636,-0.761545658111572,0.449129670858383,-0.00314244301989675,-0.893461108207703,0.599271178245544,0.195213854312897,-0.776379883289337,0.280319064855576,0.848072052001953,-0.449661105871201,0.706758201122284,0.384142279624939,-0.594077110290527,0.599271178245544,0.195213854312897,-0.776379883289337,-0.0360929556190968,0.828464865684509,-0.558876931667328,0.207516238093376,0.948064863681793,-0.241060540080071,0.280319064855576,0.848072052001953,-0.449661105871201,-0.0360929556190968,0.828464865684509,-0.558876931667328,0.236701279878616,0.93435001373291,-0.266388297080994,0.192632153630257,0.971430361270905,-0.138621866703033,0.207516238093376,0.948064863681793,-0.241060540080071,0.236701279878616,0.93435001373291,-0.266388297080994,0.388599038124084,0.919962286949158,-0.0515781193971634,0.200518175959587,0.933642089366913,0.296824634075165,-0.538271903991699,0.813846290111542,0.218901172280312,0.192632153630257,0.971430361270905,-0.138621866703033,0.388599038124084,0.919962286949158,-0.0515781193971634,-0.538271903991699,0.813846290111542,0.218901172280312,0.200518175959587,0.933642089366913,0.296824634075165,-0.834142982959747,0.0319331511855125,0.550623118877411,-0.543536901473999,0.788175642490387,0.288698613643646,
  480. -0.822394013404846,0.033001996576786,0.567960321903229,-0.293474078178406,-0.00619432702660561,0.955947041511536,-0.699088990688324,-0.0110890567302704,0.714948773384094,0.524583280086517,-0.844888389110565,-0.104767270386219,-0.0595277510583401,-0.998155951499939,0.0118885971605778,-0.332386583089828,-0.886777281761169,-0.321162462234497,-0.0167192462831736,-0.999730587005615,-0.0161030497401953,0.700336515903473,0.311822116374969,-0.642102599143982,0.582388401031494,-0.19103430211544,-0.790145397186279,0.292100965976715,-0.00547908619046211,-0.956371903419495,0.713556289672852,0.214379638433456,-0.666992425918579,0.283315896987915,0.846460223197937,-0.450818479061127,0.700336515903473,0.311822116374969,-0.642102599143982,0.713556289672852,0.214379638433456,-0.666992425918579,0.242525160312653,0.922833204269409,-0.299266457557678,0.247699350118637,0.940159142017365,-0.233978360891342,0.283315896987915,0.846460223197937,-0.450818479061127,0.242525160312653,0.922833204269409,-0.299266457557678,0.311914056539536,0.919801354408264,-0.238065540790558,0.239972949028015,0.955764293670654,-0.170081481337547,0.247699350118637,0.940159142017365,-0.233978360891342,0.311914056539536,0.919801354408264,-0.238065540790558,0.35269296169281,0.931145966053009,-0.0926003530621529,0.231345802545547,0.924053072929382,0.304311066865921,-0.543536901473999,0.788175642490387,0.288698613643646,0.239972949028015,0.955764293670654,-0.170081481337547,0.35269296169281,0.931145966053009,-0.0926003530621529,-0.543536901473999,0.788175642490387,0.288698613643646,0.231345802545547,0.924053072929382,0.304311066865921,-0.822394013404846,0.033001996576786,0.567960321903229,-0.832636177539825,0.0274806935340166,0.553138256072998,-0.562986612319946,0.0260310731828213,0.826056003570557,-0.973950564861298,-0.00171685847453773,0.226753994822502,-0.473923146724701,-0.00157528719864786,0.880564868450165,4.71507992187981e-005,-1,4.52901695098262e-005,-0.110750153660774,-0.988033533096313,-0.107350744307041,0.036001842468977,-0.998667359352112,0.0369786508381367,
  481. -0.106035195291042,-0.988337278366089,-0.109298393130302,0.709042072296143,0.196989342570305,-0.677092730998993,0.33917361497879,-0.00203904276713729,-0.940721690654755,0.886436760425568,-0.00110031734220684,-0.462848365306854,0.743706285953522,0.196830660104752,-0.638872981071472,0.270825058221817,0.928833961486816,-0.252826899290085,0.709042072296143,0.196989342570305,-0.677092730998993,0.743706285953522,0.196830660104752,-0.638872981071472,0.369757533073425,0.914349794387817,-0.165057480335236,0.426893264055252,0.892263770103455,-0.1470627784729,0.270825058221817,0.928833961486816,-0.252826899290085,0.369757533073425,0.914349794387817,-0.165057480335236,0.342659026384354,0.909138202667236,-0.236754104495049,0.286798149347305,0.937359035015106,-0.197749957442284,0.426893264055252,0.892263770103455,-0.1470627784729,0.342659026384354,0.909138202667236,-0.236754104495049,0.132056057453156,0.929195165634155,-0.345192134380341,-0.123179368674755,0.991643607616425,-0.0383391939103603,0.0473790466785431,0.991107940673828,0.124339252710342,0.286798149347305,0.937359035015106,-0.197749957442284,0.132056057453156,0.929195165634155,-0.345192134380341,-0.832636177539825,0.0274806935340166,0.553138256072998,0.0473790466785431,0.991107940673828,0.124339252710342,-0.123179368674755,0.991643607616425,-0.0383391939103603,-0.562986612319946,0.0260310731828213,0.826056003570557,-0.600457191467285,0.0396561101078987,0.798673093318939,-0.404365420341492,0.705931007862091,0.581506729125977,-0.719640910625458,0.0167936701327562,0.694143354892731,-0.916962862014771,-0.00786164216697216,0.398895055055618,0.0540642142295837,-0.997016549110413,0.0550917014479637,0.352074235677719,-0.864949703216553,0.357639312744141,0.0329175889492035,-0.988172054290771,0.149775236845016,-0.0976022630929947,-0.822973191738129,-0.559632956981659,0.751588881015778,0.213469386100769,-0.624135434627533,0.856695055961609,-0.00500024901703,-0.515799045562744,0.746253430843353,-0.0810448601841927,-0.660709798336029,0.606936931610107,0.317647457122803,-0.728510618209839,
  482. 0.447964072227478,0.886240720748901,-0.117922738194466,0.751588881015778,0.213469386100769,-0.624135434627533,0.606936931610107,0.317647457122803,-0.728510618209839,0.38994699716568,0.909613132476807,-0.143336594104767,0.275421291589737,0.921664834022522,-0.27327087521553,0.447964072227478,0.886240720748901,-0.117922738194466,0.38994699716568,0.909613132476807,-0.143336594104767,0.258624732494354,0.944165766239166,-0.204118520021439,0.0528284460306168,0.927511096000671,-0.370043635368347,0.275421291589737,0.921664834022522,-0.27327087521553,0.258624732494354,0.944165766239166,-0.204118520021439,0.15974585711956,0.922003388404846,-0.352691173553467,-0.404365420341492,0.705931007862091,0.581506729125977,-0.258607566356659,0.947230458259583,-0.189411282539368,0.0528284460306168,0.927511096000671,-0.370043635368347,0.15974585711956,0.922003388404846,-0.352691173553467,-0.600457191467285,0.0396561101078987,0.798673093318939,-0.258607566356659,0.947230458259583,-0.189411282539368,-0.404365420341492,0.705931007862091,0.581506729125977,-0.834142982959747,0.0319331511855125,0.550623118877411,-0.451457768678665,0.0327642038464546,0.891690731048584,-0.722728490829468,-0.00211292714811862,0.69112890958786,-0.283784240484238,-0.0117210512980819,0.958816528320313,0.357704162597656,-0.865802884101868,0.349904626607895,0.0114754885435104,-0.999871611595154,0.0111877601593733,0.309336334466934,-0.895883560180664,0.318910300731659,0.0178043004125357,-0.999671459197998,0.0184404626488686,0.599271178245544,0.195213854312897,-0.776379883289337,0.449129670858383,-0.00314244301989675,-0.893461108207703,0.949140965938568,-0.00758589804172516,-0.314760237932205,0.661610543727875,0.196943536400795,-0.723522424697876,-0.0360929556190968,0.828464865684509,-0.558876931667328,0.599271178245544,0.195213854312897,-0.776379883289337,0.661610543727875,0.196943536400795,-0.723522424697876,0.284813106060028,0.917848229408264,-0.276470750570297,0.236701279878616,0.93435001373291,-0.266388297080994,-0.0360929556190968,0.828464865684509,-0.558876931667328,
  483. 0.284813106060028,0.917848229408264,-0.276470750570297,0.203890889883041,0.928930044174194,-0.309059262275696,0.388599038124084,0.919962286949158,-0.0515781193971634,0.236701279878616,0.93435001373291,-0.266388297080994,0.203890889883041,0.928930044174194,-0.309059262275696,0.0223391819745302,0.91217577457428,-0.409189999103546,-0.228649750351906,0.960857510566711,-0.156435921788216,0.200518175959587,0.933642089366913,0.296824634075165,0.388599038124084,0.919962286949158,-0.0515781193971634,0.0223391819745302,0.91217577457428,-0.409189999103546,-0.834142982959747,0.0319331511855125,0.550623118877411,0.200518175959587,0.933642089366913,0.296824634075165,-0.228649750351906,0.960857510566711,-0.156435921788216,-0.451457768678665,0.0327642038464546,0.891690731048584,-0.562986612319946,0.0260310731828213,0.826056003570557,-0.118691638112068,0.797289609909058,0.591812252998352,-0.728725850582123,-0.0403886325657368,0.683613419532776,-0.973950564861298,-0.00171685847453773,0.226753994822502,-0.106035195291042,-0.988337278366089,-0.109298393130302,0.036001842468977,-0.998667359352112,0.0369786508381367,-0.0712750628590584,-0.949695527553558,0.304956465959549,0.000298914266750216,-0.999889314174652,0.01487753726542,0.743706285953522,0.196830660104752,-0.638872981071472,0.886436760425568,-0.00110031734220684,-0.462848365306854,0.851699590682983,-0.142503753304482,-0.504282176494598,0.495094418525696,0.324764311313629,-0.805859565734863,0.369757533073425,0.914349794387817,-0.165057480335236,0.743706285953522,0.196830660104752,-0.638872981071472,0.495094418525696,0.324764311313629,-0.805859565734863,0.457966297864914,0.83402818441391,-0.307675212621689,0.342659026384354,0.909138202667236,-0.236754104495049,0.369757533073425,0.914349794387817,-0.165057480335236,0.457966297864914,0.83402818441391,-0.307675212621689,0.485168397426605,0.801490426063538,-0.349606543779373,0.132056057453156,0.929195165634155,-0.345192134380341,0.342659026384354,0.909138202667236,-0.236754104495049,0.485168397426605,0.801490426063538,-0.349606543779373,
  484. 0.116506814956665,0.978091955184937,-0.172517627477646,-0.118691638112068,0.797289609909058,0.591812252998352,-0.123179368674755,0.991643607616425,-0.0383391939103603,0.132056057453156,0.929195165634155,-0.345192134380341,0.116506814956665,0.978091955184937,-0.172517627477646,-0.562986612319946,0.0260310731828213,0.826056003570557,-0.123179368674755,0.991643607616425,-0.0383391939103603,-0.118691638112068,0.797289609909058,0.591812252998352,-0.822394013404846,0.033001996576786,0.567960321903229,-0.698584914207459,0.0455156266689301,0.71407812833786,-0.702604293823242,8.45864415168762e-005,0.711580812931061,-0.293474078178406,-0.00619432702660561,0.955947041511536,-0.0167192462831736,-0.999730587005615,-0.0161030497401953,-0.332386583089828,-0.886777281761169,-0.321162462234497,0.000807602889835835,-0.999999463558197,0.000788091623689979,7.95400956121739e-006,-1,-8.93908054422354e-006,0.713556289672852,0.214379638433456,-0.666992425918579,0.292100965976715,-0.00547908619046211,-0.956371903419495,0.702963829040527,0,-0.711225688457489,0.670161426067352,0.288421928882599,-0.683883428573608,0.242525160312653,0.922833204269409,-0.299266457557678,0.713556289672852,0.214379638433456,-0.666992425918579,0.670161426067352,0.288421928882599,-0.683883428573608,0.235850036144257,0.94149374961853,-0.240758076310158,0.311914056539536,0.919801354408264,-0.238065540790558,0.242525160312653,0.922833204269409,-0.299266457557678,0.235850036144257,0.94149374961853,-0.240758076310158,0.300425082445145,0.903118848800659,-0.306791722774506,0.35269296169281,0.931145966053009,-0.0926003530621529,0.311914056539536,0.919801354408264,-0.238065540790558,0.300425082445145,0.903118848800659,-0.306791722774506,0.194300070405006,0.960605025291443,-0.198709771037102,-0.822394013404846,0.033001996576786,0.567960321903229,0.231345802545547,0.924053072929382,0.304311066865921,-0.0316287726163864,0.999051988124847,0.0299134310334921,-0.698584914207459,0.0455156266689301,0.71407812833786,-0.451457768678665,0.0327642038464546,0.891690731048584,-0.435146063566208,0.625093102455139,0.648001909255981,
  485. -0.835990428924561,-0.480305880308151,0.265379399061203,-0.722728490829468,-0.00211292714811862,0.69112890958786,0.0178043004125357,-0.999671459197998,0.0184404626488686,0.309336334466934,-0.895883560180664,0.318910300731659,-0.0108446748927236,-0.997466087341309,0.070312574505806,0.077561728656292,-0.859028875827789,-0.5060173869133,0.661610543727875,0.196943536400795,-0.723522424697876,0.949140965938568,-0.00758589804172516,-0.314760237932205,0.800815463066101,-0.182749792933464,-0.570348262786865,0.64448744058609,0.297118127346039,-0.704525947570801,0.284813106060028,0.917848229408264,-0.276470750570297,0.661610543727875,0.196943536400795,-0.723522424697876,0.64448744058609,0.297118127346039,-0.704525947570801,0.407796114683151,0.874520361423492,-0.262519359588623,0.203890889883041,0.928930044174194,-0.309059262275696,0.284813106060028,0.917848229408264,-0.276470750570297,0.407796114683151,0.874520361423492,-0.262519359588623,0.175131142139435,0.957229554653168,-0.230305686593056,0.0223391819745302,0.91217577457428,-0.409189999103546,0.203890889883041,0.928930044174194,-0.309059262275696,0.175131142139435,0.957229554653168,-0.230305686593056,0.110416546463966,0.965674579143524,-0.235118865966797,-0.435146063566208,0.625093102455139,0.648001909255981,-0.228649750351906,0.960857510566711,-0.156435921788216,0.0223391819745302,0.91217577457428,-0.409189999103546,0.110416546463966,0.965674579143524,-0.235118865966797,-0.451457768678665,0.0327642038464546,0.891690731048584,-0.228649750351906,0.960857510566711,-0.156435921788216,-0.435146063566208,0.625093102455139,0.648001909255981,-0.258607566356659,0.947230458259583,-0.189411282539368,-0.0324712023139,0.999087929725647,0.0277295671403408,0.194463342428207,0.961914896965027,-0.192103937268257,0.0528284460306168,0.927511096000671,-0.370043635368347,0.194300070405006,0.960605025291443,-0.198709771037102,-0.0316287726163864,0.999051988124847,0.0299134310334921,0.231345802545547,0.924053072929382,0.304311066865921,0.35269296169281,0.931145966053009,-0.0926003530621529,-0.710486650466919,1.10062537714839e-005,0.703710734844208,
  486. -0.712799549102783,0.0552053228020668,0.699191749095917,-0.600457191467285,0.0396561101078987,0.798673093318939,-0.916962862014771,-0.00786164216697216,0.398895055055618,7.55893961468246e-006,-1,-8.1426405813545e-006,-0.000849165488034487,-0.999999284744263,-0.000864594127051532,0.352074235677719,-0.864949703216553,0.357639312744141,0.0540642142295837,-0.997016549110413,0.0550917014479637,0.678890347480774,0.295356839895248,-0.672214448451996,0.707718312740326,0,-0.706494808197021,0.856695055961609,-0.00500024901703,-0.515799045562744,0.751588881015778,0.213469386100769,-0.624135434627533,0.247680053114891,0.93806380033493,-0.242262035608292,0.678890347480774,0.295356839895248,-0.672214448451996,0.751588881015778,0.213469386100769,-0.624135434627533,0.447964072227478,0.886240720748901,-0.117922738194466,0.304381042718887,0.904740571975708,-0.297987580299377,0.247680053114891,0.93806380033493,-0.242262035608292,0.447964072227478,0.886240720748901,-0.117922738194466,0.275421291589737,0.921664834022522,-0.27327087521553,0.194463342428207,0.961914896965027,-0.192103937268257,0.304381042718887,0.904740571975708,-0.297987580299377,0.275421291589737,0.921664834022522,-0.27327087521553,0.0528284460306168,0.927511096000671,-0.370043635368347,-0.712799549102783,0.0552053228020668,0.699191749095917,-0.0324712023139,0.999087929725647,0.0277295671403408,-0.258607566356659,0.947230458259583,-0.189411282539368,-0.600457191467285,0.0396561101078987,0.798673093318939,-0.61496514081955,0.685687124729156,-0.389423996210098,-0.979851186275482,0.0274802669882774,-0.197829306125641,-0.957695960998535,-0.00157522002700716,0.287777841091156,-0.999916434288025,-0.0118748228996992,0.00511090457439423,0.240879192948341,-0.949975728988647,0.198804810643196,5.84424051339738e-005,-1,4.82342657051049e-005,-0.00240713637322187,-0.988005101680756,-0.154402330517769,1.02234014320857e-006,-1,6.55840049148537e-005,0.958603322505951,0.259510189294815,0.117193207144737,0.95661449432373,-0.122645288705826,-0.264285445213318,0.904849886894226,-0.00203948933631182,-0.425725936889648,
  487. 0.980150759220123,0.196984201669693,0.0223976876586676,0.500867486000061,0.861027359962463,0.0881117284297943,0.958603322505951,0.259510189294815,0.117193207144737,0.980150759220123,0.196984201669693,0.0223976876586676,0.37024313211441,0.928848624229431,0.012657861225307,0.287466555833817,0.953781247138977,0.0875471904873848,0.500867486000061,0.861027359962463,0.0881117284297943,0.37024313211441,0.928848624229431,0.012657861225307,0.405877768993378,0.892253756523132,0.197855189442635,0.143875136971474,0.980084776878357,0.136871367692947,0.287466555833817,0.953781247138977,0.0875471904873848,0.405877768993378,0.892253756523132,0.197855189442635,0.342640787363052,0.937354743480682,0.0629554614424706,-0.0543381310999393,0.991100907325745,0.121516801416874,-0.61496514081955,0.685687124729156,-0.389423996210098,0.143875136971474,0.980084776878357,0.136871367692947,0.342640787363052,0.937354743480682,0.0629554614424706,-0.61496514081955,0.685687124729156,-0.389423996210098,-0.0543381310999393,0.991100907325745,0.121516801416874,-0.979851186275482,0.0274802669882774,-0.197829306125641,-0.535600006580353,0.813698828220367,-0.225891679525375,-0.979187726974487,0.0319433473050594,-0.200427263975143,-0.87882399559021,-0.01171899959445,0.477002292871475,-0.99923700094223,-0.0239613372832537,0.0308439582586288,0.0531733557581902,-0.998023450374603,0.0334932953119278,-0.503039240837097,-0.803804397583008,-0.31756928563118,0.000203269446501508,-0.999870121479034,0.0161167290061712,0.00550698395818472,-0.865730106830597,0.500480830669403,0.919589281082153,0.384668529033661,0.0799113661050797,0.976258099079132,-0.191867738962173,-0.100533977150917,0.949372708797455,-0.00314412731677294,-0.314136415719986,0.972808480262756,0.19525620341301,-0.124574594199657,0.516290724277496,0.848017394542694,-0.119626440107822,0.919589281082153,0.384668529033661,0.0799113661050797,0.972808480262756,0.19525620341301,-0.124574594199657,0.36958709359169,0.828395664691925,-0.420911014080048,0.317633837461472,0.947916626930237,-0.0237278454005718,0.516290724277496,0.848017394542694,-0.119626440107822,
  488. 0.36958709359169,0.828395664691925,-0.420911014080048,0.355721026659012,0.934345960617065,-0.0214525461196899,0.234489053487778,0.97137439250946,0.0380352512001991,0.317633837461472,0.947916626930237,-0.0237278454005718,0.355721026659012,0.934345960617065,-0.0214525461196899,0.311317563056946,0.920025944709778,0.237978175282478,-0.0680992677807808,0.933648228645325,0.351658225059509,-0.535600006580353,0.813698828220367,-0.225891679525375,0.234489053487778,0.97137439250946,0.0380352512001991,0.311317563056946,0.920025944709778,0.237978175282478,-0.535600006580353,0.813698828220367,-0.225891679525375,-0.0680992677807808,0.933648228645325,0.351658225059509,-0.979187726974487,0.0319433473050594,-0.200427263975143,-0.588464796543121,0.788120567798615,-0.180485963821411,-0.983137428760529,0.0330019220709801,-0.179865822196007,-0.883550703525543,-0.0061924965120852,0.468294680118561,-0.999875903129578,-0.011066785082221,0.0112129505723715,0.444754719734192,-0.845019459724426,0.296876072883606,-0.0504800863564014,-0.998156547546387,-0.0336957164108753,-0.00793940760195255,-0.886883854866028,-0.461924463510513,-0.00044753568363376,-0.999730348587036,-0.0232202801853418,0.949309110641479,0.311640352010727,0.0411421172320843,0.970505356788635,-0.191034644842148,-0.147054925560951,0.882878184318542,-0.00547791039571166,-0.469570219516754,0.97619903087616,0.214388966560364,0.0327553004026413,0.51909327507019,0.846454381942749,-0.118562921881676,0.949309110641479,0.311640352010727,0.0411421172320843,0.97619903087616,0.214388966560364,0.0327553004026413,0.383109122514725,0.922830045223236,-0.0401502028107643,0.340740144252777,0.940108060836792,0.00965333078056574,0.51909327507019,0.846454381942749,-0.118562921881676,0.383109122514725,0.922830045223236,-0.0401502028107643,0.388895034790039,0.919810175895691,0.0520582646131516,0.290012061595917,0.955747187137604,0.0494007468223572,0.340740144252777,0.940108060836792,0.00965333078056574,0.388895034790039,0.919810175895691,0.0520582646131516,0.314861357212067,0.931157648563385,0.183869376778603,
  489. -0.0515874475240707,0.924119710922241,0.378604888916016,-0.588464796543121,0.788120567798615,-0.180485963821411,0.290012061595917,0.955747187137604,0.0494007468223572,0.314861357212067,0.931157648563385,0.183869376778603,-0.588464796543121,0.788120567798615,-0.180485963821411,-0.0515874475240707,0.924119710922241,0.378604888916016,-0.983137428760529,0.0330019220709801,-0.179865822196007,-0.979851186275482,0.0274802669882774,-0.197829306125641,-0.98219233751297,0.0260307155549526,0.186066314578056,-0.848911583423615,-0.00171658326871693,-0.528532147407532,-0.957695960998535,-0.00157522002700716,0.287777841091156,1.02234014320857e-006,-1,6.55840049148537e-005,-0.00240713637322187,-0.988005101680756,-0.154402330517769,-0.000692597241140902,-0.998659908771515,0.051749125123024,0.00230742082931101,-0.988330483436584,-0.152307912707329,0.980150759220123,0.196984201669693,0.0223976876586676,0.904849886894226,-0.00203948933631182,-0.425725936889648,0.954083025455475,-0.00110046460758895,0.299540370702744,0.977646827697754,0.196850404143333,0.0738697573542595,0.37024313211441,0.928848624229431,0.012657861225307,0.980150759220123,0.196984201669693,0.0223976876586676,0.977646827697754,0.196850404143333,0.0738697573542595,0.378145545721054,0.914366722106934,0.144705086946487,0.405877768993378,0.892253756523132,0.197855189442635,0.37024313211441,0.928848624229431,0.012657861225307,0.378145545721054,0.914366722106934,0.144705086946487,0.409706950187683,0.909094631671906,0.075413703918457,0.342640787363052,0.937354743480682,0.0629554614424706,0.405877768993378,0.892253756523132,0.197855189442635,0.409706950187683,0.909094631671906,0.075413703918457,0.337492525577545,0.929207861423492,-0.15057110786438,-0.0599112994968891,0.991638243198395,-0.114299513399601,-0.0543381310999393,0.991100907325745,0.121516801416874,0.342640787363052,0.937354743480682,0.0629554614424706,0.337492525577545,0.929207861423492,-0.15057110786438,-0.979851186275482,0.0274802669882774,-0.197829306125641,-0.0543381310999393,0.991100907325745,0.121516801416874,
  490. -0.0599112994968891,0.991638243198395,-0.114299513399601,-0.98219233751297,0.0260307155549526,0.186066314578056,-0.989289581775665,0.0396595075726509,0.140475735068321,-0.69675874710083,0.706230700016022,0.12556104362011,-0.999693393707275,0.0170982796698809,-0.0179096627980471,-0.930549561977386,-0.00785668473690748,-0.366081833839417,-0.000706982216797769,-0.997012853622437,0.077233612537384,-0.00392105430364609,-0.865018546581268,0.501724481582642,-0.0826131030917168,-0.988155066967011,0.129324063658714,0.326302498579025,-0.823122262954712,-0.464754343032837,0.972790837287903,0.21348437666893,0.0900134667754173,0.970569133758545,-0.00499633979052305,0.240770950913429,0.994894325733185,-0.0808700919151306,0.0603771135210991,0.944338619709015,0.317545771598816,-0.0859604105353355,0.400117129087448,0.886263847351074,0.233330026268959,0.972790837287903,0.21348437666893,0.0900134667754173,0.944338619709015,0.317545771598816,-0.0859604105353355,0.377013266086578,0.909620881080627,0.17450250685215,0.388067305088043,0.921629905700684,0.00147657399065793,0.400117129087448,0.886263847351074,0.233330026268959,0.377013266086578,0.909620881080627,0.17450250685215,0.327323764562607,0.944117188453674,0.0387561991810799,0.299063891172409,0.92743331193924,-0.224562510848045,0.388067305088043,0.921629905700684,0.00147657399065793,0.327323764562607,0.944117188453674,0.0387561991810799,0.362322509288788,0.921999216079712,-0.136528819799423,-0.69675874710083,0.706230700016022,0.12556104362011,-0.0490087457001209,0.947222173213959,-0.316809862852097,0.299063891172409,0.92743331193924,-0.224562510848045,0.362322509288788,0.921999216079712,-0.136528819799423,-0.989289581775665,0.0396595075726509,0.140475735068321,-0.0490087457001209,0.947222173213959,-0.316809862852097,-0.69675874710083,0.706230700016022,0.12556104362011,-0.979187726974487,0.0319433473050594,-0.200427263975143,-0.949731588363647,0.0327736623585224,0.311345189809799,-0.999750256538391,-0.00211211224086583,-0.0222484264522791,-0.87882399559021,-0.01171899959445,0.477002292871475,
  491. 0.00550698395818472,-0.865730106830597,0.500480830669403,0.000203269446501508,-0.999870121479034,0.0161167290061712,-0.0067646699026227,-0.895909368991852,0.444185435771942,-0.000450627238024026,-0.999670803546906,0.0256566405296326,0.972808480262756,0.19525620341301,-0.124574594199657,0.949372708797455,-0.00314412731677294,-0.314136415719986,0.893831670284271,-0.00758460396900773,0.448338478803635,0.979431390762329,0.19697168469429,-0.0437764003872871,0.36958709359169,0.828395664691925,-0.420911014080048,0.972808480262756,0.19525620341301,-0.124574594199657,0.979431390762329,0.19697168469429,-0.0437764003872871,0.396810293197632,0.917881429195404,0.00594193441793323,0.355721026659012,0.934345960617065,-0.0214525461196899,0.36958709359169,0.828395664691925,-0.420911014080048,0.396810293197632,0.917881429195404,0.00594193441793323,0.362717241048813,0.928924202919006,-0.0744055137038231,0.311317563056946,0.920025944709778,0.237978175282478,0.355721026659012,0.934345960617065,-0.0214525461196899,0.362717241048813,0.928924202919006,-0.0744055137038231,0.305126696825027,0.912136733531952,-0.273686647415161,-0.0510566271841526,0.960837543010712,-0.272368669509888,-0.0680992677807808,0.933648228645325,0.351658225059509,0.311317563056946,0.920025944709778,0.237978175282478,0.305126696825027,0.912136733531952,-0.273686647415161,-0.979187726974487,0.0319433473050594,-0.200427263975143,-0.0680992677807808,0.933648228645325,0.351658225059509,-0.0510566271841526,0.960837543010712,-0.272368669509888,-0.949731588363647,0.0327736623585224,0.311345189809799,-0.98219233751297,0.0260307155549526,0.186066314578056,-0.502307534217834,0.797400712966919,0.334423869848251,-0.998674511909485,-0.0404066406190395,-0.031885914504528,-0.848911583423615,-0.00171658326871693,-0.528532147407532,0.00230742082931101,-0.988330483436584,-0.152307912707329,-0.000692597241140902,-0.998659908771515,0.051749125123024,-0.266172140836716,-0.949654221534729,0.165255650877953,-0.0103254597634077,-0.999888777732849,0.0107606612145901,0.977646827697754,0.196850404143333,0.0738697573542595,
  492. 0.954083025455475,-0.00110046460758895,0.299540370702744,0.958892941474915,-0.142431020736694,0.245433881878853,0.919674277305603,0.325076222419739,-0.220283463597298,0.378145545721054,0.914366722106934,0.144705086946487,0.977646827697754,0.196850404143333,0.0738697573542595,0.919674277305603,0.325076222419739,-0.220283463597298,0.541697084903717,0.833818316459656,0.106355242431164,0.409706950187683,0.909094631671906,0.075413703918457,0.378145545721054,0.914366722106934,0.144705086946487,0.541697084903717,0.833818316459656,0.106355242431164,0.591459214687347,0.800548851490021,0.0964247584342957,0.337492525577545,0.929207861423492,-0.15057110786438,0.409706950187683,0.909094631671906,0.075413703918457,0.591459214687347,0.800548851490021,0.0964247584342957,0.20476259291172,0.978018701076508,-0.0393939949572086,-0.502307534217834,0.797400712966919,0.334423869848251,-0.0599112994968891,0.991638243198395,-0.114299513399601,0.337492525577545,0.929207861423492,-0.15057110786438,0.20476259291172,0.978018701076508,-0.0393939949572086,-0.98219233751297,0.0260307155549526,0.186066314578056,-0.0599112994968891,0.991638243198395,-0.114299513399601,-0.502307534217834,0.797400712966919,0.334423869848251,-0.983137428760529,0.0330019220709801,-0.179865822196007,-0.998903930187225,0.0455063134431839,0.0109672257676721,-0.999979913234711,8.45231043058448e-005,0.00633715325966477,-0.883550703525543,-0.0061924965120852,0.468294680118561,-0.00044753568363376,-0.999730348587036,-0.0232202801853418,-0.00793940760195255,-0.886883854866028,-0.461924463510513,1.82852636498865e-006,-0.999999344348907,0.00112837133929133,-1.09719933139019e-009,-1,-6.77074240229558e-007,0.97619903087616,0.214388966560364,0.0327553004026413,0.882878184318542,-0.00547791039571166,-0.469570219516754,0.999982893466949,-4.97155649981096e-011,-0.00584953185170889,0.957455933094025,0.288416236639023,-0.0097157321870327,0.383109122514725,0.922830045223236,-0.0401502028107643,0.97619903087616,0.214388966560364,0.0327553004026413,0.957455933094025,0.288416236639023,-0.0097157321870327,
  493. 0.33702939748764,0.941487729549408,-0.00346652418375015,0.388895034790039,0.919810175895691,0.0520582646131516,0.383109122514725,0.922830045223236,-0.0401502028107643,0.33702939748764,0.941487729549408,-0.00346652418375015,0.429351776838303,0.903126180171967,-0.00450151227414608,0.314861357212067,0.931157648563385,0.183869376778603,0.388895034790039,0.919810175895691,0.0520582646131516,0.429351776838303,0.903126180171967,-0.00450151227414608,0.277896672487259,0.960605919361115,-0.0031245187856257,-0.983137428760529,0.0330019220709801,-0.179865822196007,-0.0515874475240707,0.924119710922241,0.378604888916016,-0.0435304567217827,0.9990513920784,-0.00121189258061349,-0.998903930187225,0.0455063134431839,0.0109672257676721,-0.949731588363647,0.0327736623585224,0.311345189809799,-0.765851080417633,0.625114023685455,0.150680959224701,-0.778999626636505,-0.480094611644745,-0.403322219848633,-0.999750256538391,-0.00211211224086583,-0.0222484264522791,-0.000450627238024026,-0.999670803546906,0.0256566405296326,-0.0067646699026227,-0.895909368991852,0.444185435771942,-0.0573852472007275,-0.997464299201965,0.042094562202692,0.412574738264084,-0.858982145786285,-0.303202599287033,0.979431390762329,0.19697168469429,-0.0437764003872871,0.893831670284271,-0.00758460396900773,0.448338478803635,0.969596028327942,-0.182596310973167,0.162917658686638,0.953932642936707,0.296998143196106,-0.0424810349941254,0.396810293197632,0.917881429195404,0.00594193441793323,0.979431390762329,0.19697168469429,-0.0437764003872871,0.953932642936707,0.296998143196106,-0.0424810349941254,0.474070280790329,0.874485850334167,0.102624833583832,0.362717241048813,0.928924202919006,-0.0744055137038231,0.396810293197632,0.917881429195404,0.00594193441793323,0.474070280790329,0.874485850334167,0.102624833583832,0.286711007356644,0.957223296165466,-0.0389935150742531,0.305126696825027,0.912136733531952,-0.273686647415161,0.362717241048813,0.928924202919006,-0.0744055137038231,0.286711007356644,0.957223296165466,-0.0389935150742531,0.244245931506157,0.965701341629028,-0.0881194621324539,
  494. -0.765851080417633,0.625114023685455,0.150680959224701,-0.0510566271841526,0.960837543010712,-0.272368669509888,0.305126696825027,0.912136733531952,-0.273686647415161,0.244245931506157,0.965701341629028,-0.0881194621324539,-0.949731588363647,0.0327736623585224,0.311345189809799,-0.0510566271841526,0.960837543010712,-0.272368669509888,-0.765851080417633,0.625114023685455,0.150680959224701,-0.0490087457001209,0.947222173213959,-0.316809862852097,-0.0426377430558205,0.999084949493408,-0.00335295987315476,0.273411959409714,0.96189558506012,0.00166571571025997,0.299063891172409,0.92743331193924,-0.224562510848045,0.277896672487259,0.960605919361115,-0.0031245187856257,-0.0435304567217827,0.9990513920784,-0.00121189258061349,-0.0515874475240707,0.924119710922241,0.378604888916016,0.314861357212067,0.931157648563385,0.183869376778603,-0.999988555908203,1.09784787127865e-005,-0.00480253994464874,-0.998429358005524,0.0551954917609692,-0.00961130298674107,-0.989289581775665,0.0396595075726509,0.140475735068321,-0.930549561977386,-0.00785668473690748,-0.366081833839417,3.22985797538422e-005,-1,-4.16521487522914e-007,3.21222614729777e-005,-0.999999284744263,-0.00121180410496891,-0.00392105430364609,-0.865018546581268,0.501724481582642,-0.000706982216797769,-0.997012853622437,0.077233612537384,0.955369770526886,0.295374989509583,0.00472726719453931,0.999999642372131,-2.15134594166999e-011,0.000871007447130978,0.970569133758545,-0.00499633979052305,0.240770950913429,0.972790837287903,0.21348437666893,0.0900134667754173,0.346408128738403,0.938076198101044,0.00382606359198689,0.955369770526886,0.295374989509583,0.00472726719453931,0.972790837287903,0.21348437666893,0.0900134667754173,0.400117129087448,0.886263847351074,0.233330026268959,0.426031589508057,0.904697060585022,0.0045162602327764,0.346408128738403,0.938076198101044,0.00382606359198689,0.400117129087448,0.886263847351074,0.233330026268959,0.388067305088043,0.921629905700684,0.00147657399065793,0.273411959409714,0.96189558506012,0.00166571571025997,0.426031589508057,0.904697060585022,0.0045162602327764,
  495. 0.388067305088043,0.921629905700684,0.00147657399065793,0.299063891172409,0.92743331193924,-0.224562510848045,-0.998429358005524,0.0551954917609692,-0.00961130298674107,-0.0426377430558205,0.999084949493408,-0.00335295987315476,-0.0490087457001209,0.947222173213959,-0.316809862852097,-0.989289581775665,0.0396595075726509,0.140475735068321,-0.159646600484848,0.685362994670868,-0.710486173629761,-0.553056657314301,0.0274807028472424,-0.832690298557281,-0.880564868450165,-0.00157527148257941,-0.473923146724701,-0.710635423660278,-0.011815594509244,-0.703461289405823,0.0294860117137432,-0.950017809867859,0.310800135135651,7.15358828529133e-006,-1,7.5403084338177e-005,0.10735047608614,-0.988033592700958,-0.110750295221806,-4.56287707493175e-005,-1,4.70736849820241e-005,0.594637274742126,0.259559124708176,0.76094388961792,0.863124012947083,-0.12234653532505,0.489947140216827,0.94072163105011,-0.00203914777375758,0.33917373418808,0.677092790603638,0.196989625692368,0.709041953086853,0.291704118251801,0.861137807369232,0.416353851556778,0.594637274742126,0.259559124708176,0.76094388961792,0.677092790603638,0.196989625692368,0.709041953086853,0.252826869487762,0.928833961486816,0.270824790000916,0.141185268759727,0.953875064849854,0.264932364225388,0.291704118251801,0.861137807369232,0.416353851556778,0.252826869487762,0.928833961486816,0.270824790000916,0.147062823176384,0.892263770103455,0.42689323425293,0.00486908107995987,0.980072319507599,0.198581323027611,0.141185268759727,0.953875064849854,0.264932364225388,0.147062823176384,0.892263770103455,0.42689323425293,0.1977499127388,0.937359213829041,0.28679758310318,-0.12433148175478,0.991109371185303,0.0473700799047947,-0.159646600484848,0.685362994670868,-0.710486173629761,0.00486908107995987,0.980072319507599,0.198581323027611,0.1977499127388,0.937359213829041,0.28679758310318,-0.159646600484848,0.685362994670868,-0.710486173629761,-0.12433148175478,0.991109371185303,0.0473700799047947,-0.553056657314301,0.0274807028472424,-0.832690298557281,-0.218754172325134,0.813913762569427,-0.538229703903198,
  496. -0.550566792488098,0.0319334529340267,-0.834180176258087,-0.958816587924957,-0.0117209646850824,-0.283784329891205,-0.728401601314545,-0.024044394493103,-0.684728503227234,0.013948074541986,-0.998029112815857,0.0611830353736877,-0.131339401006699,-0.803972899913788,-0.579980611801147,-0.0111874779686332,-0.999871671199799,0.0114756925031543,-0.349904507398605,-0.865802764892578,0.357704311609268,0.594077467918396,0.384142518043518,0.706757783889771,0.761546194553375,-0.192363932728767,0.618905186653137,0.893461227416992,-0.00314253405667841,0.449129521846771,0.776379883289337,0.195213913917542,0.599271059036255,0.449660122394562,0.848071575164795,0.280322134494781,0.594077467918396,0.384142518043518,0.706757783889771,0.776379883289337,0.195213913917542,0.599271059036255,0.558876633644104,0.828464984893799,-0.0360932201147079,0.241059973835945,0.948064506053925,0.207518458366394,0.449660122394562,0.848071575164795,0.280322134494781,0.558876633644104,0.828464984893799,-0.0360932201147079,0.266386777162552,0.93435001373291,0.236702904105186,0.138621911406517,0.971433520317078,0.192616075277328,0.241059973835945,0.948064506053925,0.207518458366394,0.266386777162552,0.93435001373291,0.236702904105186,0.0515716448426247,0.919961035251617,0.388602942228317,-0.296818643808365,0.933646202087402,0.200508266687393,-0.218754172325134,0.813913762569427,-0.538229703903198,0.138621911406517,0.971433520317078,0.192616075277328,0.0515716448426247,0.919961035251617,0.388602942228317,-0.218754172325134,0.813913762569427,-0.538229703903198,-0.296818643808365,0.933646202087402,0.200508266687393,-0.550566792488098,0.0319334529340267,-0.834180176258087,-0.288691103458405,0.788176774978638,-0.54353928565979,-0.567961871623993,0.0330019518733025,-0.822393000125885,-0.955948770046234,-0.00619433354586363,-0.293468475341797,-0.714947044849396,-0.011084645986557,-0.699090719223022,0.104767292737961,-0.84488832950592,0.524583220481873,-0.0118886008858681,-0.998155951499939,-0.0595277510583401,0.321170628070831,-0.886776328086853,-0.332381188869476,
  497. 0.0161132197827101,-0.999730587005615,-0.0167128629982471,0.642103612422943,0.311823040246964,0.700335264205933,0.790145218372345,-0.191031888127327,0.582389354705811,0.956370234489441,-0.00547919888049364,0.292106181383133,0.66699743270874,0.214383065700531,0.713550567626953,0.450824707746506,0.846457898616791,0.283312827348709,0.642103612422943,0.311823040246964,0.700335264205933,0.66699743270874,0.214383065700531,0.713550567626953,0.299273818731308,0.9228276014328,0.242537617683411,0.23400117456913,0.940153241157532,0.24770013988018,0.450824707746506,0.846457898616791,0.283312827348709,0.299273818731308,0.9228276014328,0.242537617683411,0.23807592689991,0.91979968547821,0.311910808086395,0.170084118843079,0.955763280391693,0.239975094795227,0.23400117456913,0.940153241157532,0.24770013988018,0.23807592689991,0.91979968547821,0.311910808086395,0.0926050171256065,0.931139349937439,0.352709412574768,-0.304312884807587,0.924054324626923,0.231338113546371,-0.288691103458405,0.788176774978638,-0.54353928565979,0.170084118843079,0.955763280391693,0.239975094795227,0.0926050171256065,0.931139349937439,0.352709412574768,-0.288691103458405,0.788176774978638,-0.54353928565979,-0.304312884807587,0.924054324626923,0.231338113546371,-0.567961871623993,0.0330019518733025,-0.822393000125885,-0.553056657314301,0.0274807028472424,-0.832690298557281,-0.826080858707428,0.0260309725999832,-0.562950253486633,-0.226754009723663,-0.00171683623921126,-0.973950564861298,-0.880564868450165,-0.00157527148257941,-0.473923146724701,-4.56287707493175e-005,-1,4.70736849820241e-005,0.10735047608614,-0.988033592700958,-0.110750295221806,-0.0369787067174912,-0.998667299747467,0.0360014848411083,0.109298229217529,-0.988337159156799,-0.106035470962524,0.677092790603638,0.196989625692368,0.709041953086853,0.94072163105011,-0.00203914777375758,0.33917373418808,0.462848305702209,-0.00110026088077575,0.886436760425568,0.638872802257538,0.196831047534943,0.743706405162811,0.252826869487762,0.928833961486816,0.270824790000916,0.677092790603638,0.196989625692368,0.709041953086853,
  498. 0.638872802257538,0.196831047534943,0.743706405162811,0.165057241916656,0.914349853992462,0.369757384061813,0.147062823176384,0.892263770103455,0.42689323425293,0.252826869487762,0.928833961486816,0.270824790000916,0.165057241916656,0.914349853992462,0.369757384061813,0.23675411939621,0.909138202667236,0.342658996582031,0.1977499127388,0.937359213829041,0.28679758310318,0.147062823176384,0.892263770103455,0.42689323425293,0.23675411939621,0.909138202667236,0.342658996582031,0.34519100189209,0.929195523262024,0.132056504487991,0.0383295938372612,0.991645216941834,-0.123169764876366,-0.12433148175478,0.991109371185303,0.0473700799047947,0.1977499127388,0.937359213829041,0.28679758310318,0.34519100189209,0.929195523262024,0.132056504487991,-0.553056657314301,0.0274807028472424,-0.832690298557281,-0.12433148175478,0.991109371185303,0.0473700799047947,0.0383295938372612,0.991645216941834,-0.123169764876366,-0.826080858707428,0.0260309725999832,-0.562950253486633,-0.798758089542389,0.0396576374769211,-0.600343942642212,-0.581468224525452,0.706086456775665,-0.404149293899536,-0.694190502166748,0.0169341862201691,-0.719592094421387,-0.398885101079941,-0.0078614866361022,-0.916967213153839,-0.0550929270684719,-0.997016549110413,0.0540625490248203,-0.357644110918045,-0.864951729774475,0.352064102888107,-0.149775460362434,-0.988171875476837,0.0329195819795132,0.559631705284119,-0.822973489761353,-0.0976070761680603,0.624133408069611,0.213471129536629,0.751590013504028,0.515799403190613,-0.00499999010935426,0.856694877147675,0.660715162754059,-0.0810374692082405,0.746249496936798,0.728511929512024,0.317646265029907,0.606935918331146,0.117896676063538,0.88624894618988,0.447954535484314,0.624133408069611,0.213471129536629,0.751590013504028,0.728511929512024,0.317646265029907,0.606935918331146,0.143336921930313,0.909613072872162,0.389947026968002,0.273288637399673,0.921656787395477,0.275430798530579,0.117896676063538,0.88624894618988,0.447954535484314,0.143336921930313,0.909613072872162,0.389947026968002,0.204117655754089,0.944166004657745,0.25862443447113,
  499. 0.370055288076401,0.927506566047668,0.0528279170393944,0.273288637399673,0.921656787395477,0.275430798530579,0.204117655754089,0.944166004657745,0.25862443447113,0.352653980255127,0.922017097473145,0.159749299287796,-0.581468224525452,0.706086456775665,-0.404149293899536,0.189434126019478,0.947232782840729,-0.258582472801209,0.370055288076401,0.927506566047668,0.0528279170393944,0.352653980255127,0.922017097473145,0.159749299287796,-0.798758089542389,0.0396576374769211,-0.600343942642212,0.189434126019478,0.947232782840729,-0.258582472801209,-0.581468224525452,0.706086456775665,-0.404149293899536,-0.550566792488098,0.0319334529340267,-0.834180176258087,-0.891689956188202,0.0327641293406487,-0.451459288597107,-0.691128194332123,-0.00211292714811862,-0.72272914648056,-0.958816587924957,-0.0117209646850824,-0.283784329891205,-0.349904507398605,-0.865802764892578,0.357704311609268,-0.0111874779686332,-0.999871671199799,0.0114756925031543,-0.318910151720047,-0.895883500576019,0.309336453676224,-0.0184402838349342,-0.999671518802643,0.0178045872598886,0.776379883289337,0.195213913917542,0.599271059036255,0.893461227416992,-0.00314253405667841,0.449129521846771,0.314760357141495,-0.00758596323430538,0.949140906333923,0.723523378372192,0.196943700313568,0.661609530448914,0.558876633644104,0.828464984893799,-0.0360932201147079,0.776379883289337,0.195213913917542,0.599271059036255,0.723523378372192,0.196943700313568,0.661609530448914,0.276476204395294,0.917848587036133,0.284806817770004,0.266386777162552,0.93435001373291,0.236702904105186,0.558876633644104,0.828464984893799,-0.0360932201147079,0.276476204395294,0.917848587036133,0.284806817770004,0.309061914682388,0.928929686546326,0.203888177871704,0.0515716448426247,0.919961035251617,0.388602942228317,0.266386777162552,0.93435001373291,0.236702904105186,0.309061914682388,0.928929686546326,0.203888177871704,0.409190684556961,0.912175416946411,0.0223386902362108,0.156437397003174,0.960856795310974,-0.2286516726017,-0.296818643808365,0.933646202087402,0.200508266687393,0.0515716448426247,0.919961035251617,0.388602942228317,
  500. 0.409190684556961,0.912175416946411,0.0223386902362108,-0.550566792488098,0.0319334529340267,-0.834180176258087,-0.296818643808365,0.933646202087402,0.200508266687393,0.156437397003174,0.960856795310974,-0.2286516726017,-0.891689956188202,0.0327641293406487,-0.451459288597107,-0.826080858707428,0.0260309725999832,-0.562950253486633,-0.591750919818878,0.797362744808197,-0.118505209684372,-0.683677077293396,-0.0402951538562775,-0.728671371936798,-0.226754009723663,-0.00171683623921126,-0.973950564861298,0.109298229217529,-0.988337159156799,-0.106035470962524,-0.0369787067174912,-0.998667299747467,0.0360014848411083,-0.304955780506134,-0.949695587158203,-0.0712771266698837,-0.0148773519322276,-0.999889314174652,0.000298890779959038,0.638872802257538,0.196831047534943,0.743706405162811,0.462848305702209,-0.00110026088077575,0.886436760425568,0.504282176494598,-0.142503619194031,0.851699590682983,0.805858969688416,0.324765294790268,0.495094835758209,0.165057241916656,0.914349853992462,0.369757384061813,0.638872802257538,0.196831047534943,0.743706405162811,0.805858969688416,0.324765294790268,0.495094835758209,0.307668894529343,0.834030210971832,0.457966595888138,0.23675411939621,0.909138202667236,0.342658996582031,0.165057241916656,0.914349853992462,0.369757384061813,0.307668894529343,0.834030210971832,0.457966595888138,0.349606871604919,0.801490366458893,0.485168278217316,0.34519100189209,0.929195523262024,0.132056504487991,0.23675411939621,0.909138202667236,0.342658996582031,0.349606871604919,0.801490366458893,0.485168278217316,0.172511264681816,0.978089869022369,0.116533607244492,-0.591750919818878,0.797362744808197,-0.118505209684372,0.0383295938372612,0.991645216941834,-0.123169764876366,0.34519100189209,0.929195523262024,0.132056504487991,0.172511264681816,0.978089869022369,0.116533607244492,-0.826080858707428,0.0260309725999832,-0.562950253486633,0.0383295938372612,0.991645216941834,-0.123169764876366,-0.591750919818878,0.797362744808197,-0.118505209684372,-0.567961871623993,0.0330019518733025,-0.822393000125885,
  501. -0.714079797267914,0.0455197133123875,-0.698582887649536,-0.71158641576767,8.45636241137981e-005,-0.702598631381989,-0.955948770046234,-0.00619433354586363,-0.293468475341797,0.0161132197827101,-0.999730587005615,-0.0167128629982471,0.321170628070831,-0.886776328086853,-0.332381188869476,-0.000779637310188264,-0.999999463558197,0.000816046493127942,1.74001106643118e-005,-1,1.63877066370333e-005,0.66699743270874,0.214383065700531,0.713550567626953,0.956370234489441,-0.00547919888049364,0.292106181383133,0.711231410503387,0,0.702957987785339,0.683895587921143,0.288411229848862,0.670153677463531,0.299273818731308,0.9228276014328,0.242537617683411,0.66699743270874,0.214383065700531,0.713550567626953,0.683895587921143,0.288411229848862,0.670153677463531,0.240772843360901,0.941486120223999,0.235865250229836,0.23807592689991,0.91979968547821,0.311910808086395,0.299273818731308,0.9228276014328,0.242537617683411,0.240772843360901,0.941486120223999,0.235865250229836,0.306803345680237,0.903112292289734,0.300433099269867,0.0926050171256065,0.931139349937439,0.352709412574768,0.23807592689991,0.91979968547821,0.311910808086395,0.306803345680237,0.903112292289734,0.300433099269867,0.198713034391403,0.960603833198547,0.194302648305893,-0.567961871623993,0.0330019518733025,-0.822393000125885,-0.304312884807587,0.924054324626923,0.231338113546371,-0.0299145132303238,0.999051928520203,-0.0316303037106991,-0.714079797267914,0.0455197133123875,-0.698582887649536,-0.891689956188202,0.0327641293406487,-0.451459288597107,-0.647998809814453,0.625092685222626,-0.435151517391205,-0.265380650758743,-0.480307161808014,-0.835989415645599,-0.691128194332123,-0.00211292714811862,-0.72272914648056,-0.0184402838349342,-0.999671518802643,0.0178045872598886,-0.318910151720047,-0.895883500576019,0.309336453676224,-0.0703125521540642,-0.997466027736664,-0.010844798758626,0.5060173869133,-0.859028935432434,0.0775619819760323,0.723523378372192,0.196943700313568,0.661609530448914,0.314760357141495,-0.00758596323430538,0.949140906333923,0.570348680019379,-0.182750359177589,0.800814986228943,
  502. 0.70452493429184,0.297118902206421,0.644488155841827,0.276476204395294,0.917848587036133,0.284806817770004,0.723523378372192,0.196943700313568,0.661609530448914,0.70452493429184,0.297118902206421,0.644488155841827,0.262520432472229,0.874523758888245,0.407788395881653,0.309061914682388,0.928929686546326,0.203888177871704,0.276476204395294,0.917848587036133,0.284806817770004,0.262520432472229,0.874523758888245,0.407788395881653,0.230307087302208,0.957229256629944,0.175130933523178,0.409190684556961,0.912175416946411,0.0223386902362108,0.309061914682388,0.928929686546326,0.203888177871704,0.230307087302208,0.957229256629944,0.175130933523178,0.235117971897125,0.965674757957459,0.110416725277901,-0.647998809814453,0.625092685222626,-0.435151517391205,0.156437397003174,0.960856795310974,-0.2286516726017,0.409190684556961,0.912175416946411,0.0223386902362108,0.235117971897125,0.965674757957459,0.110416725277901,-0.891689956188202,0.0327641293406487,-0.451459288597107,0.156437397003174,0.960856795310974,-0.2286516726017,-0.647998809814453,0.625092685222626,-0.435151517391205,0.189434126019478,0.947232782840729,-0.258582472801209,-0.0276929587125778,0.999090194702148,-0.032435093075037,0.192105412483215,0.961913704872131,0.194467335939407,0.370055288076401,0.927506566047668,0.0528279170393944,0.198713034391403,0.960603833198547,0.194302648305893,-0.0299145132303238,0.999051928520203,-0.0316303037106991,-0.304312884807587,0.924054324626923,0.231338113546371,0.0926050171256065,0.931139349937439,0.352709412574768,-0.703707754611969,1.09891398096806e-005,-0.710489571094513,-0.699195027351379,0.0552263930439949,-0.712794780731201,-0.798758089542389,0.0396576374769211,-0.600343942642212,-0.398885101079941,-0.0078614866361022,-0.916967213153839,7.78565663495101e-006,-1,7.20238267604145e-006,0.000864263565745205,-0.999999284744263,-0.000849513162393123,-0.357644110918045,-0.864951729774475,0.352064102888107,-0.0550929270684719,-0.997016549110413,0.0540625490248203,0.672207593917847,0.295365512371063,0.678893387317657,0.706486999988556,7.71534018895181e-008,0.707726061344147,
  503. 0.515799403190613,-0.00499999010935426,0.856694877147675,0.624133408069611,0.213471129536629,0.751590013504028,0.242245212197304,0.9380704164505,0.247671842575073,0.672207593917847,0.295365512371063,0.678893387317657,0.624133408069611,0.213471129536629,0.751590013504028,0.117896676063538,0.88624894618988,0.447954535484314,0.298000276088715,0.90472948551178,0.304401636123657,0.242245212197304,0.9380704164505,0.247671842575073,0.117896676063538,0.88624894618988,0.447954535484314,0.273288637399673,0.921656787395477,0.275430798530579,0.192105412483215,0.961913704872131,0.194467335939407,0.298000276088715,0.90472948551178,0.304401636123657,0.273288637399673,0.921656787395477,0.275430798530579,0.370055288076401,0.927506566047668,0.0528279170393944,-0.699195027351379,0.0552263930439949,-0.712794780731201,-0.0276929587125778,0.999090194702148,-0.032435093075037,0.189434126019478,0.947232782840729,-0.258582472801209,-0.798758089542389,0.0396576374769211,-0.600343942642212
  504. }
  505. BinormalsW: *2512 {
  506. 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,
  507. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  508. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  509. }
  510. }
  511. LayerElementTangent: 0 {
  512. Version: 102
  513. Name: "map1"
  514. MappingInformationType: "ByPolygonVertex"
  515. ReferenceInformationType: "Direct"
  516. Tangents: *7536 {
  517. a: 0.535032749176025,0.375162780284882,0.756962954998016,0.980216324329376,0.00144344731234014,0.197923481464386,0.957700788974762,0.00503342878073454,-0.287721753120422,0.813091933727264,0.582030951976776,-0.0110219921916723,0.604831635951996,-0.312393188476563,-0.732522487640381,0.636696517467499,-7.57938832975924e-005,-0.771114587783813,0.987884879112244,0.154423221945763,-0.0153937740251422,0.999878644943237,-6.56028132652864e-005,-0.0155788762494922,0.849134087562561,-0.474350988864899,0.232298254966736,0.84549218416214,-0.447824001312256,-0.290854752063751,0.904880702495575,-0.00471718329936266,-0.425638973712921,0.999713659286499,-0.00368905439972878,0.0236417260020971,0.667360603809357,-0.322154313325882,0.671450972557068,0.849134087562561,-0.474350988864899,0.232298254966736,0.999713659286499,-0.00368905439972878,0.0236417260020971,0.999914884567261,0.0128885060548782,0.0019892209675163,0.559302270412445,-0.191544577479362,0.806530654430389,0.667360603809357,-0.322154313325882,0.671450972557068,0.999914884567261,0.0128885060548782,0.0019892209675163,0.980169415473938,0.178326278924942,0.0864150002598763,0.565100789070129,-0.0419694855809212,0.823953688144684,0.559302270412445,-0.191544577479362,0.806530654430389,0.980169415473938,0.178326278924942,0.0864150002598763,0.998013913631439,0.0597024969756603,0.0200975351035595,0.992590665817261,0.121343836188316,-0.00626968219876289,0.535032749176025,0.375162780284882,0.756962954998016,0.565100789070129,-0.0419694855809212,0.823953688144684,0.998013913631439,0.0597024969756603,0.0200975351035595,0.535032749176025,0.375162780284882,0.756962954998016,0.992590665817261,0.121343836188316,-0.00626968219876289,0.980216324329376,0.00144344731234014,0.197923481464386,0.316494673490524,0.458650231361389,0.830344021320343,0.979400873184204,0.0184744857251644,0.201078847050667,0.87864363193512,0.0172932948917151,-0.477164924144745,0.512448012828827,0.857945799827576,-0.0364152975380421,0.532662153244019,-0.0628418549895287,-0.843991696834564,0.42898416519165,0.594862878322601,-0.679787397384644,
  518. 0.999790787696838,-0.0161179956048727,-0.0126000139862299,0.865678250789642,-0.500510096549988,-0.00952654425054789,0.417179107666016,-0.824999332427979,0.381231904029846,0.434730052947998,-0.874110221862793,-0.216659188270569,0.949317872524261,-0.0097486712038517,-0.314166516065598,0.992017030715942,-0.0431280955672264,-0.118499562144279,0.450231969356537,-0.509799718856812,0.733072578907013,0.417179107666016,-0.824999332427979,0.381231904029846,0.992017030715942,-0.0431280955672264,-0.118499562144279,0.906733930110931,-0.395770668983459,-0.145599454641342,0.519370496273041,-0.283030122518539,0.806317687034607,0.450231969356537,-0.509799718856812,0.733072578907013,0.906733930110931,-0.395770668983459,-0.145599454641342,0.998980522155762,-0.0340876094996929,0.0295955166220665,0.430148273706436,-0.195779889822006,0.88127326965332,0.519370496273041,-0.283030122518539,0.806317687034607,0.998980522155762,-0.0340876094996929,0.0295955166220665,0.970251023769379,0.210701957345009,0.11923772841692,0.93498557806015,0.353886336088181,0.0238016974180937,0.316494673490524,0.458650231361389,0.830344021320343,0.430148273706436,-0.195779889822006,0.88127326965332,0.970251023769379,0.210701957345009,0.11923772841692,0.316494673490524,0.458650231361389,0.830344021320343,0.93498557806015,0.353886336088181,0.0238016974180937,0.979400873184204,0.0184744857251644,0.201078847050667,0.356493085622787,0.505220592021942,0.785916447639465,0.983550429344177,0.0109107792377472,0.180303782224655,0.883490741252899,0.0119956033304334,-0.468295037746429,0.498096853494644,0.866988360881805,-0.0151843018829823,0.469184577465057,-0.534790873527527,-0.702754974365234,0.554234564304352,0.0606957226991653,-0.830144643783569,0.886752367019653,0.461993336677551,-0.0152425672858953,0.999544620513916,0.0232245437800884,-0.0192658510059118,0.567423224449158,-0.774847328662872,0.278644502162933,0.566212236881256,-0.788225173950195,-0.241049513220787,0.882836937904358,-0.0105418534949422,-0.469561368227005,0.999293923377991,-0.0113286962732673,0.0358210727572441,
  519. 0.563678860664368,-0.487851649522781,0.666533470153809,0.567423224449158,-0.774847328662872,0.278644502162933,0.999293923377991,-0.0113286962732673,0.0358210727572441,0.999132037162781,-0.0413106828927994,-0.00534222926944494,0.589443862438202,-0.269927978515625,0.761376917362213,0.563678860664368,-0.487851649522781,0.666533470153809,0.999132037162781,-0.0413106828927994,-0.00534222926944494,0.998351871967316,0.0385235473513603,0.0425381734967232,0.536040663719177,-0.219616532325745,0.815125107765198,0.589443862438202,-0.269927978515625,0.761376917362213,0.998351871967316,0.0385235473513603,0.0425381734967232,0.982866942882538,0.170162245631218,0.0708329901099205,0.925504207611084,0.378595352172852,-0.010369666852057,0.356493085622787,0.505220592021942,0.785916447639465,0.536040663719177,-0.219616532325745,0.815125107765198,0.982866942882538,0.170162245631218,0.0708329901099205,0.356493085622787,0.505220592021942,0.785916447639465,0.925504207611084,0.378595352172852,-0.010369666852057,0.983550429344177,0.0109107792377472,0.180303782224655,0.980216324329376,0.00144344731234014,0.197923481464386,0.982518672943115,-0.000953112496063113,-0.186161398887634,0.848906934261322,-0.00273125129751861,0.528535306453705,0.957700788974762,0.00503342878073454,-0.287721753120422,0.999878644943237,-6.56028132652864e-005,-0.0155788762494922,0.987884879112244,0.154423221945763,-0.0153937740251422,0.998552441596985,-0.0517537146806717,0.0146441180258989,0.988223493099213,0.152325347065926,0.0145348254591227,0.999713659286499,-0.00368905439972878,0.0236417260020971,0.904880702495575,-0.00471718329936266,-0.425638973712921,0.954075694084167,0.00378476781770587,0.299541801214218,0.997214019298553,0.0244275070726871,0.0704794600605965,0.999914884567261,0.0128885060548782,0.0019892209675163,0.999713659286499,-0.00368905439972878,0.0236417260020971,0.997214019298553,0.0244275070726871,0.0704794600605965,0.989153981208801,0.143293395638466,0.032271184027195,0.980169415473938,0.178326278924942,0.0864150002598763,0.999914884567261,0.0128885060548782,0.0019892209675163,
  520. 0.989153981208801,0.143293395638466,0.032271184027195,0.99661260843277,0.0822357535362244,0.00081850093556568,0.998013913631439,0.0597024969756603,0.0200975351035595,0.980169415473938,0.178326278924942,0.0864150002598763,0.99661260843277,0.0822357535362244,0.00081850093556568,0.987872779369354,-0.128603458404541,-0.0869975313544273,0.992509663105011,-0.116581067442894,-0.0365151092410088,0.992590665817261,0.121343836188316,-0.00626968219876289,0.998013913631439,0.0597024969756603,0.0200975351035595,0.987872779369354,-0.128603458404541,-0.0869975313544273,0.980216324329376,0.00144344731234014,0.197923481464386,0.992590665817261,0.121343836188316,-0.00626968219876289,0.992509663105011,-0.116581067442894,-0.0365151092410088,0.982518672943115,-0.000953112496063113,-0.186161398887634,0.989756524562836,-0.0202897489070892,-0.141316547989845,0.36342641711235,-0.620852112770081,-0.694596230983734,0.438376665115356,-0.898759543895721,-0.0075626140460372,0.930366396903992,-0.021807137876749,0.365981876850128,0.996953070163727,-0.0772352069616318,0.01092395093292,0.864989757537842,-0.501741290092468,0.0069635845720768,0.812984466552734,-0.1534074395895,0.561713755130768,0.679361820220947,0.567899346351624,0.464712679386139,0.995656430721283,0.0423825867474079,0.0828975290060043,0.970411837100983,0.0192743539810181,0.240685164928436,0.656026542186737,0.74800717830658,0.100570902228355,0.635718524456024,0.712376773357391,-0.297290027141571,0.972340762615204,0.217084690928459,0.0861843228340149,0.995656430721283,0.0423825867474079,0.0828975290060043,0.635718524456024,0.712376773357391,-0.297290027141571,0.775327026844025,0.362936019897461,-0.516861200332642,0.99995493888855,0.00496368249878287,-0.0080878222361207,0.972340762615204,0.217084690928459,0.0861843228340149,0.775327026844025,0.362936019897461,-0.516861200332642,0.857768893241882,0.199380233883858,-0.473793238401413,0.974417746067047,-0.211045250296593,-0.0772650763392448,0.99995493888855,0.00496368249878287,-0.0080878222361207,0.857768893241882,0.199380233883858,-0.473793238401413,
  521. 0.677953004837036,0.179635137319565,-0.71281898021698,0.36342641711235,-0.620852112770081,-0.694596230983734,0.948475420475006,-0.31666699051857,0.0107841035351157,0.974417746067047,-0.211045250296593,-0.0772650763392448,0.677953004837036,0.179635137319565,-0.71281898021698,0.989756524562836,-0.0202897489070892,-0.141316547989845,0.948475420475006,-0.31666699051857,0.0107841035351157,0.36342641711235,-0.620852112770081,-0.694596230983734,0.979400873184204,0.0184744857251644,0.201078847050667,0.950215458869934,-0.00192733353469521,-0.311588019132614,0.999700307846069,-0.0102296164259315,0.0222415216267109,0.87864363193512,0.0172932948917151,-0.477164924144745,0.865678250789642,-0.500510096549988,-0.00952654425054789,0.999790787696838,-0.0161179956048727,-0.0126000139862299,0.895804584026337,-0.444238871335983,0.0136356493458152,0.999517977237701,-0.0256605967879295,0.0174770746380091,0.992017030715942,-0.0431280955672264,-0.118499562144279,0.949317872524261,-0.0097486712038517,-0.314166516065598,0.893718540668488,0.015409498475492,0.44836351275444,0.998704612255096,0.0169327333569527,-0.0479809828102589,0.906733930110931,-0.395770668983459,-0.145599454641342,0.992017030715942,-0.0431280955672264,-0.118499562144279,0.998704612255096,0.0169327333569527,-0.0479809828102589,0.999776840209961,0.0134751135483384,-0.0162670183926821,0.998980522155762,-0.0340876094996929,0.0295955166220665,0.906733930110931,-0.395770668983459,-0.145599454641342,0.999776840209961,0.0134751135483384,-0.0162670183926821,0.996774673461914,-0.0583856143057346,-0.0550578832626343,0.970251023769379,0.210701957345009,0.11923772841692,0.998980522155762,-0.0340876094996929,0.0295955166220665,0.996774673461914,-0.0583856143057346,-0.0550578832626343,0.961712718009949,-0.254816472530365,-0.100882537662983,0.962145447731018,-0.272489488124847,0.00505666015669703,0.93498557806015,0.353886336088181,0.0238016974180937,0.970251023769379,0.210701957345009,0.11923772841692,0.961712718009949,-0.254816472530365,-0.100882537662983,0.979400873184204,0.0184744857251644,0.201078847050667,
  522. 0.93498557806015,0.353886336088181,0.0238016974180937,0.962145447731018,-0.272489488124847,0.00505666015669703,0.950215458869934,-0.00192733353469521,-0.311588019132614,0.982518672943115,-0.000953112496063113,-0.186161398887634,0.338913947343826,-0.395513623952866,-0.853643000125885,0.665702164173126,-0.744448781013489,0.051348052918911,0.848906934261322,-0.00273125129751861,0.528535306453705,0.988223493099213,0.152325347065926,0.0145348254591227,0.998552441596985,-0.0517537146806717,0.0146441180258989,0.490391731262207,-0.313276350498199,0.813248991966248,0.517375707626343,-0.0144037120044231,0.855637192726135,0.997214019298553,0.0244275070726871,0.0704794600605965,0.954075694084167,0.00378476781770587,0.299541801214218,0.808573782444,0.515546083450317,0.2835853099823,0.78794664144516,0.496619910001755,-0.3640176653862,0.989153981208801,0.143293395638466,0.032271184027195,0.997214019298553,0.0244275070726871,0.0704794600605965,0.78794664144516,0.496619910001755,-0.3640176653862,0.737721085548401,0.431536704301834,-0.519175887107849,0.99661260843277,0.0822357535362244,0.00081850093556568,0.989153981208801,0.143293395638466,0.032271184027195,0.737721085548401,0.431536704301834,-0.519175887107849,0.530943095684052,0.543793797492981,-0.649913668632507,0.987872779369354,-0.128603458404541,-0.0869975313544273,0.99661260843277,0.0822357535362244,0.00081850093556568,0.530943095684052,0.543793797492981,-0.649913668632507,0.349720567464828,0.178379788994789,-0.919715285301209,0.338913947343826,-0.395513623952866,-0.853643000125885,0.992509663105011,-0.116581067442894,-0.0365151092410088,0.987872779369354,-0.128603458404541,-0.0869975313544273,0.349720567464828,0.178379788994789,-0.919715285301209,0.982518672943115,-0.000953112496063113,-0.186161398887634,0.992509663105011,-0.116581067442894,-0.0365151092410088,0.338913947343826,-0.395513623952866,-0.853643000125885,0.983550429344177,0.0109107792377472,0.180303782224655,0.99993622303009,-0.00230877916328609,-0.0110642844811082,0.999977350234985,-0.00230263872072101,-0.0063290111720562,
  523. 0.883490741252899,0.0119956033304334,-0.468295037746429,0.999544620513916,0.0232245437800884,-0.0192658510059118,0.886752367019653,0.461993336677551,-0.0152425672858953,0.999998092651367,-0.00112836610060185,-0.00162639946211129,0.999998688697815,6.77071056998102e-007,-0.00162640016060323,0.999293923377991,-0.0113286962732673,0.0358210727572441,0.882836937904358,-0.0105418534949422,-0.469561368227005,0.999983012676239,-1.05906516889576e-009,-0.00584123469889164,0.999948680400848,1.10375758595183e-005,-0.0101347286254168,0.999132037162781,-0.0413106828927994,-0.00534222926944494,0.999293923377991,-0.0113286962732673,0.0358210727572441,0.999948680400848,1.10375758595183e-005,-0.0101347286254168,0.999947726726532,-1.97578101506224e-005,-0.0102273235097528,0.998351871967316,0.0385235473513603,0.0425381734967232,0.999132037162781,-0.0413106828927994,-0.00534222926944494,0.999947726726532,-1.97578101506224e-005,-0.0102273235097528,0.999945640563965,-2.1508027202799e-005,-0.0104307560250163,0.982866942882538,0.170162245631218,0.0708329901099205,0.998351871967316,0.0385235473513603,0.0425381734967232,0.999945640563965,-2.1508027202799e-005,-0.0104307560250163,0.999938488006592,-3.93726695619989e-005,-0.0110912276431918,0.983550429344177,0.0109107792377472,0.180303782224655,0.925504207611084,0.378595352172852,-0.010369666852057,0.999935746192932,-0.00170134915970266,-0.0112126674503088,0.99993622303009,-0.00230877916328609,-0.0110642844811082,0.950215458869934,-0.00192733353469521,-0.311588019132614,0.48601022362709,-0.627756476402283,-0.608042657375336,0.484087437391281,-0.610554456710815,0.626803457736969,0.999700307846069,-0.0102296164259315,0.0222415216267109,0.999517977237701,-0.0256605967879295,0.0174770746380091,0.895804584026337,-0.444238871335983,0.0136356493458152,0.590677917003632,-0.071171760559082,0.803762555122375,0.508630156517029,0.512049555778503,0.692170917987823,0.998704612255096,0.0169327333569527,-0.0479809828102589,0.893718540668488,0.015409498475492,0.44836351275444,0.619457721710205,0.745955288410187,0.244586870074272,
  524. 0.609687030315399,0.748742520809174,-0.260127514600754,0.999776840209961,0.0134751135483384,-0.0162670183926821,0.998704612255096,0.0169327333569527,-0.0479809828102589,0.609687030315399,0.748742520809174,-0.260127514600754,0.578091144561768,0.440262854099274,-0.687007486820221,0.996774673461914,-0.0583856143057346,-0.0550578832626343,0.999776840209961,0.0134751135483384,-0.0162670183926821,0.578091144561768,0.440262854099274,-0.687007486820221,0.612089335918427,0.20383919775486,-0.764065742492676,0.961712718009949,-0.254816472530365,-0.100882537662983,0.996774673461914,-0.0583856143057346,-0.0550578832626343,0.612089335918427,0.20383919775486,-0.764065742492676,0.563949942588806,0.153725475072861,-0.811374723911285,0.48601022362709,-0.627756476402283,-0.608042657375336,0.962145447731018,-0.272489488124847,0.00505666015669703,0.961712718009949,-0.254816472530365,-0.100882537662983,0.563949942588806,0.153725475072861,-0.811374723911285,0.950215458869934,-0.00192733353469521,-0.311588019132614,0.962145447731018,-0.272489488124847,0.00505666015669703,0.48601022362709,-0.627756476402283,-0.608042657375336,0.948475420475006,-0.31666699051857,0.0107841035351157,0.999948859214783,-0.00294472509995103,0.0096778804436326,0.999954760074615,-0.000956615142058581,0.00945807527750731,0.974417746067047,-0.211045250296593,-0.0772650763392448,0.999938488006592,-3.93726695619989e-005,-0.0110912276431918,0.999935746192932,-0.00170134915970266,-0.0112126674503088,0.925504207611084,0.378595352172852,-0.010369666852057,0.982866942882538,0.170162245631218,0.0708329901099205,0.99998551607132,0.00246266205795109,0.00479252496734262,0.999949634075165,0.00234912848100066,0.00975578185170889,0.989756524562836,-0.0202897489070892,-0.141316547989845,0.930366396903992,-0.021807137876749,0.365981876850128,1,4.11085352425289e-007,-0.000148876555613242,0.999999284744263,0.00121179944835603,-0.000148895240272395,0.864989757537842,-0.501741290092468,0.0069635845720768,0.996953070163727,-0.0772352069616318,0.01092395093292,0.999986946582794,-0.000454863533377647,0.00507530709728599,
  525. 0.999999701976776,0,0.000866534654051065,0.970411837100983,0.0192743539810181,0.240685164928436,0.995656430721283,0.0423825867474079,0.0828975290060043,0.999950766563416,0.000418734853155911,0.00991193018853664,0.999986946582794,-0.000454863533377647,0.00507530709728599,0.995656430721283,0.0423825867474079,0.0828975290060043,0.972340762615204,0.217084690928459,0.0861843228340149,0.999942243099213,-7.07926810719073e-005,0.0107492953538895,0.999950766563416,0.000418734853155911,0.00991193018853664,0.972340762615204,0.217084690928459,0.0861843228340149,0.99995493888855,0.00496368249878287,-0.0080878222361207,0.999954760074615,-0.000956615142058581,0.00945807527750731,0.999942243099213,-7.07926810719073e-005,0.0107492953538895,0.99995493888855,0.00496368249878287,-0.0080878222361207,0.974417746067047,-0.211045250296593,-0.0772650763392448,0.999949634075165,0.00234912848100066,0.00975578185170889,0.999948859214783,-0.00294472509995103,0.0096778804436326,0.948475420475006,-0.31666699051857,0.0107841035351157,0.989756524562836,-0.0202897489070892,-0.141316547989845,-0.156426265835762,0.375306606292725,0.913605928421021,0.55331426858902,0.00145437684841454,0.832971334457397,0.880558490753174,0.00503698363900185,0.473910719156265,0.582985043525696,0.581682741641998,0.567251026630402,0.945771038532257,-0.312195688486099,-0.0897275432944298,0.995529770851135,-7.57416491978802e-005,-0.0944482684135437,0.709449648857117,0.154239341616631,0.687670886516571,0.718040764331818,-6.53782044537365e-005,0.696000993251801,0.43604177236557,-0.474079757928848,0.764928758144379,0.803431153297424,-0.447606593370438,0.392615228891373,0.940716505050659,-0.00471996609121561,0.339161187410355,0.690088391304016,-0.00366253522224724,0.723715841770172,-0.00280248024500906,-0.322048962116241,0.946718811988831,0.43604177236557,-0.474079757928848,0.764928758144379,0.690088391304016,-0.00366253522224724,0.723715841770172,0.705628216266632,0.0129003785550594,0.708464741706848,-0.174561351537704,-0.191441729664803,0.965856313705444,-0.00280248024500906,-0.322048962116241,0.946718811988831,
  526. 0.705628216266632,0.0129003785550594,0.708464741706848,0.632080316543579,0.178111329674721,0.754155695438385,-0.182926923036575,-0.0419301427900791,0.982231914997101,-0.174561351537704,-0.191441729664803,0.965856313705444,0.632080316543579,0.178111329674721,0.754155695438385,0.691491544246674,0.0596950277686119,0.719913840293884,0.706313014030457,0.121260426938534,0.697436630725861,-0.156426265835762,0.375306606292725,0.913605928421021,-0.182926923036575,-0.0419301427900791,0.982231914997101,0.691491544246674,0.0596950277686119,0.719913840293884,-0.156426265835762,0.375306606292725,0.913605928421021,0.706313014030457,0.121260426938534,0.697436630725861,0.55331426858902,0.00145437684841454,0.832971334457397,-0.363649278879166,0.458608508110046,0.810825109481812,0.550319075584412,0.0184724982827902,0.834750115871429,0.958796739578247,0.0172820240259171,0.283566743135452,0.388055592775345,0.858098149299622,0.336274206638336,0.973359704017639,-0.0627527311444283,-0.220528796315193,0.784088432788849,0.594666004180908,-0.177701756358147,0.715880215167999,-0.016026608645916,0.69803911447525,0.618923842906952,-0.500385403633118,0.605431914329529,0.0260848663747311,-0.825017213821411,0.564505219459534,0.461150258779526,-0.87384831905365,0.1540437489748,0.893436849117279,-0.0097423056140542,0.449083000421524,0.785581588745117,-0.0432358756661415,0.617245614528656,-0.199554562568665,-0.50969398021698,0.836893022060394,0.0260848663747311,-0.825017213821411,0.564505219459534,0.785581588745117,-0.0432358756661415,0.617245614528656,0.744134306907654,-0.395567238330841,0.538321971893311,-0.202866867184639,-0.282775431871414,0.937487661838531,-0.199554562568665,-0.50969398021698,0.836893022060394,0.744134306907654,-0.395567238330841,0.538321971893311,0.68537849187851,-0.0337560065090656,0.727404236793518,-0.319504588842392,-0.19565723836422,0.927165031433105,-0.202866867184639,-0.282775431871414,0.937487661838531,0.68537849187851,-0.0337560065090656,0.727404236793518,0.601655244827271,0.210955381393433,0.770395219326019,0.644307494163513,0.353910595178604,0.677949249744415,
  527. -0.363649278879166,0.458608508110046,0.810825109481812,-0.319504588842392,-0.19565723836422,0.927165031433105,0.601655244827271,0.210955381393433,0.770395219326019,-0.363649278879166,0.458608508110046,0.810825109481812,0.644307494163513,0.353910595178604,0.677949249744415,0.550319075584412,0.0184724982827902,0.834750115871429,-0.303776621818542,0.505334734916687,0.807685911655426,0.567942976951599,0.0109084965661168,0.822995543479919,0.955919444561005,0.0119927367195487,0.293384075164795,0.362694889307022,0.867201745510101,0.341194599866867,0.828526735305786,-0.534942746162415,-0.165468081831932,0.97882616519928,0.0607033036649227,-0.195484936237335,0.637743651866913,0.462195158004761,0.616164445877075,0.720417857170105,0.0232131145894527,0.693151652812958,0.203558057546616,-0.774943947792053,0.5983527302742,0.570440411567688,-0.788533389568329,0.229810357093811,0.956350028514862,-0.0105383936315775,0.292033493518829,0.681025385856628,-0.0112493885681033,0.732173383235931,-0.0731545835733414,-0.487797856330872,0.869885981082916,0.203558057546616,-0.774943947792053,0.5983527302742,0.681025385856628,-0.0112493885681033,0.732173383235931,0.710255563259125,-0.0412245132029057,0.702735900878906,-0.121954426169395,-0.269894301891327,0.955135703086853,-0.0731545835733414,-0.487797856330872,0.869885981082916,0.710255563259125,-0.0412245132029057,0.702735900878906,0.675821542739868,0.0386370196938515,0.736051917076111,-0.1974256336689,-0.219600141048431,0.955405056476593,-0.121954426169395,-0.269894301891327,0.955135703086853,0.675821542739868,0.0386370196938515,0.736051917076111,0.64490270614624,0.170179098844528,0.745076894760132,0.661725640296936,0.378754705190659,0.647042512893677,-0.303776621818542,0.505334734916687,0.807685911655426,-0.1974256336689,-0.219600141048431,0.955405056476593,0.64490270614624,0.170179098844528,0.745076894760132,-0.303776621818542,0.505334734916687,0.807685911655426,0.661725640296936,0.378754705190659,0.647042512893677,0.567942976951599,0.0109084965661168,0.822995543479919,0.55331426858902,0.00145437684841454,0.832971334457397,
  528. 0.826349377632141,-0.000957103387918323,0.563157021999359,0.226748526096344,-0.00273296074010432,0.973949551582336,0.880558490753174,0.00503698363900185,0.473910719156265,0.718040764331818,-6.53782044537365e-005,0.696000993251801,0.709449648857117,0.154239341616631,0.687670886516571,0.695730626583099,-0.0516095869243145,0.716446399688721,0.688503623008728,0.152281299233437,0.709065020084381,0.690088391304016,-0.00366253522224724,0.723715841770172,0.940716505050659,-0.00471996609121561,0.339161187410355,0.462842106819153,0.00378532661125064,0.886432707309723,0.655143618583679,0.0244677718728781,0.755107998847961,0.705628216266632,0.0129003785550594,0.708464741706848,0.690088391304016,-0.00366253522224724,0.723715841770172,0.655143618583679,0.0244677718728781,0.755107998847961,0.676634311676025,0.143246412277222,0.722250998020172,0.632080316543579,0.178111329674721,0.754155695438385,0.705628216266632,0.0129003785550594,0.708464741706848,0.676634311676025,0.143246412277222,0.722250998020172,0.704299211502075,0.0818156003952026,0.705172836780548,0.691491544246674,0.0596950277686119,0.719913840293884,0.632080316543579,0.178111329674721,0.754155695438385,0.704299211502075,0.0818156003952026,0.705172836780548,0.760052919387817,-0.128626465797424,0.637004494667053,0.727632999420166,-0.116516396403313,0.675998628139496,0.706313014030457,0.121260426938534,0.697436630725861,0.691491544246674,0.0596950277686119,0.719913840293884,0.760052919387817,-0.128626465797424,0.637004494667053,0.55331426858902,0.00145437684841454,0.832971334457397,0.706313014030457,0.121260426938534,0.697436630725861,0.727632999420166,-0.116516396403313,0.675998628139496,0.826349377632141,-0.000957103387918323,0.563157021999359,0.79961884021759,-0.0203060004860163,0.600164532661438,0.748034656047821,-0.621101081371307,-0.233832374215126,0.315018385648727,-0.898793995380402,0.304848790168762,0.398652285337448,-0.0217920020222664,0.916843235492706,0.697225511074066,-0.0771881192922592,0.712684035301209,0.606666684150696,-0.501857817173004,0.616517841815948,
  529. 0.17674545943737,-0.153250142931938,0.972252786159515,0.150984019041061,0.568053305149078,0.809023678302765,0.645382225513458,0.0423887334764004,0.762682735919952,0.515621721744537,0.0192627981305122,0.856599807739258,0.392369329929352,0.748242616653442,0.534957230091095,0.659687399864197,0.712555527687073,0.238908037543297,0.626578569412231,0.217120185494423,0.748503923416138,0.645382225513458,0.0423887334764004,0.762682735919952,0.659687399864197,0.712555527687073,0.238908037543297,0.913792133331299,0.36302861571312,0.182192414999008,0.7127685546875,0.00504012778401375,0.701381087303162,0.626578569412231,0.217120185494423,0.748503923416138,0.913792133331299,0.36302861571312,0.182192414999008,0.941691994667053,0.199345096945763,0.27106785774231,0.743612885475159,-0.210793286561966,0.634512543678284,0.7127685546875,0.00504012778401375,0.701381087303162,0.941691994667053,0.199345096945763,0.27106785774231,0.983436703681946,0.179633855819702,-0.0241658296436071,0.748034656047821,-0.621101081371307,-0.233832374215126,0.663044273853302,-0.316658020019531,0.678306758403778,0.743612885475159,-0.210793286561966,0.634512543678284,0.983436703681946,0.179633855819702,-0.0241658296436071,0.79961884021759,-0.0203060004860163,0.600164532661438,0.663044273853302,-0.316658020019531,0.678306758403778,0.748034656047821,-0.621101081371307,-0.233832374215126,0.550319075584412,0.0184724982827902,0.834750115871429,0.892193496227264,-0.00193620403297246,0.45164942741394,0.691076219081879,-0.0102204130962491,0.722709596157074,0.958796739578247,0.0172820240259171,0.283566743135452,0.618923842906952,-0.500385403633118,0.605431914329529,0.715880215167999,-0.016026608645916,0.69803911447525,0.62376070022583,-0.444288909435272,0.643062889575958,0.694396615028381,-0.0256328620016575,0.719135701656342,0.785581588745117,-0.0432358756661415,0.617245614528656,0.893436849117279,-0.0097423056140542,0.449083000421524,0.314621686935425,0.0154002355411649,0.949092209339142,0.740161895751953,0.016922265291214,0.672215759754181,0.744134306907654,-0.395567238330841,0.538321971893311,
  530. 0.785581588745117,-0.0432358756661415,0.617245614528656,0.740161895751953,0.016922265291214,0.672215759754181,0.718466341495514,0.0134466830641031,0.695431768894196,0.68537849187851,-0.0337560065090656,0.727404236793518,0.744134306907654,-0.395567238330841,0.538321971893311,0.718466341495514,0.0134466830641031,0.695431768894196,0.743747293949127,-0.058316558599472,0.665912270545959,0.601655244827271,0.210955381393433,0.770395219326019,0.68537849187851,-0.0337560065090656,0.727404236793518,0.743747293949127,-0.058316558599472,0.665912270545959,0.75137335062027,-0.254679083824158,0.60875004529953,0.6767857670784,-0.272410243749619,0.683925211429596,0.644307494163513,0.353910595178604,0.677949249744415,0.601655244827271,0.210955381393433,0.770395219326019,0.75137335062027,-0.254679083824158,0.60875004529953,0.550319075584412,0.0184724982827902,0.834750115871429,0.644307494163513,0.353910595178604,0.677949249744415,0.6767857670784,-0.272410243749619,0.683925211429596,0.892193496227264,-0.00193620403297246,0.45164942741394,0.826349377632141,-0.000957103387918323,0.563157021999359,0.843372106552124,-0.39552453160286,-0.363708525896072,0.434649646282196,-0.744125843048096,0.50730311870575,0.226748526096344,-0.00273296074010432,0.973949551582336,0.688503623008728,0.152281299233437,0.709065020084381,0.695730626583099,-0.0516095869243145,0.716446399688721,-0.228081703186035,-0.313151299953461,0.921908318996429,-0.238958969712257,-0.0143750552088022,0.970923244953156,0.655143618583679,0.0244677718728781,0.755107998847961,0.462842106819153,0.00378532661125064,0.886432707309723,0.371112883090973,0.515392303466797,0.772428691387177,0.814424216747284,0.496555685997009,0.30024254322052,0.676634311676025,0.143246412277222,0.722250998020172,0.655143618583679,0.0244677718728781,0.755107998847961,0.814424216747284,0.496555685997009,0.30024254322052,0.888961493968964,0.431100398302078,0.154595911502838,0.704299211502075,0.0818156003952026,0.705172836780548,0.676634311676025,0.143246412277222,0.722250998020172,0.888961493968964,0.431100398302078,0.154595911502838,
  531. 0.835692644119263,0.542677164077759,-0.0843759179115295,0.760052919387817,-0.128626465797424,0.637004494667053,0.704299211502075,0.0818156003952026,0.705172836780548,0.835692644119263,0.542677164077759,-0.0843759179115295,0.897738635540009,0.178013384342194,-0.402959913015366,0.843372106552124,-0.39552453160286,-0.363708525896072,0.727632999420166,-0.116516396403313,0.675998628139496,0.760052919387817,-0.128626465797424,0.637004494667053,0.897738635540009,0.178013384342194,-0.402959913015366,0.826349377632141,-0.000957103387918323,0.563157021999359,0.727632999420166,-0.116516396403313,0.675998628139496,0.843372106552124,-0.39552453160286,-0.363708525896072,0.567942976951599,0.0109084965661168,0.822995543479919,0.714893519878387,-0.00230859825387597,0.699229598045349,0.711583197116852,-0.00230264733545482,0.70259815454483,0.955919444561005,0.0119927367195487,0.293384075164795,0.720417857170105,0.0232131145894527,0.693151652812958,0.637743651866913,0.462195158004761,0.616164445877075,0.708269476890564,-0.00112835457548499,0.705941319465637,0.708269894123077,6.7696288397201e-007,0.705941736698151,0.681025385856628,-0.0112493885681033,0.732173383235931,0.956350028514862,-0.0105383936315775,0.292033493518829,0.711234509944916,0,0.702954947948456,0.714248061180115,1.10868295450928e-005,0.699892699718475,0.710255563259125,-0.0412245132029057,0.702735900878906,0.681025385856628,-0.0112493885681033,0.732173383235931,0.714248061180115,1.10868295450928e-005,0.699892699718475,0.714313328266144,-1.97996123461053e-005,0.699826002120972,0.675821542739868,0.0386370196938515,0.736051917076111,0.710255563259125,-0.0412245132029057,0.702735900878906,0.714313328266144,-1.97996123461053e-005,0.699826002120972,0.714452743530273,-2.116216091963e-005,0.699683785438538,0.64490270614624,0.170179098844528,0.745076894760132,0.675821542739868,0.0386370196938515,0.736051917076111,0.714452743530273,-2.116216091963e-005,0.699683785438538,0.714903473854065,-3.86867468478158e-005,0.699223160743713,0.567942976951599,0.0109084965661168,0.822995543479919,
  532. 0.661725640296936,0.378754705190659,0.647042512893677,0.714986145496368,-0.00170135358348489,0.6991366147995,0.714893519878387,-0.00230859825387597,0.699229598045349,0.892193496227264,-0.00193620403297246,0.45164942741394,0.773582637310028,-0.627816379070282,-0.0861191004514694,-0.101281583309174,-0.610358536243439,0.785623669624329,0.691076219081879,-0.0102204130962491,0.722709596157074,0.694396615028381,-0.0256328620016575,0.719135701656342,0.62376070022583,-0.444288909435272,0.643062889575958,-0.151218131184578,-0.0711439475417137,0.985936880111694,-0.130264461040497,0.511927247047424,0.849094748497009,0.740161895751953,0.016922265291214,0.672215759754181,0.314621686935425,0.0154002355411649,0.949092209339142,0.264840394258499,0.746083855628967,0.610916078090668,0.615125596523285,0.748762428760529,0.246931836009026,0.718466341495514,0.0134466830641031,0.695431768894196,0.740161895751953,0.016922265291214,0.672215759754181,0.615125596523285,0.748762428760529,0.246931836009026,0.894617974758148,0.440188586711884,-0.0767627283930779,0.743747293949127,-0.058316558599472,0.665912270545959,0.718466341495514,0.0134466830641031,0.695431768894196,0.894617974758148,0.440188586711884,-0.0767627283930779,0.973143815994263,0.203796669840813,-0.107042096555233,0.75137335062027,-0.254679083824158,0.60875004529953,0.743747293949127,-0.058316558599472,0.665912270545959,0.973143815994263,0.203796669840813,-0.107042096555233,0.972577929496765,0.153704315423965,-0.174548611044884,0.773582637310028,-0.627816379070282,-0.0861191004514694,0.6767857670784,-0.272410243749619,0.683925211429596,0.75137335062027,-0.254679083824158,0.60875004529953,0.972577929496765,0.153704315423965,-0.174548611044884,0.892193496227264,-0.00193620403297246,0.45164942741394,0.6767857670784,-0.272410243749619,0.683925211429596,0.773582637310028,-0.627816379070282,-0.0861191004514694,0.663044273853302,-0.316658020019531,0.678306758403778,0.700220227241516,-0.00294479657895863,0.713920831680298,0.700379014015198,-0.000956986681558192,0.713770508766174,0.743612885475159,-0.210793286561966,0.634512543678284,
  533. 0.714903473854065,-3.86867468478158e-005,0.699223160743713,0.714986145496368,-0.00170135358348489,0.6991366147995,0.661725640296936,0.378754705190659,0.647042512893677,0.64490270614624,0.170179098844528,0.745076894760132,0.703704953193665,0.00246269861236215,0.710488140583038,0.700162291526794,0.00234922743402421,0.71397989988327,0.79961884021759,-0.0203060004860163,0.600164532661438,0.398652285337448,-0.0217920020222664,0.916843235492706,0.707215905189514,4.10959586361059e-007,0.706997632980347,0.707215309143066,0.00121180294081569,0.706997096538544,0.606666684150696,-0.501857817173004,0.616517841815948,0.697225511074066,-0.0771881192922592,0.712684035301209,0.703500688076019,-0.000455094268545508,0.710694491863251,0.706491053104401,0,0.707722067832947,0.515621721744537,0.0192627981305122,0.856599807739258,0.645382225513458,0.0423887334764004,0.762682735919952,0.70005077123642,0.000419165939092636,0.714093089103699,0.703500688076019,-0.000455094268545508,0.710694491863251,0.645382225513458,0.0423887334764004,0.762682735919952,0.626578569412231,0.217120185494423,0.748503923416138,0.69945216178894,-7.0631256676279e-005,0.714679479598999,0.70005077123642,0.000419165939092636,0.714093089103699,0.626578569412231,0.217120185494423,0.748503923416138,0.7127685546875,0.00504012778401375,0.701381087303162,0.700379014015198,-0.000956986681558192,0.713770508766174,0.69945216178894,-7.0631256676279e-005,0.714679479598999,0.7127685546875,0.00504012778401375,0.701381087303162,0.743612885475159,-0.210793286561966,0.634512543678284,0.700162291526794,0.00234922743402421,0.71397989988327,0.700220227241516,-0.00294479657895863,0.713920831680298,0.663044273853302,-0.316658020019531,0.678306758403778,0.79961884021759,-0.0203060004860163,0.600164532661438,-0.757024765014648,0.375098705291748,0.534990191459656,-0.19794337451458,0.00144140957854688,0.980212390422821,0.28778213262558,0.00503184180706739,0.957682728767395,0.0110680609941483,0.582029640674591,0.813092231750488,0.732667207717896,-0.312323778867722,0.604692161083221,0.771248281002045,-7.57763700676151e-005,0.636534333229065,
  534. 0.0154011333361268,0.154421105980873,0.987885117530823,0.0155863584950566,-6.55919648124836e-005,0.999878466129303,-0.232227131724358,-0.474349796772003,0.84915417432785,0.2909876704216,-0.44780495762825,0.845456540584564,0.425730764865875,-0.00471570063382387,0.904837608337402,-0.0235883574932814,-0.00370001117698848,0.999714910984039,-0.671289265155792,-0.322186887264252,0.667507529258728,-0.232227131724358,-0.474349796772003,0.84915417432785,-0.0235883574932814,-0.00370001117698848,0.999714910984039,-0.00197245343588293,0.0128400065004826,0.999915659427643,-0.806358575820923,-0.191677108407021,0.559504926204681,-0.671289265155792,-0.322186887264252,0.667507529258728,-0.00197245343588293,0.0128400065004826,0.999915659427643,-0.0863103121519089,0.178099557757378,0.980219841003418,-0.823922216892242,-0.04203000664711,0.565142273902893,-0.806358575820923,-0.191677108407021,0.559504926204681,-0.0863103121519089,0.178099557757378,0.980219841003418,-0.0200893320143223,0.0596859976649284,0.998014986515045,0.00627294695004821,0.121351100504398,0.992589771747589,-0.757024765014648,0.375098705291748,0.534990191459656,-0.823922216892242,-0.04203000664711,0.565142273902893,-0.0200893320143223,0.0596859976649284,0.998014986515045,-0.757024765014648,0.375098705291748,0.534990191459656,0.00627294695004821,0.121351100504398,0.992589771747589,-0.19794337451458,0.00144140957854688,0.980212390422821,-0.830313742160797,0.458680778741837,0.316529661417007,-0.201071158051491,0.0184746850281954,0.979402422904968,0.477141588926315,0.0172944087535143,0.878656208515167,0.0363955982029438,0.857946693897247,0.512448012828827,0.843963861465454,-0.0628426894545555,0.532706201076508,0.679745435714722,0.59489381313324,0.429007560014725,0.0125979911535978,-0.0161180086433887,0.999790668487549,0.00952525436878204,-0.500511050224304,0.86567759513855,-0.38133579492569,-0.824960827827454,0.417160212993622,0.216564863920212,-0.874129056930542,0.434739083051682,0.314152151346207,-0.00974956247955561,0.949322581291199,0.118384383618832,-0.0431051440536976,0.992031753063202,
  535. -0.733043313026428,-0.509809672832489,0.45026832818985,-0.38133579492569,-0.824960827827454,0.417160212993622,0.118384383618832,-0.0431051440536976,0.992031753063202,0.145585834980011,-0.395764380693436,0.906738758087158,-0.806203782558441,-0.283151268959045,0.519481301307678,-0.733043313026428,-0.509809672832489,0.45026832818985,0.145585834980011,-0.395764380693436,0.906738758087158,-0.0295511540025473,-0.0341830514371395,0.998978555202484,-0.881202042102814,-0.195864230394363,0.430256068706512,-0.806203782558441,-0.283151268959045,0.519481301307678,-0.0295511540025473,-0.0341830514371395,0.998978555202484,-0.119219213724136,0.210642218589783,0.970266222953796,-0.0237971600145102,0.353901088237762,0.934980034828186,-0.830313742160797,0.458680778741837,0.316529661417007,-0.881202042102814,-0.195864230394363,0.430256068706512,-0.119219213724136,0.210642218589783,0.970266222953796,-0.830313742160797,0.458680778741837,0.316529661417007,-0.0237971600145102,0.353901088237762,0.934980034828186,-0.201071158051491,0.0184746850281954,0.979402422904968,-0.785935699939728,0.505188047885895,0.356496840715408,-0.180308476090431,0.0109085207805038,0.98354959487915,0.468335837125778,0.0119940005242825,0.88346916437149,0.0151779232546687,0.866987466812134,0.498098641633987,0.702826619148254,-0.53473562002182,0.469140410423279,0.830195009708405,0.0606929957866669,0.55415940284729,0.0152411488816142,0.461992651224136,0.886752724647522,0.0192645769566298,0.0232245977967978,0.999544680118561,-0.278934627771378,-0.774778187274933,0.567374885082245,0.240955129265785,-0.788244485855103,0.566225409507751,0.469602406024933,-0.0105403093621135,0.882815062999725,-0.0360083431005478,-0.0112849520519376,0.999287843704224,-0.666635513305664,-0.487770766019821,0.563628256320953,-0.278934627771378,-0.774778187274933,0.567374885082245,-0.0360083431005478,-0.0112849520519376,0.999287843704224,0.00532468780875206,-0.0412591509521008,0.999134302139282,-0.761390328407288,-0.269928336143494,0.589426398277283,-0.666635513305664,-0.487770766019821,0.563628256320953,
  536. 0.00532468780875206,-0.0412591509521008,0.999134302139282,-0.0425266027450562,0.0385124012827873,0.998352766036987,-0.815095961093903,-0.219628736376762,0.536080002784729,-0.761390328407288,-0.269928336143494,0.589426398277283,-0.0425266027450562,0.0385124012827873,0.998352766036987,-0.0708071663975716,0.170138299465179,0.982873022556305,0.0103812711313367,0.378592491149902,0.925505220890045,-0.785935699939728,0.505188047885895,0.356496840715408,-0.815095961093903,-0.219628736376762,0.536080002784729,-0.0708071663975716,0.170138299465179,0.982873022556305,-0.785935699939728,0.505188047885895,0.356496840715408,0.0103812711313367,0.378592491149902,0.925505220890045,-0.180308476090431,0.0109085207805038,0.98354959487915,-0.19794337451458,0.00144140957854688,0.980212390422821,0.186152428388596,-0.000953768496401608,0.982520341873169,-0.528534948825836,-0.00273124221712351,0.848907113075256,0.28778213262558,0.00503184180706739,0.957682728767395,0.0155863584950566,-6.55919648124836e-005,0.999878466129303,0.0154011333361268,0.154421105980873,0.987885117530823,-0.0146441031247377,-0.0517537146806717,0.998552441596985,-0.0145348589867353,0.152325361967087,0.988223493099213,-0.0235883574932814,-0.00370001117698848,0.999714910984039,0.425730764865875,-0.00471570063382387,0.904837608337402,-0.299542337656021,0.00378477550111711,0.954075455665588,-0.0704319551587105,0.0244178343564272,0.997217774391174,-0.00197245343588293,0.0128400065004826,0.999915659427643,-0.0235883574932814,-0.00370001117698848,0.999714910984039,-0.0704319551587105,0.0244178343564272,0.997217774391174,-0.0322412215173244,0.143209114670753,0.989167213439941,-0.0863103121519089,0.178099557757378,0.980219841003418,-0.00197245343588293,0.0128400065004826,0.999915659427643,-0.0322412215173244,0.143209114670753,0.989167213439941,-0.000852796947583556,0.0822888612747192,0.996608197689056,-0.0200893320143223,0.0596859976649284,0.998014986515045,-0.0863103121519089,0.178099557757378,0.980219841003418,-0.000852796947583556,0.0822888612747192,0.996608197689056,0.0869579762220383,-0.128496825695038,0.987890183925629,
  537. 0.0365127362310886,-0.116613440215588,0.992505967617035,0.00627294695004821,0.121351100504398,0.992589771747589,-0.0200893320143223,0.0596859976649284,0.998014986515045,0.0869579762220383,-0.128496825695038,0.987890183925629,-0.19794337451458,0.00144140957854688,0.980212390422821,0.00627294695004821,0.121351100504398,0.992589771747589,0.0365127362310886,-0.116613440215588,0.992505967617035,0.186152428388596,-0.000953768496401608,0.982520341873169,0.141346663236618,-0.0202823989093304,0.989752352237701,0.694693684577942,-0.620759963989258,0.363397479057312,0.00751839531585574,-0.898760318756104,0.438375860452652,-0.366165369749069,-0.0217990856617689,0.930294454097748,-0.0109509704634547,-0.0772348046302795,0.996952772140503,-0.00698608253151178,-0.501735627651215,0.864992797374725,-0.562008500099182,-0.153359085321426,0.812789916992188,-0.464978635311127,0.567837357521057,0.679231643676758,-0.0828358307480812,0.0423640869557858,0.995662331581116,-0.240830257534981,0.0192685779184103,0.970375895500183,-0.100607126951218,0.748004198074341,0.65602445602417,0.297401905059814,0.712348580360413,0.635697782039642,-0.0862018391489983,0.217091217637062,0.97233772277832,-0.0828358307480812,0.0423640869557858,0.995662331581116,0.297401905059814,0.712348580360413,0.635697782039642,0.516798079013824,0.36294549703598,0.775364518165588,0.00804444029927254,0.00499144848436117,0.999955177307129,-0.0862018391489983,0.217091217637062,0.97233772277832,0.516798079013824,0.36294549703598,0.775364518165588,0.473648697137833,0.199427589774132,0.857837855815887,0.0772480815649033,-0.211027756333351,0.974422931671143,0.00804444029927254,0.00499144848436117,0.999955177307129,0.473648697137833,0.199427589774132,0.857837855815887,0.712775826454163,0.179708451032639,0.677978992462158,0.694693684577942,-0.620759963989258,0.363397479057312,-0.0107987457886338,-0.316672056913376,0.948473572731018,0.0772480815649033,-0.211027756333351,0.974422931671143,0.712775826454163,0.179708451032639,0.677978992462158,0.141346663236618,-0.0202823989093304,0.989752352237701,
  538. -0.0107987457886338,-0.316672056913376,0.948473572731018,0.694693684577942,-0.620759963989258,0.363397479057312,-0.201071158051491,0.0184746850281954,0.979402422904968,0.31156986951828,-0.00193000503350049,0.950221300125122,-0.0222701728343964,-0.0102276420220733,0.999699652194977,0.477141588926315,0.0172944087535143,0.878656208515167,0.00952525436878204,-0.500511050224304,0.86567759513855,0.0125979911535978,-0.0161180086433887,0.999790668487549,-0.0136386137455702,-0.444236934185028,0.895805478096008,-0.0174810811877251,-0.0256605967879295,0.999517917633057,0.118384383618832,-0.0431051440536976,0.992031753063202,0.314152151346207,-0.00974956247955561,0.949322581291199,-0.448402613401413,0.0154078789055347,0.893698871135712,0.0480413287878037,0.0169198233634233,0.998702108860016,0.145585834980011,-0.395764380693436,0.906738758087158,0.118384383618832,-0.0431051440536976,0.992031753063202,0.0480413287878037,0.0169198233634233,0.998702108860016,0.0162566881626844,0.013494024053216,0.999776840209961,-0.0295511540025473,-0.0341830514371395,0.998978555202484,0.145585834980011,-0.395764380693436,0.906738758087158,0.0162566881626844,0.013494024053216,0.999776840209961,0.0550375804305077,-0.0583524741232395,0.996777713298798,-0.119219213724136,0.210642218589783,0.970266222953796,-0.0295511540025473,-0.0341830514371395,0.998978555202484,0.0550375804305077,-0.0583524741232395,0.996777713298798,0.100877165794373,-0.254817873239517,0.961712896823883,-0.00506540900096297,-0.272475153207779,0.962149441242218,-0.0237971600145102,0.353901088237762,0.934980034828186,-0.119219213724136,0.210642218589783,0.970266222953796,0.100877165794373,-0.254817873239517,0.961712896823883,-0.201071158051491,0.0184746850281954,0.979402422904968,-0.0237971600145102,0.353901088237762,0.934980034828186,-0.00506540900096297,-0.272475153207779,0.962149441242218,0.31156986951828,-0.00193000503350049,0.950221300125122,0.186152428388596,-0.000953768496401608,0.982520341873169,0.853598892688751,-0.395565122365952,0.338964849710464,-0.0513793900609016,-0.744447767734528,0.665700912475586,
  539. -0.528534948825836,-0.00273124221712351,0.848907113075256,-0.0145348589867353,0.152325361967087,0.988223493099213,-0.0146441031247377,-0.0517537146806717,0.998552441596985,-0.813248455524445,-0.313276380300522,0.490392565727234,-0.855636596679688,-0.0144037576392293,0.51737654209137,-0.0704319551587105,0.0244178343564272,0.997217774391174,-0.299542337656021,0.00378477550111711,0.954075455665588,-0.283540427684784,0.515553951263428,0.808584570884705,0.36423847079277,0.496578544378281,0.787870526313782,-0.0322412215173244,0.143209114670753,0.989167213439941,-0.0704319551587105,0.0244178343564272,0.997217774391174,0.36423847079277,0.496578544378281,0.787870526313782,0.519339144229889,0.431480437517166,0.73763906955719,-0.000852796947583556,0.0822888612747192,0.996608197689056,-0.0322412215173244,0.143209114670753,0.989167213439941,0.519339144229889,0.431480437517166,0.73763906955719,0.6497443318367,0.543993771076202,0.530945479869843,0.0869579762220383,-0.128496825695038,0.987890183925629,-0.000852796947583556,0.0822888612747192,0.996608197689056,0.6497443318367,0.543993771076202,0.530945479869843,0.91967236995697,0.178454041481018,0.349795579910278,0.853598892688751,-0.395565122365952,0.338964849710464,0.0365127362310886,-0.116613440215588,0.992505967617035,0.0869579762220383,-0.128496825695038,0.987890183925629,0.91967236995697,0.178454041481018,0.349795579910278,0.186152428388596,-0.000953768496401608,0.982520341873169,0.0365127362310886,-0.116613440215588,0.992505967617035,0.853598892688751,-0.395565122365952,0.338964849710464,-0.180308476090431,0.0109085207805038,0.98354959487915,0.0110841179266572,-0.00230871071107686,0.999935865402222,0.00633807806298137,-0.00230265152640641,0.999977350234985,0.468335837125778,0.0119940005242825,0.88346916437149,0.0192645769566298,0.0232245977967978,0.999544680118561,0.0152411488816142,0.461992651224136,0.886752724647522,0.00162048754282296,-0.00112836610060185,0.999998092651367,0.00162048859056085,6.77071056998102e-007,0.999998688697815,-0.0360083431005478,-0.0112849520519376,0.999287843704224,
  540. 0.469602406024933,-0.0105403093621135,0.882815062999725,0.0058498028665781,-8.49887094034329e-009,0.999982893466949,0.0101498607546091,9.91930937743746e-006,0.999948501586914,0.00532468780875206,-0.0412591509521008,0.999134302139282,-0.0360083431005478,-0.0112849520519376,0.999287843704224,0.0101498607546091,9.91930937743746e-006,0.999948501586914,0.0102333258837461,-1.84744731086539e-005,0.999947667121887,-0.0425266027450562,0.0385124012827873,0.998352766036987,0.00532468780875206,-0.0412591509521008,0.999134302139282,0.0102333258837461,-1.84744731086539e-005,0.999947667121887,0.0104373879730701,-2.20716501644347e-005,0.999945521354675,-0.0708071663975716,0.170138299465179,0.982873022556305,-0.0425266027450562,0.0385124012827873,0.998352766036987,0.0104373879730701,-2.20716501644347e-005,0.999945521354675,0.011102844029665,-4.04616876039654e-005,0.999938368797302,-0.180308476090431,0.0109085207805038,0.98354959487915,0.0103812711313367,0.378592491149902,0.925505220890045,0.0112247336655855,-0.00170236732810736,0.999935567378998,0.0110841179266572,-0.00230871071107686,0.999935865402222,0.31156986951828,-0.00193000503350049,0.950221300125122,0.608022391796112,-0.627768456935883,0.486020177602768,-0.626871645450592,-0.610511779785156,0.484053045511246,-0.0222701728343964,-0.0102276420220733,0.999699652194977,-0.0174810811877251,-0.0256605967879295,0.999517917633057,-0.0136386137455702,-0.444236934185028,0.895805478096008,-0.803811430931091,-0.0711689293384552,0.590611755847931,-0.692234039306641,0.512005627155304,0.508588671684265,0.0480413287878037,0.0169198233634233,0.998702108860016,-0.448402613401413,0.0154078789055347,0.893698871135712,-0.244566351175308,0.745959520339966,0.619460821151733,0.260254234075546,0.748709976673126,0.609672963619232,0.0162566881626844,0.013494024053216,0.999776840209961,0.0480413287878037,0.0169198233634233,0.998702108860016,0.260254234075546,0.748709976673126,0.609672963619232,0.686979711055756,0.440260022878647,0.578126132488251,0.0550375804305077,-0.0583524741232395,0.996777713298798,
  541. 0.0162566881626844,0.013494024053216,0.999776840209961,0.686979711055756,0.440260022878647,0.578126132488251,0.763997197151184,0.203898429870605,0.612154960632324,0.100877165794373,-0.254817873239517,0.961712896823883,0.0550375804305077,-0.0583524741232395,0.996777713298798,0.763997197151184,0.203898429870605,0.612154960632324,0.811352074146271,0.153745338320732,0.563977003097534,0.608022391796112,-0.627768456935883,0.486020177602768,-0.00506540900096297,-0.272475153207779,0.962149441242218,0.100877165794373,-0.254817873239517,0.961712896823883,0.811352074146271,0.153745338320732,0.563977003097534,0.31156986951828,-0.00193000503350049,0.950221300125122,-0.00506540900096297,-0.272475153207779,0.962149441242218,0.608022391796112,-0.627768456935883,0.486020177602768,-0.0107987457886338,-0.316672056913376,0.948473572731018,-0.00969493202865124,-0.0029436182230711,0.999948680400848,-0.00947643630206585,-0.000955902447458357,0.999954581260681,0.0772480815649033,-0.211027756333351,0.974422931671143,0.011102844029665,-4.04616876039654e-005,0.999938368797302,0.0112247336655855,-0.00170236732810736,0.999935567378998,0.0103812711313367,0.378592491149902,0.925505220890045,-0.0708071663975716,0.170138299465179,0.982873022556305,-0.0048134233802557,0.00246267765760422,0.99998539686203,-0.00977786257863045,0.00234908703714609,0.99994945526123,0.141346663236618,-0.0202823989093304,0.989752352237701,-0.366165369749069,-0.0217990856617689,0.930294454097748,0.000130994740175083,4.11080037565625e-007,1,0.000131013599457219,0.00121179944835603,0.999999284744263,-0.00698608253151178,-0.501735627651215,0.864992797374725,-0.0109509704634547,-0.0772348046302795,0.996952772140503,-0.00509689748287201,-0.000454990746220574,0.999986886978149,-0.000886336667463183,2.4698643130705e-008,0.999999642372131,-0.240830257534981,0.0192685779184103,0.970375895500183,-0.0828358307480812,0.0423640869557858,0.995662331581116,-0.0099366083741188,0.000417689967434853,0.999950587749481,-0.00509689748287201,-0.000454990746220574,0.999986886978149,-0.0828358307480812,0.0423640869557858,0.995662331581116,
  542. -0.0862018391489983,0.217091217637062,0.97233772277832,-0.0107741905376315,-7.10779277142137e-005,0.999941945075989,-0.0099366083741188,0.000417689967434853,0.999950587749481,-0.0862018391489983,0.217091217637062,0.97233772277832,0.00804444029927254,0.00499144848436117,0.999955177307129,-0.00947643630206585,-0.000955902447458357,0.999954581260681,-0.0107741905376315,-7.10779277142137e-005,0.999941945075989,0.00804444029927254,0.00499144848436117,0.999955177307129,0.0772480815649033,-0.211027756333351,0.974422931671143,-0.00977786257863045,0.00234908703714609,0.99994945526123,-0.00969493202865124,-0.0029436182230711,0.999948680400848,-0.0107987457886338,-0.316672056913376,0.948473572731018,0.141346663236618,-0.0202823989093304,0.989752352237701,-0.913577914237976,0.375295341014862,-0.156616881489754,-0.833042800426483,0.00144951452966779,0.553206622600555,-0.473910719156265,0.0050370329990983,0.880558490753174,-0.567249655723572,0.58182018995285,0.582849204540253,0.0897265300154686,-0.312195688486099,0.945771098136902,0.0944471955299377,-7.57416491978802e-005,0.99552983045578,-0.687670886516571,0.154239252209663,0.709449708461761,-0.696000874042511,-6.55584954074584e-005,0.718040943145752,-0.764929234981537,-0.474078059196472,0.436042755842209,-0.392616480588913,-0.447603344917297,0.803432464599609,-0.339161604642868,-0.00472014769911766,0.94071626663208,-0.723716080188751,-0.00366254849359393,0.690088093280792,-0.946718752384186,-0.322049528360367,-0.0028035722207278,-0.764929234981537,-0.474078059196472,0.436042755842209,-0.723716080188751,-0.00366254849359393,0.690088093280792,-0.708464860916138,0.0129008507356048,0.705628216266632,-0.965856373310089,-0.191441610455513,-0.174561128020287,-0.946718752384186,-0.322049528360367,-0.0028035722207278,-0.708464860916138,0.0129008507356048,0.705628216266632,-0.754155397415161,0.178110852837563,0.632080733776093,-0.982211291790009,-0.0419216305017471,-0.183040127158165,-0.965856373310089,-0.191441610455513,-0.174561128020287,-0.754155397415161,0.178110852837563,0.632080733776093,
  543. -0.719913959503174,0.0596951432526112,0.691491425037384,-0.697424173355103,0.121355965733528,0.706308722496033,-0.913577914237976,0.375295341014862,-0.156616881489754,-0.982211291790009,-0.0419216305017471,-0.183040127158165,-0.719913959503174,0.0596951432526112,0.691491425037384,-0.913577914237976,0.375295341014862,-0.156616881489754,-0.697424173355103,0.121355965733528,0.706308722496033,-0.833042800426483,0.00144951452966779,0.553206622600555,-0.810765087604523,0.458606541156769,-0.363785713911057,-0.834816813468933,0.0184677075594664,0.550218105316162,-0.283566951751709,0.0172820817679167,0.958796739578247,-0.336175292730331,0.858215630054474,0.387881636619568,0.220532178878784,-0.0627527311444283,0.973358929157257,0.177704662084579,0.594665944576263,0.784087657928467,-0.698039293289185,-0.0160265751183033,0.71588009595871,-0.605432093143463,-0.500385403633118,0.618923723697662,-0.564506113529205,-0.825016498565674,0.0260860305279493,-0.154044076800346,-0.873848080635071,0.461150586605072,-0.449083030223846,-0.0097423242405057,0.893436849117279,-0.617245256900787,-0.0432361513376236,0.785581886768341,-0.836892604827881,-0.509694337844849,-0.199556112289429,-0.564506113529205,-0.825016498565674,0.0260860305279493,-0.617245256900787,-0.0432361513376236,0.785581886768341,-0.538321971893311,-0.395567178726196,0.744134426116943,-0.937486708164215,-0.28277599811554,-0.202870458364487,-0.836892604827881,-0.509694337844849,-0.199556112289429,-0.538321971893311,-0.395567178726196,0.744134426116943,-0.727403521537781,-0.0337594896554947,0.685379087924957,-0.927119374275208,-0.195684939622879,-0.319620162248611,-0.937486708164215,-0.28277599811554,-0.202870458364487,-0.727403521537781,-0.0337594896554947,0.685379087924957,-0.770397007465363,0.210978046059608,0.601644992828369,-0.677898943424225,0.354067474603653,0.644274055957794,-0.810765087604523,0.458606541156769,-0.363785713911057,-0.927119374275208,-0.195684939622879,-0.319620162248611,-0.770397007465363,0.210978046059608,0.601644992828369,-0.810765087604523,0.458606541156769,-0.363785713911057,
  544. -0.677898943424225,0.354067474603653,0.644274055957794,-0.834816813468933,0.0184677075594664,0.550218105316162,-0.807685077190399,0.505332887172699,-0.303781777620316,-0.822998285293579,0.010908261872828,0.567939221858978,-0.293390512466431,0.0119928121566772,0.955917477607727,-0.341193914413452,0.867204487323761,0.362688928842545,0.165469408035278,-0.534942746162415,0.828526496887207,0.195486471056938,0.0607033036649227,0.978825867176056,-0.616171538829803,0.462199151515961,0.637734115123749,-0.693161070346832,0.0232128594070673,0.720408856868744,-0.598354578018188,-0.774941861629486,0.20356060564518,-0.229814857244492,-0.78852903842926,0.570444583892822,-0.292039334774017,-0.0105383656919003,0.956348299980164,-0.732177436351776,-0.0112498616799712,0.68102103471756,-0.869891762733459,-0.4877869784832,-0.0731588006019592,-0.598354578018188,-0.774941861629486,0.20356060564518,-0.732177436351776,-0.0112498616799712,0.68102103471756,-0.702734351158142,-0.0412355549633503,0.710256338119507,-0.95514702796936,-0.269849985837936,-0.121963933110237,-0.869891762733459,-0.4877869784832,-0.0731588006019592,-0.702734351158142,-0.0412355549633503,0.710256338119507,-0.736058115959167,0.0386663898825645,0.67581307888031,-0.955406606197357,-0.219587534666061,-0.197432041168213,-0.95514702796936,-0.269849985837936,-0.121963933110237,-0.736058115959167,0.0386663898825645,0.67581307888031,-0.745080232620239,0.170182600617409,0.644897937774658,-0.647043287754059,0.378751009702683,0.661727011203766,-0.807685077190399,0.505332887172699,-0.303781777620316,-0.955406606197357,-0.219587534666061,-0.197432041168213,-0.745080232620239,0.170182600617409,0.644897937774658,-0.807685077190399,0.505332887172699,-0.303781777620316,-0.647043287754059,0.378751009702683,0.661727011203766,-0.822998285293579,0.010908261872828,0.567939221858978,-0.833042800426483,0.00144951452966779,0.553206622600555,-0.563240110874176,-0.000960894161835313,0.82629269361496,-0.973949432373047,-0.00273291603662074,0.226748928427696,-0.473910719156265,0.0050370329990983,0.880558490753174,
  545. -0.696000874042511,-6.55584954074584e-005,0.718040943145752,-0.687670886516571,0.154239252209663,0.709449708461761,-0.716446340084076,-0.0516093783080578,0.695730686187744,-0.709065079689026,0.152281403541565,0.688503623008728,-0.723716080188751,-0.00366254849359393,0.690088093280792,-0.339161604642868,-0.00472014769911766,0.94071626663208,-0.886432886123657,0.00378515385091305,0.462841600179672,-0.755108296871185,0.0244678892195225,0.655143320560455,-0.708464860916138,0.0129008507356048,0.705628216266632,-0.723716080188751,-0.00366254849359393,0.690088093280792,-0.755108296871185,0.0244678892195225,0.655143320560455,-0.722250938415527,0.143246918916702,0.676634252071381,-0.754155397415161,0.178110852837563,0.632080733776093,-0.708464860916138,0.0129008507356048,0.705628216266632,-0.722250938415527,0.143246918916702,0.676634252071381,-0.705173134803772,0.0818165168166161,0.704298973083496,-0.719913959503174,0.0596951432526112,0.691491425037384,-0.754155397415161,0.178110852837563,0.632080733776093,-0.705173134803772,0.0818165168166161,0.704298973083496,-0.637005031108856,-0.128625616431236,0.760052621364594,-0.676005065441132,-0.116351947188377,0.727653324604034,-0.697424173355103,0.121355965733528,0.706308722496033,-0.719913959503174,0.0596951432526112,0.691491425037384,-0.637005031108856,-0.128625616431236,0.760052621364594,-0.833042800426483,0.00144951452966779,0.553206622600555,-0.697424173355103,0.121355965733528,0.706308722496033,-0.676005065441132,-0.116351947188377,0.727653324604034,-0.563240110874176,-0.000960894161835313,0.82629269361496,-0.600283920764923,-0.0203122012317181,0.799528956413269,0.233689710497856,-0.62107515335083,0.748100817203522,-0.304996162652969,-0.898707568645477,0.315122187137604,-0.916846096515656,-0.0217910576611757,0.39864581823349,-0.712694942951202,-0.0771879404783249,0.697214484214783,-0.616528570652008,-0.5018550157547,0.606658041477203,-0.972251415252686,-0.153250694274902,0.176752999424934,-0.809022665023804,0.56805294752121,0.150990694761276,-0.76268070936203,0.0423881113529205,0.645384728908539,
  546. -0.856599807739258,0.0192622728645802,0.515621602535248,-0.53495055437088,0.748246252536774,0.392371505498886,-0.238907143473625,0.712556421756744,0.659686803817749,-0.748501718044281,0.217119157314301,0.626581609249115,-0.76268070936203,0.0423881113529205,0.645384728908539,-0.238907143473625,0.712556421756744,0.659686803817749,-0.182192161679268,0.363028973340988,0.913792073726654,-0.701375365257263,0.0050350702367723,0.712774395942688,-0.748501718044281,0.217119157314301,0.626581609249115,-0.182192161679268,0.363028973340988,0.913792073726654,-0.271068185567856,0.199344992637634,0.941691994667053,-0.634519219398499,-0.210751220583916,0.743619024753571,-0.701375365257263,0.0050350702367723,0.712774395942688,-0.271068185567856,0.199344992637634,0.941691994667053,0.0240544974803925,0.179586321115494,0.983448088169098,0.233689710497856,-0.62107515335083,0.748100817203522,-0.67832887172699,-0.316528618335724,0.663083374500275,-0.634519219398499,-0.210751220583916,0.743619024753571,0.0240544974803925,0.179586321115494,0.983448088169098,-0.600283920764923,-0.0203122012317181,0.799528956413269,-0.67832887172699,-0.316528618335724,0.663083374500275,0.233689710497856,-0.62107515335083,0.748100817203522,-0.834816813468933,0.0184677075594664,0.550218105316162,-0.4516421854496,-0.00193599355407059,0.892197012901306,-0.722707033157349,-0.0102203888818622,0.691078960895538,-0.283566951751709,0.0172820817679167,0.958796739578247,-0.605432093143463,-0.500385403633118,0.618923723697662,-0.698039293289185,-0.0160265751183033,0.71588009595871,-0.643062949180603,-0.444289028644562,0.623760640621185,-0.719135940074921,-0.0256329346448183,0.694396495819092,-0.617245256900787,-0.0432361513376236,0.785581886768341,-0.449083030223846,-0.0097423242405057,0.893436849117279,-0.949092328548431,0.0154000604525208,0.314621150493622,-0.672217547893524,0.0169226638972759,0.740160286426544,-0.538321971893311,-0.395567178726196,0.744134426116943,-0.617245256900787,-0.0432361513376236,0.785581886768341,-0.672217547893524,0.0169226638972759,0.740160286426544,
  547. -0.695436418056488,0.013462333008647,0.718461513519287,-0.727403521537781,-0.0337594896554947,0.685379087924957,-0.538321971893311,-0.395567178726196,0.744134426116943,-0.695436418056488,0.013462333008647,0.718461513519287,-0.665914475917816,-0.0583096109330654,0.743745863437653,-0.770397007465363,0.210978046059608,0.601644992828369,-0.727403521537781,-0.0337594896554947,0.685379087924957,-0.665914475917816,-0.0583096109330654,0.743745863437653,-0.608751237392426,-0.254676282405853,0.75137323141098,-0.683926999568939,-0.272399634122849,0.676788210868835,-0.677898943424225,0.354067474603653,0.644274055957794,-0.770397007465363,0.210978046059608,0.601644992828369,-0.608751237392426,-0.254676282405853,0.75137323141098,-0.834816813468933,0.0184677075594664,0.550218105316162,-0.677898943424225,0.354067474603653,0.644274055957794,-0.683926999568939,-0.272399634122849,0.676788210868835,-0.4516421854496,-0.00193599355407059,0.892197012901306,-0.563240110874176,-0.000960894161835313,0.82629269361496,0.363486140966415,-0.395560413599014,0.843451142311096,-0.507528901100159,-0.743910789489746,0.434754222631454,-0.973949432373047,-0.00273291603662074,0.226748928427696,-0.709065079689026,0.152281403541565,0.688503623008728,-0.716446340084076,-0.0516093783080578,0.695730686187744,-0.921907365322113,-0.313151180744171,-0.228086352348328,-0.970921993255615,-0.0143749304115772,-0.238963842391968,-0.755108296871185,0.0244678892195225,0.655143320560455,-0.886432886123657,0.00378515385091305,0.462841600179672,-0.772428274154663,0.515393078327179,0.371112525463104,-0.300240516662598,0.496558904647827,0.814423024654388,-0.722250938415527,0.143246918916702,0.676634252071381,-0.755108296871185,0.0244678892195225,0.655143320560455,-0.300240516662598,0.496558904647827,0.814423024654388,-0.154578641057014,0.431106269359589,0.888961613178253,-0.705173134803772,0.0818165168166161,0.704298973083496,-0.722250938415527,0.143246918916702,0.676634252071381,-0.154578641057014,0.431106269359589,0.888961613178253,0.0843869000673294,0.542679786682129,0.835689961910248,
  548. -0.637005031108856,-0.128625616431236,0.760052621364594,-0.705173134803772,0.0818165168166161,0.704298973083496,0.0843869000673294,0.542679786682129,0.835689961910248,0.402820020914078,0.178010150790215,0.897801995277405,0.363486140966415,-0.395560413599014,0.843451142311096,-0.676005065441132,-0.116351947188377,0.727653324604034,-0.637005031108856,-0.128625616431236,0.760052621364594,0.402820020914078,0.178010150790215,0.897801995277405,-0.563240110874176,-0.000960894161835313,0.82629269361496,-0.676005065441132,-0.116351947188377,0.727653324604034,0.363486140966415,-0.395560413599014,0.843451142311096,-0.822998285293579,0.010908261872828,0.567939221858978,-0.699231028556824,-0.0023085568100214,0.714892089366913,-0.702603280544281,-0.00230261962860823,0.711578071117401,-0.293390512466431,0.0119928121566772,0.955917477607727,-0.693161070346832,0.0232128594070673,0.720408856868744,-0.616171538829803,0.462199151515961,0.637734115123749,-0.705950617790222,-0.00112834013998508,0.708260178565979,-0.705951035022736,6.76956972256448e-007,0.708260715007782,-0.732177436351776,-0.0112498616799712,0.68102103471756,-0.292039334774017,-0.0105383656919003,0.956348299980164,-0.702963531017303,0,0.711225926876068,-0.699899196624756,1.13258902274538e-005,0.714241623878479,-0.702734351158142,-0.0412355549633503,0.710256338119507,-0.732177436351776,-0.0112498616799712,0.68102103471756,-0.699899196624756,1.13258902274538e-005,0.714241623878479,-0.699827134609222,-1.90578703040956e-005,0.714312314987183,-0.736058115959167,0.0386663898825645,0.67581307888031,-0.702734351158142,-0.0412355549633503,0.710256338119507,-0.699827134609222,-1.90578703040956e-005,0.714312314987183,-0.699682474136353,-2.13636449188925e-005,0.714453935623169,-0.745080232620239,0.170182600617409,0.644897937774658,-0.736058115959167,0.0386663898825645,0.67581307888031,-0.699682474136353,-2.13636449188925e-005,0.714453935623169,-0.699224770069122,-3.92824513255619e-005,0.714901983737946,-0.822998285293579,0.010908261872828,0.567939221858978,-0.647043287754059,0.378751009702683,0.661727011203766,
  549. -0.699139177799225,-0.00170202972367406,0.714983582496643,-0.699231028556824,-0.0023085568100214,0.714892089366913,-0.4516421854496,-0.00193599355407059,0.892197012901306,0.0861309841275215,-0.627804696559906,0.773590862751007,-0.785623669624329,-0.610358655452728,-0.101281680166721,-0.722707033157349,-0.0102203888818622,0.691078960895538,-0.719135940074921,-0.0256329346448183,0.694396495819092,-0.643062949180603,-0.444289028644562,0.623760640621185,-0.985936641693115,-0.0711439549922943,-0.151220291852951,-0.849094331264496,0.51192718744278,-0.130266308784485,-0.672217547893524,0.0169226638972759,0.740160286426544,-0.949092328548431,0.0154000604525208,0.314621150493622,-0.610914051532745,0.746086299419403,0.264838188886642,-0.246928825974464,0.748765230178833,0.615123450756073,-0.695436418056488,0.013462333008647,0.718461513519287,-0.672217547893524,0.0169226638972759,0.740160286426544,-0.246928825974464,0.748765230178833,0.615123450756073,0.0767618715763092,0.440204054117203,0.894610583782196,-0.665914475917816,-0.0583096109330654,0.743745863437653,-0.695436418056488,0.013462333008647,0.718461513519287,0.0767618715763092,0.440204054117203,0.894610583782196,0.107043452560902,0.203796967864037,0.973143637180328,-0.608751237392426,-0.254676282405853,0.75137323141098,-0.665914475917816,-0.0583096109330654,0.743745863437653,0.107043452560902,0.203796967864037,0.973143637180328,0.174548491835594,0.153704285621643,0.972577929496765,0.0861309841275215,-0.627804696559906,0.773590862751007,-0.683926999568939,-0.272399634122849,0.676788210868835,-0.608751237392426,-0.254676282405853,0.75137323141098,0.174548491835594,0.153704285621643,0.972577929496765,-0.4516421854496,-0.00193599355407059,0.892197012901306,-0.683926999568939,-0.272399634122849,0.676788210868835,0.0861309841275215,-0.627804696559906,0.773590862751007,-0.67832887172699,-0.316528618335724,0.663083374500275,-0.713912427425385,-0.00294313207268715,0.700228869915009,-0.713762283325195,-0.000955976138357073,0.700387358665466,-0.634519219398499,-0.210751220583916,0.743619024753571,
  550. -0.699224770069122,-3.92824513255619e-005,0.714901983737946,-0.699139177799225,-0.00170202972367406,0.714983582496643,-0.647043287754059,0.378751009702683,0.661727011203766,-0.745080232620239,0.170182600617409,0.644897937774658,-0.710493147373199,0.00246269372291863,0.703699827194214,-0.713977038860321,0.00234914757311344,0.700165212154388,-0.600283920764923,-0.0203122012317181,0.799528956413269,-0.916846096515656,-0.0217910576611757,0.39864581823349,-0.707008719444275,4.10969704489617e-007,0.707204878330231,-0.707008123397827,0.00121182156726718,0.707204341888428,-0.616528570652008,-0.5018550157547,0.606658041477203,-0.712694942951202,-0.0771879404783249,0.697214484214783,-0.710691511631012,-0.000455461093224585,0.703503668308258,-0.707725584506989,-7.7018384558869e-008,0.706487476825714,-0.856599807739258,0.0192622728645802,0.515621602535248,-0.76268070936203,0.0423881113529205,0.645384728908539,-0.71408998966217,0.000418274954427034,0.700053811073303,-0.710691511631012,-0.000455461093224585,0.703503668308258,-0.76268070936203,0.0423881113529205,0.645384728908539,-0.748501718044281,0.217119157314301,0.626581609249115,-0.714674651622772,-7.1952526923269e-005,0.699457049369812,-0.71408998966217,0.000418274954427034,0.700053811073303,-0.748501718044281,0.217119157314301,0.626581609249115,-0.701375365257263,0.0050350702367723,0.712774395942688,-0.713762283325195,-0.000955976138357073,0.700387358665466,-0.714674651622772,-7.1952526923269e-005,0.699457049369812,-0.701375365257263,0.0050350702367723,0.712774395942688,-0.634519219398499,-0.210751220583916,0.743619024753571,-0.713977038860321,0.00234914757311344,0.700165212154388,-0.713912427425385,-0.00294313207268715,0.700228869915009,-0.67832887172699,-0.316528618335724,0.663083374500275,-0.600283920764923,-0.0203122012317181,0.799528956413269,-0.535033702850342,0.375162035226822,-0.756962597370148,-0.980216324329376,0.001443364424631,-0.197923481464386,-0.957700788974762,0.00503340503200889,0.287721753120422,-0.813093245029449,0.582029104232788,0.0110218180343509,-0.604830920696259,-0.312393188476563,0.732523083686829,
  551. -0.636695742607117,-7.57938832975924e-005,0.771115183830261,-0.987884879112244,0.154423221945763,0.0153937861323357,-0.999878644943237,-6.56028132652864e-005,0.0155788864940405,-0.849132537841797,-0.474353492259979,-0.232298746705055,-0.84549206495285,-0.447824418544769,0.290854781866074,-0.904880702495575,-0.00471720192581415,0.425638973712921,-0.999713659286499,-0.00368911284022033,-0.0236417334526777,-0.66735714673996,-0.322156369686127,-0.671453416347504,-0.849132537841797,-0.474353492259979,-0.232298746705055,-0.999713659286499,-0.00368911284022033,-0.0236417334526777,-0.999914884567261,0.0128884548321366,-0.00198930944316089,-0.55930095911026,-0.191544741392136,-0.806531488895416,-0.66735714673996,-0.322156369686127,-0.671453416347504,-0.999914884567261,0.0128884548321366,-0.00198930944316089,-0.980169415473938,0.178326293826103,-0.0864150449633598,-0.56510055065155,-0.0419695489108562,-0.823953866958618,-0.55930095911026,-0.191544741392136,-0.806531488895416,-0.980169415473938,0.178326293826103,-0.0864150449633598,-0.998013913631439,0.0597024373710155,-0.0200976599007845,-0.992590665817261,0.121343806385994,0.00626955972984433,-0.535033702850342,0.375162035226822,-0.756962597370148,-0.56510055065155,-0.0419695489108562,-0.823953866958618,-0.998013913631439,0.0597024373710155,-0.0200976599007845,-0.535033702850342,0.375162035226822,-0.756962597370148,-0.992590665817261,0.121343806385994,0.00626955972984433,-0.980216324329376,0.001443364424631,-0.197923481464386,-0.316497802734375,0.458649128675461,-0.830343306064606,-0.979400873184204,0.0184744745492935,-0.201078847050667,-0.87864363193512,0.0172932930290699,0.477164924144745,-0.512448310852051,0.857945561408997,0.0364152565598488,-0.532660186290741,-0.0628418549895287,0.843992948532104,-0.428982555866241,0.594862818717957,0.67978835105896,-0.999790728092194,-0.0161179788410664,0.0125996703281999,-0.865678191184998,-0.500510215759277,0.00952624250203371,-0.417179465293884,-0.824999153614044,-0.381231814622879,-0.434730648994446,-0.874109983444214,0.216659188270569,
  552. -0.949317872524261,-0.00974865630269051,0.314166516065598,-0.992017030715942,-0.0431281588971615,0.118499554693699,-0.450231343507767,-0.509799778461456,-0.733072936534882,-0.417179465293884,-0.824999153614044,-0.381231814622879,-0.992017030715942,-0.0431281588971615,0.118499554693699,-0.906733989715576,-0.395770639181137,0.145599618554115,-0.519369006156921,-0.283030420541763,-0.806318700313568,-0.450231343507767,-0.509799778461456,-0.733072936534882,-0.906733989715576,-0.395770639181137,0.145599618554115,-0.998980522155762,-0.0340876951813698,-0.029595660045743,-0.430154621601105,-0.195778891444206,-0.881270408630371,-0.519369006156921,-0.283030420541763,-0.806318700313568,-0.998980522155762,-0.0340876951813698,-0.029595660045743,-0.970251023769379,0.210702076554298,-0.119237571954727,-0.934985518455505,0.353886485099792,-0.0238014478236437,-0.316497802734375,0.458649128675461,-0.830343306064606,-0.430154621601105,-0.195778891444206,-0.881270408630371,-0.970251023769379,0.210702076554298,-0.119237571954727,-0.316497802734375,0.458649128675461,-0.830343306064606,-0.934985518455505,0.353886485099792,-0.0238014478236437,-0.979400873184204,0.0184744745492935,-0.201078847050667,-0.356504887342453,0.505243718624115,-0.785896301269531,-0.983552992343903,0.0109121194109321,-0.180290043354034,-0.883490085601807,0.0119957430288196,0.468296408653259,-0.498098194599152,0.866987347602844,0.015205480158329,-0.469188332557678,-0.534790873527527,0.702752470970154,-0.554238975048065,0.0606957226991653,0.830141663551331,-0.886752784252167,0.461992412805557,0.0152453305199742,-0.999544620513916,0.0232246145606041,0.0192688535898924,-0.567421317100525,-0.774848580360413,-0.278644859790802,-0.566210746765137,-0.788226246833801,0.241049572825432,-0.882836222648621,-0.0105418805032969,0.46956267952919,-0.99929404258728,-0.0113288220018148,-0.0358190722763538,-0.563681542873383,-0.487850964069366,-0.666531801223755,-0.567421317100525,-0.774848580360413,-0.278644859790802,-0.99929404258728,-0.0113288220018148,-0.0358190722763538,-0.999132037162781,-0.0413099154829979,0.00534247793257236,
  553. -0.589447557926178,-0.269926965236664,-0.761374413967133,-0.563681542873383,-0.487850964069366,-0.666531801223755,-0.999132037162781,-0.0413099154829979,0.00534247793257236,-0.998351871967316,0.0385237187147141,-0.0425378009676933,-0.536051392555237,-0.219614312052727,-0.815118670463562,-0.589447557926178,-0.269926965236664,-0.761374413967133,-0.998351871967316,0.0385237187147141,-0.0425378009676933,-0.982867360115051,0.17016139626503,-0.0708300173282623,-0.925503849983215,0.378596216440201,0.0103742983192205,-0.356504887342453,0.505243718624115,-0.785896301269531,-0.536051392555237,-0.219614312052727,-0.815118670463562,-0.982867360115051,0.17016139626503,-0.0708300173282623,-0.356504887342453,0.505243718624115,-0.785896301269531,-0.925503849983215,0.378596216440201,0.0103742983192205,-0.983552992343903,0.0109121194109321,-0.180290043354034,-0.980216324329376,0.001443364424631,-0.197923481464386,-0.982518672943115,-0.0009530542884022,0.186161383986473,-0.848906934261322,-0.00273122801445425,-0.528535306453705,-0.957700788974762,0.00503340503200889,0.287721753120422,-0.999878644943237,-6.56028132652864e-005,0.0155788864940405,-0.987884879112244,0.154423221945763,0.0153937861323357,-0.99855250120163,-0.0517537444829941,-0.0146438907831907,-0.988223493099213,0.152325391769409,-0.0145345944911242,-0.999713659286499,-0.00368911284022033,-0.0236417334526777,-0.904880702495575,-0.00471720192581415,0.425638973712921,-0.954075694084167,0.00378477340564132,-0.299541801214218,-0.997214019298553,0.0244275648146868,-0.0704794824123383,-0.999914884567261,0.0128884548321366,-0.00198930944316089,-0.999713659286499,-0.00368911284022033,-0.0236417334526777,-0.997214019298553,0.0244275648146868,-0.0704794824123383,-0.989153981208801,0.143293350934982,-0.0322712175548077,-0.980169415473938,0.178326293826103,-0.0864150449633598,-0.999914884567261,0.0128884548321366,-0.00198930944316089,-0.989153981208801,0.143293350934982,-0.0322712175548077,-0.99661260843277,0.0822356343269348,-0.000818742264527828,-0.998013913631439,0.0597024373710155,-0.0200976599007845,
  554. -0.980169415473938,0.178326293826103,-0.0864150449633598,-0.99661260843277,0.0822356343269348,-0.000818742264527828,-0.987872779369354,-0.128603428602219,0.0869976356625557,-0.992509663105011,-0.116581030189991,0.0365153811872005,-0.992590665817261,0.121343806385994,0.00626955972984433,-0.998013913631439,0.0597024373710155,-0.0200976599007845,-0.987872779369354,-0.128603428602219,0.0869976356625557,-0.980216324329376,0.001443364424631,-0.197923481464386,-0.992590665817261,0.121343806385994,0.00626955972984433,-0.992509663105011,-0.116581030189991,0.0365153811872005,-0.982518672943115,-0.0009530542884022,0.186161383986473,-0.989757180213928,-0.0202904120087624,0.141311720013618,-0.36342453956604,-0.620852649211884,0.694596648216248,-0.438376694917679,-0.898759484291077,0.0075626140460372,-0.930365204811096,-0.0218076016753912,-0.365985095500946,-0.996952950954437,-0.0772351026535034,-0.0109313949942589,-0.86499035358429,-0.501739978790283,-0.00696989195421338,-0.812982738018036,-0.153407245874405,-0.561716377735138,-0.679360270500183,0.567899525165558,-0.464714884757996,-0.99565601348877,0.0423826947808266,-0.0829019844532013,-0.970411002635956,0.0192744247615337,-0.2406887114048,-0.656027257442474,0.748006522655487,-0.100570850074291,-0.635719656944275,0.712375819683075,0.297289699316025,-0.97234046459198,0.217083752155304,-0.0861909165978432,-0.99565601348877,0.0423826947808266,-0.0829019844532013,-0.635719656944275,0.712375819683075,0.297289699316025,-0.775329411029816,0.362935215234756,0.516858100891113,-0.999955058097839,0.00496193859726191,0.0080819483846426,-0.97234046459198,0.217083752155304,-0.0861909165978432,-0.775329411029816,0.362935215234756,0.516858100891113,-0.857770144939423,0.199379444122314,0.473791271448135,-0.97441828250885,-0.211045533418655,0.0772568583488464,-0.999955058097839,0.00496193859726191,0.0080819483846426,-0.857770144939423,0.199379444122314,0.473791271448135,-0.677946805953979,0.179638057947159,0.712824165821075,-0.36342453956604,-0.620852649211884,0.694596648216248,-0.948475003242493,-0.316668301820755,-0.0107916919514537,
  555. -0.97441828250885,-0.211045533418655,0.0772568583488464,-0.677946805953979,0.179638057947159,0.712824165821075,-0.989757180213928,-0.0202904120087624,0.141311720013618,-0.948475003242493,-0.316668301820755,-0.0107916919514537,-0.36342453956604,-0.620852649211884,0.694596648216248,-0.979400873184204,0.0184744745492935,-0.201078847050667,-0.9502192735672,-0.00192844425328076,0.311575919389725,-0.99970018863678,-0.0102296723052859,-0.0222476907074451,-0.87864363193512,0.0172932930290699,0.477164924144745,-0.865678191184998,-0.500510215759277,0.00952624250203371,-0.999790728092194,-0.0161179788410664,0.0125996703281999,-0.895804584026337,-0.444238841533661,-0.0136358179152012,-0.999517917633057,-0.0256606116890907,-0.0174772348254919,-0.992017030715942,-0.0431281588971615,0.118499554693699,-0.949317872524261,-0.00974865630269051,0.314166516065598,-0.893718540668488,0.0154094947502017,-0.44836351275444,-0.998704612255096,0.0169326849281788,0.047980971634388,-0.906733989715576,-0.395770639181137,0.145599618554115,-0.992017030715942,-0.0431281588971615,0.118499554693699,-0.998704612255096,0.0169326849281788,0.047980971634388,-0.999776840209961,0.0134751824662089,0.0162672065198421,-0.998980522155762,-0.0340876951813698,-0.029595660045743,-0.906733989715576,-0.395770639181137,0.145599618554115,-0.999776840209961,0.0134751824662089,0.0162672065198421,-0.996774673461914,-0.0583854876458645,0.0550580509006977,-0.970251023769379,0.210702076554298,-0.119237571954727,-0.998980522155762,-0.0340876951813698,-0.029595660045743,-0.996774673461914,-0.0583854876458645,0.0550580509006977,-0.961713016033173,-0.254815697669983,0.100881285965443,-0.962145149707794,-0.272490829229355,-0.00505808694288135,-0.934985518455505,0.353886485099792,-0.0238014478236437,-0.970251023769379,0.210702076554298,-0.119237571954727,-0.961713016033173,-0.254815697669983,0.100881285965443,-0.979400873184204,0.0184744745492935,-0.201078847050667,-0.934985518455505,0.353886485099792,-0.0238014478236437,-0.962145149707794,-0.272490829229355,-0.00505808694288135,
  556. -0.9502192735672,-0.00192844425328076,0.311575919389725,-0.982518672943115,-0.0009530542884022,0.186161383986473,-0.338912189006805,-0.395514488220215,0.853643238544464,-0.665702283382416,-0.744448661804199,-0.051348052918911,-0.848906934261322,-0.00273122801445425,-0.528535306453705,-0.988223493099213,0.152325391769409,-0.0145345944911242,-0.99855250120163,-0.0517537444829941,-0.0146438907831907,-0.490396976470947,-0.313276559114456,-0.813245713710785,-0.517381250858307,-0.0144039141014218,-0.855633676052094,-0.997214019298553,0.0244275648146868,-0.0704794824123383,-0.954075694084167,0.00378477340564132,-0.299541801214218,-0.808573365211487,0.515546798706055,-0.2835853099823,-0.787945449352264,0.496621459722519,0.364017993211746,-0.989153981208801,0.143293350934982,-0.0322712175548077,-0.997214019298553,0.0244275648146868,-0.0704794824123383,-0.787945449352264,0.496621459722519,0.364017993211746,-0.73772394657135,0.431535214185715,0.519173085689545,-0.99661260843277,0.0822356343269348,-0.000818742264527828,-0.989153981208801,0.143293350934982,-0.0322712175548077,-0.73772394657135,0.431535214185715,0.519173085689545,-0.530947327613831,0.543792605400085,0.649911165237427,-0.987872779369354,-0.128603428602219,0.0869976356625557,-0.99661260843277,0.0822356343269348,-0.000818742264527828,-0.530947327613831,0.543792605400085,0.649911165237427,-0.349717378616333,0.178380131721497,0.919716417789459,-0.338912189006805,-0.395514488220215,0.853643238544464,-0.992509663105011,-0.116581030189991,0.0365153811872005,-0.987872779369354,-0.128603428602219,0.0869976356625557,-0.349717378616333,0.178380131721497,0.919716417789459,-0.982518672943115,-0.0009530542884022,0.186161383986473,-0.992509663105011,-0.116581030189991,0.0365153811872005,-0.338912189006805,-0.395514488220215,0.853643238544464,-0.983552992343903,0.0109121194109321,-0.180290043354034,-0.999936103820801,-0.00230880407616496,0.0110667534172535,-0.999977350234985,-0.00230266246944666,0.006331832613796,-0.883490085601807,0.0119957430288196,0.468296408653259,-0.999544620513916,0.0232246145606041,0.0192688535898924,
  557. -0.886752784252167,0.461992412805557,0.0152453305199742,-0.999998092651367,-0.00112836598418653,0.00162975280545652,-0.999998688697815,6.77071056998102e-007,0.00162975362036377,-0.99929404258728,-0.0113288220018148,-0.0358190722763538,-0.882836222648621,-0.0105418805032969,0.46956267952919,-0.999982953071594,-1.05957598250939e-009,0.00584405520930886,-0.999948620796204,1.08714584712288e-005,0.0101363537833095,-0.999132037162781,-0.0413099154829979,0.00534247793257236,-0.99929404258728,-0.0113288220018148,-0.0358190722763538,-0.999948620796204,1.08714584712288e-005,0.0101363537833095,-0.999947726726532,-1.97729114006506e-005,0.0102270701900125,-0.998351871967316,0.0385237187147141,-0.0425378009676933,-0.999132037162781,-0.0413099154829979,0.00534247793257236,-0.999947726726532,-1.97729114006506e-005,0.0102270701900125,-0.999945640563965,-2.16516782529652e-005,0.0104302447289228,-0.982867360115051,0.17016139626503,-0.0708300173282623,-0.998351871967316,0.0385237187147141,-0.0425378009676933,-0.999945640563965,-2.16516782529652e-005,0.0104302447289228,-0.999938488006592,-3.91047797165811e-005,0.0110919345170259,-0.983552992343903,0.0109121194109321,-0.180290043354034,-0.925503849983215,0.378596216440201,0.0103742983192205,-0.999935626983643,-0.001701301895082,0.011213768273592,-0.999936103820801,-0.00230880407616496,0.0110667534172535,-0.9502192735672,-0.00192844425328076,0.311575919389725,-0.486016571521759,-0.6277676820755,0.608025908470154,-0.484086453914642,-0.610555350780487,-0.626803398132324,-0.99970018863678,-0.0102296723052859,-0.0222476907074451,-0.999517917633057,-0.0256606116890907,-0.0174772348254919,-0.895804584026337,-0.444238841533661,-0.0136358179152012,-0.590681493282318,-0.071171760559082,-0.803759932518005,-0.508633315563202,0.512049555778503,-0.692168593406677,-0.998704612255096,0.0169326849281788,0.047980971634388,-0.893718540668488,0.0154094947502017,-0.44836351275444,-0.619458317756653,0.745954930782318,-0.244586884975433,-0.609686493873596,0.748742938041687,0.260127604007721,-0.999776840209961,0.0134751824662089,0.0162672065198421,
  558. -0.998704612255096,0.0169326849281788,0.047980971634388,-0.609686493873596,0.748742938041687,0.260127604007721,-0.578091382980347,0.440262734889984,0.687007308006287,-0.996774673461914,-0.0583854876458645,0.0550580509006977,-0.999776840209961,0.0134751824662089,0.0162672065198421,-0.578091382980347,0.440262734889984,0.687007308006287,-0.612088918685913,0.203839257359505,0.76406592130661,-0.961713016033173,-0.254815697669983,0.100881285965443,-0.996774673461914,-0.0583854876458645,0.0550580509006977,-0.612088918685913,0.203839257359505,0.76406592130661,-0.563959419727325,0.153723105788231,0.811368584632874,-0.486016571521759,-0.6277676820755,0.608025908470154,-0.962145149707794,-0.272490829229355,-0.00505808694288135,-0.961713016033173,-0.254815697669983,0.100881285965443,-0.563959419727325,0.153723105788231,0.811368584632874,-0.9502192735672,-0.00192844425328076,0.311575919389725,-0.962145149707794,-0.272490829229355,-0.00505808694288135,-0.486016571521759,-0.6277676820755,0.608025908470154,-0.948475003242493,-0.316668301820755,-0.0107916919514537,-0.999948859214783,-0.00294478051364422,-0.00968663673847914,-0.999954640865326,-0.000956598669290543,-0.00946646183729172,-0.97441828250885,-0.211045533418655,0.0772568583488464,-0.999938488006592,-3.91047797165811e-005,0.0110919345170259,-0.999935626983643,-0.001701301895082,0.011213768273592,-0.925503849983215,0.378596216440201,0.0103742983192205,-0.982867360115051,0.17016139626503,-0.0708300173282623,-0.999985456466675,0.00246272352524102,-0.00480042072013021,-0.99994957447052,0.0023491948377341,-0.00976434256881475,-0.989757180213928,-0.0202904120087624,0.141311720013618,-0.930365204811096,-0.0218076016753912,-0.365985095500946,-1,4.1109427684205e-007,0.000141815340612084,-0.999999284744263,0.00121183437295258,0.000141834127134644,-0.86499035358429,-0.501739978790283,-0.00696989195421338,-0.996952950954437,-0.0772351026535034,-0.0109313949942589,-0.999986946582794,-0.000454823428299278,-0.00508234323933721,-0.999999701976776,0,-0.000873238313943148,-0.970411002635956,0.0192744247615337,-0.2406887114048,
  559. -0.99565601348877,0.0423826947808266,-0.0829019844532013,-0.999950647354126,0.000419104064349085,-0.00991908274590969,-0.999986946582794,-0.000454823428299278,-0.00508234323933721,-0.99565601348877,0.0423826947808266,-0.0829019844532013,-0.97234046459198,0.217083752155304,-0.0861909165978432,-0.999942183494568,-7.08726001903415e-005,-0.010756409727037,-0.999950647354126,0.000419104064349085,-0.00991908274590969,-0.97234046459198,0.217083752155304,-0.0861909165978432,-0.999955058097839,0.00496193859726191,0.0080819483846426,-0.999954640865326,-0.000956598669290543,-0.00946646183729172,-0.999942183494568,-7.08726001903415e-005,-0.010756409727037,-0.999955058097839,0.00496193859726191,0.0080819483846426,-0.97441828250885,-0.211045533418655,0.0772568583488464,-0.99994957447052,0.0023491948377341,-0.00976434256881475,-0.999948859214783,-0.00294478051364422,-0.00968663673847914,-0.948475003242493,-0.316668301820755,-0.0107916919514537,-0.989757180213928,-0.0202904120087624,0.141311720013618,0.156426385045052,0.37530654668808,-0.913605928421021,-0.553313314914703,0.00145434227306396,-0.832971930503845,-0.880558490753174,0.00503698270767927,-0.473910719156265,-0.582983434200287,0.581682682037354,-0.567252516746521,-0.945771038532257,-0.312195688486099,0.0897274538874626,-0.995529770851135,-7.57416491978802e-005,0.0944481790065765,-0.709449708461761,0.154239341616631,-0.687670886516571,-0.718040943145752,-6.53782044537365e-005,-0.696000874042511,-0.436041712760925,-0.474079847335815,-0.764928698539734,-0.80343097448349,-0.447606831789017,-0.392615139484406,-0.940716326236725,-0.00471997074782848,-0.339161485433578,-0.690088152885437,-0.00366245466284454,-0.723716139793396,0.00280176498927176,-0.322048634290695,-0.946718990802765,-0.436041712760925,-0.474079847335815,-0.764928698539734,-0.690088152885437,-0.00366245466284454,-0.723716139793396,-0.705628037452698,0.0129008460789919,-0.708464980125427,0.174562096595764,-0.191441372036934,-0.9658562541008,0.00280176498927176,-0.322048634290695,-0.946718990802765,-0.705628037452698,0.0129008460789919,-0.708464980125427,
  560. -0.632080078125,0.178111553192139,-0.754155814647675,0.182927578687668,-0.0419290736317635,-0.982231914997101,0.174562096595764,-0.191441372036934,-0.9658562541008,-0.632080078125,0.178111553192139,-0.754155814647675,-0.691491603851318,0.0596949681639671,-0.719913721084595,-0.706313073635101,0.121261425316334,-0.697436392307281,0.156426385045052,0.37530654668808,-0.913605928421021,0.182927578687668,-0.0419290736317635,-0.982231914997101,-0.691491603851318,0.0596949681639671,-0.719913721084595,0.156426385045052,0.37530654668808,-0.913605928421021,-0.706313073635101,0.121261425316334,-0.697436392307281,-0.553313314914703,0.00145434227306396,-0.832971930503845,0.363650798797607,0.458604872226715,-0.810826480388641,-0.550317406654358,0.01847243309021,-0.834751129150391,-0.958796679973602,0.0172820314764977,-0.283567100763321,-0.388050884008408,0.858098447322845,-0.336279213428497,-0.973360478878021,-0.0627527311444283,0.220525577664375,-0.784088909626007,0.594665944576263,0.177699163556099,-0.715880215167999,-0.0160266272723675,-0.69803911447525,-0.618924021720886,-0.500385344028473,-0.60543167591095,-0.0260847751051188,-0.825017213821411,-0.564505159854889,-0.461150258779526,-0.87384831905365,-0.1540437489748,-0.893436849117279,-0.00974230654537678,-0.449083209037781,-0.785581886768341,-0.0432359650731087,-0.617245316505432,0.199553251266479,-0.509693801403046,-0.836893558502197,-0.0260847751051188,-0.825017213821411,-0.564505159854889,-0.785581886768341,-0.0432359650731087,-0.617245316505432,-0.744134366512299,-0.395567327737808,-0.538321793079376,0.202865883708,-0.282775282859802,-0.937487900257111,0.199553251266479,-0.509693801403046,-0.836893558502197,-0.744134366512299,-0.395567327737808,-0.538321793079376,-0.685378968715668,-0.0337579511106014,-0.72740364074707,0.319502085447311,-0.195661708712578,-0.927165031433105,0.202865883708,-0.282775282859802,-0.937487900257111,-0.685378968715668,-0.0337579511106014,-0.72740364074707,-0.6016566157341,0.210951745510101,-0.770395159721375,-0.644307076931,0.353912055492401,-0.677948832511902,
  561. 0.363650798797607,0.458604872226715,-0.810826480388641,0.319502085447311,-0.195661708712578,-0.927165031433105,-0.6016566157341,0.210951745510101,-0.770395159721375,0.363650798797607,0.458604872226715,-0.810826480388641,-0.644307076931,0.353912055492401,-0.677948832511902,-0.550317406654358,0.01847243309021,-0.834751129150391,0.303776174783707,0.505333602428436,-0.807686865329742,-0.567939639091492,0.0109083382412791,-0.822997987270355,-0.955918371677399,0.0119926799088717,-0.293387562036514,-0.362692832946777,0.867201745510101,-0.341196626424789,-0.828526496887207,-0.534942746162415,0.165469348430634,-0.978825867176056,0.0607033036649227,0.195486411452293,-0.637738883495331,0.462197065353394,-0.616167962551117,-0.720413386821747,0.0232129525393248,-0.69315630197525,-0.203558042645454,-0.774944007396698,-0.598352670669556,-0.570441365242004,-0.788533508777618,-0.229807704687119,-0.956349909305573,-0.0105383116751909,-0.292033910751343,-0.68101954460144,-0.0112504679709673,-0.732178747653961,0.0731594786047935,-0.487785339355469,-0.869892597198486,-0.203558042645454,-0.774944007396698,-0.598352670669556,-0.68101954460144,-0.0112504679709673,-0.732178747653961,-0.710252285003662,-0.0412339270114899,-0.702738523483276,0.121969029307365,-0.269843369722366,-0.955148339271545,0.0731594786047935,-0.487785339355469,-0.869892597198486,-0.710252285003662,-0.0412339270114899,-0.702738523483276,-0.675809323787689,0.038664311170578,-0.736061692237854,0.197426855564117,-0.21958789229393,-0.955407619476318,0.121969029307365,-0.269843369722366,-0.955148339271545,-0.675809323787689,0.038664311170578,-0.736061692237854,-0.644901812076569,0.170175030827522,-0.745078563690186,-0.6617231965065,0.378755062818527,-0.647044837474823,0.303776174783707,0.505333602428436,-0.807686865329742,0.197426855564117,-0.21958789229393,-0.955407619476318,-0.644901812076569,0.170175030827522,-0.745078563690186,0.303776174783707,0.505333602428436,-0.807686865329742,-0.6617231965065,0.378755062818527,-0.647044837474823,-0.567939639091492,0.0109083382412791,-0.822997987270355,
  562. -0.553313314914703,0.00145434227306396,-0.832971930503845,-0.826349675655365,-0.000957094016484916,-0.563156545162201,-0.226748898625374,-0.00273296097293496,-0.973949372768402,-0.880558490753174,0.00503698270767927,-0.473910719156265,-0.718040943145752,-6.53782044537365e-005,-0.696000874042511,-0.709449708461761,0.154239341616631,-0.687670886516571,-0.695730626583099,-0.0516095831990242,-0.716446399688721,-0.688503623008728,0.152281299233437,-0.709065079689026,-0.690088152885437,-0.00366245466284454,-0.723716139793396,-0.940716326236725,-0.00471997074782848,-0.339161485433578,-0.462841659784317,0.00378532498143613,-0.886432886123657,-0.6551433801651,0.0244678594172001,-0.755108237266541,-0.705628037452698,0.0129008460789919,-0.708464980125427,-0.690088152885437,-0.00366245466284454,-0.723716139793396,-0.6551433801651,0.0244678594172001,-0.755108237266541,-0.676634132862091,0.143246755003929,-0.722251057624817,-0.632080078125,0.178111553192139,-0.754155814647675,-0.705628037452698,0.0129008460789919,-0.708464980125427,-0.676634132862091,0.143246755003929,-0.722251057624817,-0.704299092292786,0.0818158164620399,-0.705172896385193,-0.691491603851318,0.0596949681639671,-0.719913721084595,-0.632080078125,0.178111553192139,-0.754155814647675,-0.704299092292786,0.0818158164620399,-0.705172896385193,-0.760053038597107,-0.128626674413681,-0.637004375457764,-0.727632641792297,-0.116520255804062,-0.675998449325562,-0.706313073635101,0.121261425316334,-0.697436392307281,-0.691491603851318,0.0596949681639671,-0.719913721084595,-0.760053038597107,-0.128626674413681,-0.637004375457764,-0.553313314914703,0.00145434227306396,-0.832971930503845,-0.706313073635101,0.121261425316334,-0.697436392307281,-0.727632641792297,-0.116520255804062,-0.675998449325562,-0.826349675655365,-0.000957094016484916,-0.563156545162201,-0.799620985984802,-0.020306134596467,-0.600161612033844,-0.748034834861755,-0.621100962162018,0.233832269906998,-0.315020382404327,-0.898793816566467,-0.304847002029419,-0.398655503988266,-0.0217921268194914,-0.916841745376587,
  563. -0.697228908538818,-0.077188216149807,-0.712680757045746,-0.606669008731842,-0.501858651638031,-0.616514801979065,-0.176743939518929,-0.153250053524971,-0.972253024578094,-0.150982737541199,0.568053364753723,-0.809023857116699,-0.645385265350342,0.042388740926981,-0.762680172920227,-0.515627264976501,0.0192629806697369,-0.85659646987915,-0.3923719227314,0.748242735862732,-0.534955143928528,-0.659687757492065,0.71255499124527,-0.238908767700195,-0.626581728458405,0.217120230197906,-0.748501300811768,-0.645385265350342,0.042388740926981,-0.762680172920227,-0.659687757492065,0.71255499124527,-0.238908767700195,-0.913792133331299,0.363028675317764,-0.182192400097847,-0.712771117687225,0.00504086725413799,-0.701378643512726,-0.626581728458405,0.217120230197906,-0.748501300811768,-0.913792133331299,0.363028675317764,-0.182192400097847,-0.941692054271698,0.199345260858536,-0.271067440509796,-0.743615329265594,-0.210792422294617,-0.634509861469269,-0.712771117687225,0.00504086725413799,-0.701378643512726,-0.941692054271698,0.199345260858536,-0.271067440509796,-0.983436822891235,0.179633527994156,0.0241649895906448,-0.748034834861755,-0.621100962162018,0.233832269906998,-0.663046956062317,-0.316657334566116,-0.678304433822632,-0.743615329265594,-0.210792422294617,-0.634509861469269,-0.983436822891235,0.179633527994156,0.0241649895906448,-0.799620985984802,-0.020306134596467,-0.600161612033844,-0.663046956062317,-0.316657334566116,-0.678304433822632,-0.748034834861755,-0.621100962162018,0.233832269906998,-0.550317406654358,0.01847243309021,-0.834751129150391,-0.892196774482727,-0.0019359647994861,-0.45164281129837,-0.691078722476959,-0.0102204205468297,-0.722707271575928,-0.958796679973602,0.0172820314764977,-0.283567100763321,-0.618924021720886,-0.500385344028473,-0.60543167591095,-0.715880215167999,-0.0160266272723675,-0.69803911447525,-0.623760938644409,-0.444289028644562,-0.643062710762024,-0.694396793842316,-0.0256328638643026,-0.719135582447052,-0.785581886768341,-0.0432359650731087,-0.617245316505432,-0.893436849117279,-0.00974230654537678,-0.449083209037781,
  564. -0.314621061086655,0.0154002271592617,-0.949092447757721,-0.740159869194031,0.0169227998703718,-0.672217965126038,-0.744134366512299,-0.395567327737808,-0.538321793079376,-0.785581886768341,-0.0432359650731087,-0.617245316505432,-0.740159869194031,0.0169227998703718,-0.672217965126038,-0.718460619449615,0.0134650683030486,-0.695437371730804,-0.685378968715668,-0.0337579511106014,-0.72740364074707,-0.744134366512299,-0.395567327737808,-0.538321793079376,-0.718460619449615,0.0134650683030486,-0.695437371730804,-0.743745386600494,-0.0583082735538483,-0.665915012359619,-0.6016566157341,0.210951745510101,-0.770395159721375,-0.685378968715668,-0.0337579511106014,-0.72740364074707,-0.743745386600494,-0.0583082735538483,-0.665915012359619,-0.751373469829559,-0.25467649102211,-0.608750939369202,-0.676788032054901,-0.272400557994843,-0.683926701545715,-0.644307076931,0.353912055492401,-0.677948832511902,-0.6016566157341,0.210951745510101,-0.770395159721375,-0.751373469829559,-0.25467649102211,-0.608750939369202,-0.550317406654358,0.01847243309021,-0.834751129150391,-0.644307076931,0.353912055492401,-0.677948832511902,-0.676788032054901,-0.272400557994843,-0.683926701545715,-0.892196774482727,-0.0019359647994861,-0.45164281129837,-0.826349675655365,-0.000957094016484916,-0.563156545162201,-0.843373358249664,-0.395523965358734,0.363706141710281,-0.434652924537659,-0.744125962257385,-0.507299959659576,-0.226748898625374,-0.00273296097293496,-0.973949372768402,-0.688503623008728,0.152281299233437,-0.709065079689026,-0.695730626583099,-0.0516095831990242,-0.716446399688721,0.228079855442047,-0.313151359558105,-0.921908795833588,0.238957032561302,-0.0143751176074147,-0.970923721790314,-0.6551433801651,0.0244678594172001,-0.755108237266541,-0.462841659784317,0.00378532498143613,-0.886432886123657,-0.371112942695618,0.515392124652863,-0.772428750991821,-0.814423978328705,0.496556341648102,-0.300242155790329,-0.676634132862091,0.143246755003929,-0.722251057624817,-0.6551433801651,0.0244678594172001,-0.755108237266541,-0.814423978328705,0.496556341648102,-0.300242155790329,
  565. -0.888961732387543,0.431107401847839,-0.154574707150459,-0.704299092292786,0.0818158164620399,-0.705172896385193,-0.676634132862091,0.143246755003929,-0.722251057624817,-0.888961732387543,0.431107401847839,-0.154574707150459,-0.835690021514893,0.542679727077484,0.0843869149684906,-0.760053038597107,-0.128626674413681,-0.637004375457764,-0.704299092292786,0.0818158164620399,-0.705172896385193,-0.835690021514893,0.542679727077484,0.0843869149684906,-0.897741615772247,0.178009673953056,0.40295484662056,-0.843373358249664,-0.395523965358734,0.363706141710281,-0.727632641792297,-0.116520255804062,-0.675998449325562,-0.760053038597107,-0.128626674413681,-0.637004375457764,-0.897741615772247,0.178009673953056,0.40295484662056,-0.826349675655365,-0.000957094016484916,-0.563156545162201,-0.727632641792297,-0.116520255804062,-0.675998449325562,-0.843373358249664,-0.395523965358734,0.363706141710281,-0.567939639091492,0.0109083382412791,-0.822997987270355,-0.714890599250793,-0.0023086266592145,-0.699232578277588,-0.711579084396362,-0.00230263825505972,-0.702602326869965,-0.955918371677399,0.0119926799088717,-0.293387562036514,-0.720413386821747,0.0232129525393248,-0.69315630197525,-0.637738883495331,0.462197065353394,-0.616167962551117,-0.708264887332916,-0.00112834735773504,-0.705945909023285,-0.708265364170074,6.76961235512863e-007,-0.705946385860443,-0.68101954460144,-0.0112504679709673,-0.732178747653961,-0.956349909305573,-0.0105383116751909,-0.292033910751343,-0.711225688457489,0,-0.702963829040527,-0.714238405227661,1.16524552140618e-005,-0.699902474880219,-0.710252285003662,-0.0412339270114899,-0.702738523483276,-0.68101954460144,-0.0112504679709673,-0.732178747653961,-0.714238405227661,1.16524552140618e-005,-0.699902474880219,-0.714308977127075,-2.12785344047006e-005,-0.69983047246933,-0.675809323787689,0.038664311170578,-0.736061692237854,-0.710252285003662,-0.0412339270114899,-0.702738523483276,-0.714308977127075,-2.12785344047006e-005,-0.69983047246933,-0.71444970369339,-2.16229473153362e-005,-0.699686825275421,-0.644901812076569,0.170175030827522,-0.745078563690186,
  566. -0.675809323787689,0.038664311170578,-0.736061692237854,-0.71444970369339,-2.16229473153362e-005,-0.699686825275421,-0.714901089668274,-3.91850044252351e-005,-0.699225664138794,-0.567939639091492,0.0109083382412791,-0.822997987270355,-0.6617231965065,0.378755062818527,-0.647044837474823,-0.714983701705933,-0.00170202495064586,-0.699139058589935,-0.714890599250793,-0.0023086266592145,-0.699232578277588,-0.892196774482727,-0.0019359647994861,-0.45164281129837,-0.773588895797729,-0.627806961536407,0.0861319005489349,0.101281613111496,-0.610358595848084,-0.785623729228973,-0.691078722476959,-0.0102204205468297,-0.722707271575928,-0.694396793842316,-0.0256328638643026,-0.719135582447052,-0.623760938644409,-0.444289028644562,-0.643062710762024,0.15121965110302,-0.0711439475417137,-0.98593670129776,0.130265772342682,0.51192718744278,-0.849094450473785,-0.740159869194031,0.0169227998703718,-0.672217965126038,-0.314621061086655,0.0154002271592617,-0.949092447757721,-0.264840573072433,0.746083557605743,-0.610916316509247,-0.615125417709351,0.748762786388397,-0.246931448578835,-0.718460619449615,0.0134650683030486,-0.695437371730804,-0.740159869194031,0.0169227998703718,-0.672217965126038,-0.615125417709351,0.748762786388397,-0.246931448578835,-0.894610285758972,0.440205514431,0.0767566040158272,-0.743745386600494,-0.0583082735538483,-0.665915012359619,-0.718460619449615,0.0134650683030486,-0.695437371730804,-0.894610285758972,0.440205514431,0.0767566040158272,-0.973144471645355,0.203795775771141,0.107037916779518,-0.751373469829559,-0.25467649102211,-0.608750939369202,-0.743745386600494,-0.0583082735538483,-0.665915012359619,-0.973144471645355,0.203795775771141,0.107037916779518,-0.972576975822449,0.153705298900604,0.174553036689758,-0.773588895797729,-0.627806961536407,0.0861319005489349,-0.676788032054901,-0.272400557994843,-0.683926701545715,-0.751373469829559,-0.25467649102211,-0.608750939369202,-0.972576975822449,0.153705298900604,0.174553036689758,-0.892196774482727,-0.0019359647994861,-0.45164281129837,-0.676788032054901,-0.272400557994843,-0.683926701545715,
  567. -0.773588895797729,-0.627806961536407,0.0861319005489349,-0.663046956062317,-0.316657334566116,-0.678304433822632,-0.700222969055176,-0.00294312252663076,-0.713918149471283,-0.700381398200989,-0.000955538009293377,-0.713768124580383,-0.743615329265594,-0.210792422294617,-0.634509861469269,-0.714901089668274,-3.91850044252351e-005,-0.699225664138794,-0.714983701705933,-0.00170202495064586,-0.699139058589935,-0.6617231965065,0.378755062818527,-0.647044837474823,-0.644901812076569,0.170175030827522,-0.745078563690186,-0.703708589076996,0.00246270908974111,-0.710484504699707,-0.700165033340454,0.00234925234690309,-0.713977217674255,-0.799620985984802,-0.020306134596467,-0.600161612033844,-0.398655503988266,-0.0217921268194914,-0.916841745376587,-0.707219421863556,4.10970471875771e-007,-0.70699417591095,-0.707218885421753,0.00121180911082774,-0.706993579864502,-0.606669008731842,-0.501858651638031,-0.616514801979065,-0.697228908538818,-0.077188216149807,-0.712680757045746,-0.703504264354706,-0.000455350003903732,-0.710690975189209,-0.706494808197021,0,-0.707718312740326,-0.515627264976501,0.0192629806697369,-0.85659646987915,-0.645385265350342,0.042388740926981,-0.762680172920227,-0.700053870677948,0.000418392563005909,-0.714090049266815,-0.703504264354706,-0.000455350003903732,-0.710690975189209,-0.645385265350342,0.042388740926981,-0.762680172920227,-0.626581728458405,0.217120230197906,-0.748501300811768,-0.699454963207245,-7.06951032043435e-005,-0.714676797389984,-0.700053870677948,0.000418392563005909,-0.714090049266815,-0.626581728458405,0.217120230197906,-0.748501300811768,-0.712771117687225,0.00504086725413799,-0.701378643512726,-0.700381398200989,-0.000955538009293377,-0.713768124580383,-0.699454963207245,-7.06951032043435e-005,-0.714676797389984,-0.712771117687225,0.00504086725413799,-0.701378643512726,-0.743615329265594,-0.210792422294617,-0.634509861469269,-0.700165033340454,0.00234925234690309,-0.713977217674255,-0.700222969055176,-0.00294312252663076,-0.713918149471283,-0.663046956062317,-0.316657334566116,-0.678304433822632,
  568. -0.799620985984802,-0.020306134596467,-0.600161612033844,0.757021367549896,0.375102430582047,-0.534992277622223,0.197942703962326,0.00144142867065966,-0.980212569236755,-0.28778213262558,0.00503184180706739,-0.957682728767395,-0.0110680609941483,0.582029640674591,-0.813092231750488,-0.732667207717896,-0.312323778867722,-0.604692161083221,-0.771248281002045,-7.57763700676151e-005,-0.636534333229065,-0.0154011333361268,0.154421105980873,-0.987885117530823,-0.0155863584950566,-6.55919648124836e-005,-0.999878466129303,0.232227131724358,-0.474349796772003,-0.84915417432785,-0.2909876704216,-0.44780495762825,-0.845456540584564,-0.425730764865875,-0.00471570063382387,-0.904837608337402,0.0235883574932814,-0.00370001117698848,-0.999714910984039,0.671289265155792,-0.322186887264252,-0.667507529258728,0.232227131724358,-0.474349796772003,-0.84915417432785,0.0235883574932814,-0.00370001117698848,-0.999714910984039,0.00197248486801982,0.0128400847315788,-0.999915659427643,0.806358575820923,-0.191677108407021,-0.559504926204681,0.671289265155792,-0.322186887264252,-0.667507529258728,0.00197248486801982,0.0128400847315788,-0.999915659427643,0.0863103717565537,0.178099691867828,-0.980219841003418,0.823922574520111,-0.042027223855257,-0.56514185667038,0.806358575820923,-0.191677108407021,-0.559504926204681,0.0863103717565537,0.178099691867828,-0.980219841003418,0.0200893748551607,0.0596861094236374,-0.998014986515045,-0.00627318071201444,0.121355339884758,-0.992589175701141,0.757021367549896,0.375102430582047,-0.534992277622223,0.823922574520111,-0.042027223855257,-0.56514185667038,0.0200893748551607,0.0596861094236374,-0.998014986515045,0.757021367549896,0.375102430582047,-0.534992277622223,-0.00627318071201444,0.121355339884758,-0.992589175701141,0.197942703962326,0.00144142867065966,-0.980212569236755,0.83032089471817,0.458669930696487,-0.316526651382446,0.2010737657547,0.0184745993465185,-0.979401826858521,-0.477141797542572,0.0172944068908691,-0.878656148910522,-0.0363912470638752,0.857946813106537,-0.512448132038116,-0.843963861465454,-0.0628426894545555,-0.532706201076508,
  569. -0.679745435714722,0.59489381313324,-0.429007560014725,-0.0125979911535978,-0.0161180086433887,-0.999790668487549,-0.00952525436878204,-0.500511050224304,-0.86567759513855,0.38133579492569,-0.824960827827454,-0.417160212993622,-0.216564863920212,-0.874129056930542,-0.434739083051682,-0.314152151346207,-0.00974956247955561,-0.949322581291199,-0.118384458124638,-0.0431051626801491,-0.992031753063202,0.733043313026428,-0.509809672832489,-0.45026832818985,0.38133579492569,-0.824960827827454,-0.417160212993622,-0.118384458124638,-0.0431051626801491,-0.992031753063202,-0.145585894584656,-0.395764589309692,-0.906738698482513,0.806203782558441,-0.283151268959045,-0.519481301307678,0.733043313026428,-0.509809672832489,-0.45026832818985,-0.145585894584656,-0.395764589309692,-0.906738698482513,0.0295498017221689,-0.0341866090893745,-0.998978555202484,0.881199657917023,-0.195873767137527,-0.430256426334381,0.806203782558441,-0.283151268959045,-0.519481301307678,0.0295498017221689,-0.0341866090893745,-0.998978555202484,0.119216367602348,0.210633829236031,-0.970268487930298,0.0237975101917982,0.35389631986618,-0.934981882572174,0.83032089471817,0.458669930696487,-0.316526651382446,0.881199657917023,-0.195873767137527,-0.430256426334381,0.119216367602348,0.210633829236031,-0.970268487930298,0.83032089471817,0.458669930696487,-0.316526651382446,0.0237975101917982,0.35389631986618,-0.934981882572174,0.2010737657547,0.0184745993465185,-0.979401826858521,0.785933554172516,0.505191028118134,-0.356497555971146,0.18030746281147,0.0109085766598582,-0.983549892902374,-0.468335539102554,0.0119941225275397,-0.883469223976135,-0.0151818040758371,0.866987466812134,-0.49809867143631,-0.702826619148254,-0.53473562002182,-0.469140410423279,-0.830195009708405,0.0606929957866669,-0.55415940284729,-0.0152411852031946,0.461992621421814,-0.886752724647522,-0.019264692440629,0.0232245903462172,-0.999544620513916,0.278934627771378,-0.774778187274933,-0.567374885082245,-0.240955129265785,-0.788244485855103,-0.566225409507751,-0.469602167606354,-0.0105403708294034,-0.88281524181366,
  570. 0.0360084101557732,-0.0112850982695818,-0.999287843704224,0.666637778282166,-0.487767100334167,-0.563628673553467,0.278934627771378,-0.774778187274933,-0.567374885082245,0.0360084101557732,-0.0112850982695818,-0.999287843704224,-0.00532470876350999,-0.0412594936788082,-0.999134302139282,0.761395573616028,-0.269913792610168,-0.589426279067993,0.666637778282166,-0.487767100334167,-0.563628673553467,-0.00532470876350999,-0.0412594936788082,-0.999134302139282,0.0425306260585785,0.0385215766727924,-0.998352289199829,0.815097332000732,-0.219624310731888,-0.53607976436615,0.761395573616028,-0.269913792610168,-0.589426279067993,0.0425306260585785,0.0385215766727924,-0.998352289199829,0.0708074048161507,0.170138463377953,-0.98287296295166,-0.010381979867816,0.378592878580093,-0.925505042076111,0.785933554172516,0.505191028118134,-0.356497555971146,0.815097332000732,-0.219624310731888,-0.53607976436615,0.0708074048161507,0.170138463377953,-0.98287296295166,0.785933554172516,0.505191028118134,-0.356497555971146,-0.010381979867816,0.378592878580093,-0.925505042076111,0.18030746281147,0.0109085766598582,-0.983549892902374,0.197942703962326,0.00144142867065966,-0.980212569236755,-0.186153694987297,-0.000953735550865531,-0.982520163059235,0.528534948825836,-0.00273124221712351,-0.848907113075256,-0.28778213262558,0.00503184180706739,-0.957682728767395,-0.0155863584950566,-6.55919648124836e-005,-0.999878466129303,-0.0154011333361268,0.154421105980873,-0.987885117530823,0.0146441031247377,-0.0517537146806717,-0.998552441596985,0.0145348589867353,0.152325361967087,-0.988223493099213,0.0235883574932814,-0.00370001117698848,-0.999714910984039,-0.425730764865875,-0.00471570063382387,-0.904837608337402,0.299542337656021,0.00378477550111711,-0.954075455665588,0.0704319551587105,0.0244178343564272,-0.997217774391174,0.00197248486801982,0.0128400847315788,-0.999915659427643,0.0235883574932814,-0.00370001117698848,-0.999714910984039,0.0704319551587105,0.0244178343564272,-0.997217774391174,0.0322412215173244,0.143209114670753,-0.989167213439941,
  571. 0.0863103717565537,0.178099691867828,-0.980219841003418,0.00197248486801982,0.0128400847315788,-0.999915659427643,0.0322412215173244,0.143209114670753,-0.989167213439941,0.000852862489409745,0.08228899538517,-0.996608078479767,0.0200893748551607,0.0596861094236374,-0.998014986515045,0.0863103717565537,0.178099691867828,-0.980219841003418,0.000852862489409745,0.08228899538517,-0.996608078479767,-0.0869579091668129,-0.128496631979942,-0.987890183925629,-0.0365132130682468,-0.116605632007122,-0.992506861686707,-0.00627318071201444,0.121355339884758,-0.992589175701141,0.0200893748551607,0.0596861094236374,-0.998014986515045,-0.0869579091668129,-0.128496631979942,-0.987890183925629,0.197942703962326,0.00144142867065966,-0.980212569236755,-0.00627318071201444,0.121355339884758,-0.992589175701141,-0.0365132130682468,-0.116605632007122,-0.992506861686707,-0.186153694987297,-0.000953735550865531,-0.982520163059235,-0.141354396939278,-0.0202824976295233,-0.989751219749451,-0.694689810276031,-0.620763957500458,-0.363398194313049,-0.00751839531585574,-0.898760318756104,-0.438375860452652,0.366165488958359,-0.0217986423522234,-0.930294394493103,0.0109379654750228,-0.077236719429493,-0.996952831745148,0.00698189344257116,-0.501739799976349,-0.864990413188934,0.562008500099182,-0.153359085321426,-0.812789916992188,0.464978635311127,0.567837357521057,-0.679231643676758,0.082832358777523,0.0423660092055798,-0.995662569999695,0.240822687745094,0.0192695949226618,-0.970377862453461,0.100613653659821,0.748003602027893,-0.656024038791656,-0.297401905059814,0.712348580360413,-0.635697782039642,0.0861876830458641,0.21708120405674,-0.972341179847717,0.082832358777523,0.0423660092055798,-0.995662569999695,-0.297401905059814,0.712348580360413,-0.635697782039642,-0.516798079013824,0.36294549703598,-0.775364518165588,-0.00806436128914356,0.00499769207090139,-0.99995493888855,0.0861876830458641,0.21708120405674,-0.972341179847717,-0.516798079013824,0.36294549703598,-0.775364518165588,-0.473648697137833,0.199427589774132,-0.857837855815887,-0.0772685036063194,-0.21102374792099,-0.974422097206116,
  572. -0.00806436128914356,0.00499769207090139,-0.99995493888855,-0.473648697137833,0.199427589774132,-0.857837855815887,-0.712775826454163,0.179708451032639,-0.677978992462158,-0.694689810276031,-0.620763957500458,-0.363398194313049,0.0107780005782843,-0.316670954227448,-0.948474168777466,-0.0772685036063194,-0.21102374792099,-0.974422097206116,-0.712775826454163,0.179708451032639,-0.677978992462158,-0.141354396939278,-0.0202824976295233,-0.989751219749451,0.0107780005782843,-0.316670954227448,-0.948474168777466,-0.694689810276031,-0.620763957500458,-0.363398194313049,0.2010737657547,0.0184745993465185,-0.979401826858521,-0.311572074890137,-0.00192992901429534,-0.950220465660095,0.02226890809834,-0.010227644816041,-0.999699652194977,-0.477141797542572,0.0172944068908691,-0.878656148910522,-0.00952525436878204,-0.500511050224304,-0.86567759513855,-0.0125979911535978,-0.0161180086433887,-0.999790668487549,0.0136386137455702,-0.444236934185028,-0.895805478096008,0.0174810811877251,-0.0256605967879295,-0.999517917633057,-0.118384458124638,-0.0431051626801491,-0.992031753063202,-0.314152151346207,-0.00974956247955561,-0.949322581291199,0.448402613401413,0.0154078789055347,-0.893698871135712,-0.0480404682457447,0.0169199947267771,-0.998702108860016,-0.145585894584656,-0.395764589309692,-0.906738698482513,-0.118384458124638,-0.0431051626801491,-0.992031753063202,-0.0480404682457447,0.0169199947267771,-0.998702108860016,-0.0162544995546341,0.0134990867227316,-0.999776780605316,0.0295498017221689,-0.0341866090893745,-0.998978555202484,-0.145585894584656,-0.395764589309692,-0.906738698482513,-0.0162544995546341,0.0134990867227316,-0.999776780605316,-0.0550367273390293,-0.0583502911031246,-0.996777892112732,0.119216367602348,0.210633829236031,-0.970268487930298,0.0295498017221689,-0.0341866090893745,-0.998978555202484,-0.0550367273390293,-0.0583502911031246,-0.996777892112732,-0.100876837968826,-0.254816889762878,-0.961713194847107,0.00506522646173835,-0.27247166633606,-0.962150454521179,0.0237975101917982,0.35389631986618,-0.934981882572174,
  573. 0.119216367602348,0.210633829236031,-0.970268487930298,-0.100876837968826,-0.254816889762878,-0.961713194847107,0.2010737657547,0.0184745993465185,-0.979401826858521,0.0237975101917982,0.35389631986618,-0.934981882572174,0.00506522646173835,-0.27247166633606,-0.962150454521179,-0.311572074890137,-0.00192992901429534,-0.950220465660095,-0.186153694987297,-0.000953735550865531,-0.982520163059235,-0.853605210781097,-0.39555498957634,-0.338960587978363,0.051375225186348,-0.744447946548462,-0.66570109128952,0.528534948825836,-0.00273124221712351,-0.848907113075256,0.0145348589867353,0.152325361967087,-0.988223493099213,0.0146441031247377,-0.0517537146806717,-0.998552441596985,0.813248455524445,-0.313276380300522,-0.490392565727234,0.855636596679688,-0.0144037576392293,-0.51737654209137,0.0704319551587105,0.0244178343564272,-0.997217774391174,0.299542337656021,0.00378477550111711,-0.954075455665588,0.283540427684784,0.515553951263428,-0.808584570884705,-0.36423847079277,0.496578544378281,-0.787870526313782,0.0322412215173244,0.143209114670753,-0.989167213439941,0.0704319551587105,0.0244178343564272,-0.997217774391174,-0.36423847079277,0.496578544378281,-0.787870526313782,-0.519339144229889,0.431480437517166,-0.73763906955719,0.000852862489409745,0.08228899538517,-0.996608078479767,0.0322412215173244,0.143209114670753,-0.989167213439941,-0.519339144229889,0.431480437517166,-0.73763906955719,-0.6497443318367,0.543993771076202,-0.530945479869843,-0.0869579091668129,-0.128496631979942,-0.987890183925629,0.000852862489409745,0.08228899538517,-0.996608078479767,-0.6497443318367,0.543993771076202,-0.530945479869843,-0.919671714305878,0.178457215428352,-0.349795669317245,-0.853605210781097,-0.39555498957634,-0.338960587978363,-0.0365132130682468,-0.116605632007122,-0.992506861686707,-0.0869579091668129,-0.128496631979942,-0.987890183925629,-0.919671714305878,0.178457215428352,-0.349795669317245,-0.186153694987297,-0.000953735550865531,-0.982520163059235,-0.0365132130682468,-0.116605632007122,-0.992506861686707,-0.853605210781097,-0.39555498957634,-0.338960587978363,
  574. 0.18030746281147,0.0109085766598582,-0.983549892902374,-0.0110837342217565,-0.0023087440058589,-0.999935865402222,-0.0063373320735991,-0.00230266503058374,-0.999977350234985,-0.468335539102554,0.0119941225275397,-0.883469223976135,-0.019264692440629,0.0232245903462172,-0.999544620513916,-0.0152411852031946,0.461992621421814,-0.886752724647522,-0.00162049755454063,-0.00112837285269052,-0.999998092651367,-0.00162049860227853,6.7707514972426e-007,-0.999998688697815,0.0360084101557732,-0.0112850982695818,-0.999287843704224,-0.469602167606354,-0.0105403708294034,-0.88281524181366,-0.00584953185170889,-8.49892245469164e-009,-0.999982893466949,-0.0101499119773507,9.91886281553889e-006,-0.999948501586914,-0.00532470876350999,-0.0412594936788082,-0.999134302139282,0.0360084101557732,-0.0112850982695818,-0.999287843704224,-0.0101499119773507,9.91886281553889e-006,-0.999948501586914,-0.0102333761751652,-1.8474951502867e-005,-0.999947667121887,0.0425306260585785,0.0385215766727924,-0.998352289199829,-0.00532470876350999,-0.0412594936788082,-0.999134302139282,-0.0102333761751652,-1.8474951502867e-005,-0.999947667121887,-0.0104374382644892,-2.20723959500901e-005,-0.999945521354675,0.0708074048161507,0.170138463377953,-0.98287296295166,0.0425306260585785,0.0385215766727924,-0.998352289199829,-0.0104374382644892,-2.20723959500901e-005,-0.999945521354675,-0.0111028971150517,-4.04620222980157e-005,-0.999938368797302,0.18030746281147,0.0109085766598582,-0.983549892902374,-0.010381979867816,0.378592878580093,-0.925505042076111,-0.0112247988581657,-0.00170204974710941,-0.999935567378998,-0.0110837342217565,-0.0023087440058589,-0.999935865402222,-0.311572074890137,-0.00192992901429534,-0.950220465660095,-0.608027160167694,-0.627764463424683,-0.486019253730774,0.626871645450592,-0.610511779785156,-0.484053045511246,0.02226890809834,-0.010227644816041,-0.999699652194977,0.0174810811877251,-0.0256605967879295,-0.999517917633057,0.0136386137455702,-0.444236934185028,-0.895805478096008,0.803811430931091,-0.0711689293384552,-0.590611755847931,
  575. 0.692234039306641,0.512005627155304,-0.508588671684265,-0.0480404682457447,0.0169199947267771,-0.998702108860016,0.448402613401413,0.0154078789055347,-0.893698871135712,0.244566351175308,0.745959520339966,-0.619460821151733,-0.260254234075546,0.748709976673126,-0.609672963619232,-0.0162544995546341,0.0134990867227316,-0.999776780605316,-0.0480404682457447,0.0169199947267771,-0.998702108860016,-0.260254234075546,0.748709976673126,-0.609672963619232,-0.686977088451386,0.440264970064163,-0.578125596046448,-0.0550367273390293,-0.0583502911031246,-0.996777892112732,-0.0162544995546341,0.0134990867227316,-0.999776780605316,-0.686977088451386,0.440264970064163,-0.578125596046448,-0.763997197151184,0.203898429870605,-0.612154960632324,-0.100876837968826,-0.254816889762878,-0.961713194847107,-0.0550367273390293,-0.0583502911031246,-0.996777892112732,-0.763997197151184,0.203898429870605,-0.612154960632324,-0.811352074146271,0.153745338320732,-0.563977003097534,-0.608027160167694,-0.627764463424683,-0.486019253730774,0.00506522646173835,-0.27247166633606,-0.962150454521179,-0.100876837968826,-0.254816889762878,-0.961713194847107,-0.811352074146271,0.153745338320732,-0.563977003097534,-0.311572074890137,-0.00192992901429534,-0.950220465660095,0.00506522646173835,-0.27247166633606,-0.962150454521179,-0.608027160167694,-0.627764463424683,-0.486019253730774,0.0107780005782843,-0.316670954227448,-0.948474168777466,0.00967274140566587,-0.00294305803254247,-0.999948978424072,0.00945419073104858,-0.000955663272179663,-0.99995481967926,-0.0772685036063194,-0.21102374792099,-0.974422097206116,-0.0111028971150517,-4.04620222980157e-005,-0.999938368797302,-0.0112247988581657,-0.00170204974710941,-0.999935567378998,-0.010381979867816,0.378592878580093,-0.925505042076111,0.0708074048161507,0.170138463377953,-0.98287296295166,0.0048025525175035,0.00246267742477357,-0.99998551607132,0.00975580047816038,0.00234907842241228,-0.999949634075165,-0.141354396939278,-0.0202824976295233,-0.989751219749451,0.366165488958359,-0.0217986423522234,-0.930294394493103,
  576. -0.00014553134678863,4.11821019952185e-007,-1,-0.000145570360473357,0.00121179944835603,-0.999999284744263,0.00698189344257116,-0.501739799976349,-0.864990413188934,0.0109379654750228,-0.077236719429493,-0.996952831745148,0.00508838566020131,-0.000453946791822091,-0.999986946582794,0.000871007447130978,2.46995028874153e-008,-0.999999642372131,0.240822687745094,0.0192695949226618,-0.970377862453461,0.082832358777523,0.0423660092055798,-0.995662569999695,0.00991612393409014,0.00041664982563816,-0.999950766563416,0.00508838566020131,-0.000453946791822091,-0.999986946582794,0.082832358777523,0.0423660092055798,-0.995662569999695,0.0861876830458641,0.21708120405674,-0.972341179847717,0.0107509912922978,-7.10324384272099e-005,-0.999942243099213,0.00991612393409014,0.00041664982563816,-0.999950766563416,0.0861876830458641,0.21708120405674,-0.972341179847717,-0.00806436128914356,0.00499769207090139,-0.99995493888855,0.00945419073104858,-0.000955663272179663,-0.99995481967926,0.0107509912922978,-7.10324384272099e-005,-0.999942243099213,-0.00806436128914356,0.00499769207090139,-0.99995493888855,-0.0772685036063194,-0.21102374792099,-0.974422097206116,0.00975580047816038,0.00234907842241228,-0.999949634075165,0.00967274140566587,-0.00294305803254247,-0.999948978424072,0.0107780005782843,-0.316670954227448,-0.948474168777466,-0.141354396939278,-0.0202824976295233,-0.989751219749451,0.913628041744232,0.375174105167389,0.156615078449249,0.833025991916656,0.00144927366636693,-0.553231835365295,0.473910719156265,0.00503692962229252,-0.880558490753174,0.567342340946198,0.581680536270142,-0.582898378372192,-0.0897265300154686,-0.312195688486099,-0.945771098136902,-0.0944471955299377,-7.57416491978802e-005,-0.99552983045578,0.687670886516571,0.154239252209663,-0.709449708461761,0.696000874042511,-6.55584954074584e-005,-0.718040943145752,0.764929294586182,-0.474078148603439,-0.436042815446854,0.392616331577301,-0.447603523731232,-0.80343222618103,0.339161604642868,-0.00472014863044024,-0.94071626663208,0.723716080188751,-0.00366253755055368,-0.690088093280792,
  577. 0.946718692779541,-0.322049617767334,0.00280375895090401,0.764929294586182,-0.474078148603439,-0.436042815446854,0.723716080188751,-0.00366253755055368,-0.690088093280792,0.708464801311493,0.0129008358344436,-0.705628395080566,0.965856313705444,-0.191441833972931,0.174561202526093,0.946718692779541,-0.322049617767334,0.00280375895090401,0.708464801311493,0.0129008358344436,-0.705628395080566,0.754155874252319,0.178111493587494,-0.632080137729645,0.982217490673065,-0.0419585965573788,0.182997897267342,0.965856313705444,-0.191441833972931,0.174561202526093,0.754155874252319,0.178111493587494,-0.632080137729645,0.719916045665741,0.0596933960914612,-0.691489398479462,0.697442054748535,0.121249921619892,-0.706309378147125,0.913628041744232,0.375174105167389,0.156615078449249,0.982217490673065,-0.0419585965573788,0.182997897267342,0.719916045665741,0.0596933960914612,-0.691489398479462,0.913628041744232,0.375174105167389,0.156615078449249,0.697442054748535,0.121249921619892,-0.706309378147125,0.833025991916656,0.00144927366636693,-0.553231835365295,0.810848355293274,0.458479702472687,0.363760054111481,0.834788382053375,0.0184657946228981,-0.550261318683624,0.283567160367966,0.0172818917781115,-0.958796620368958,0.336373656988144,0.858102262020111,-0.38796055316925,-0.220532178878784,-0.0627527311444283,-0.973358929157257,-0.177704662084579,0.594665944576263,-0.784087657928467,0.698039293289185,-0.0160265751183033,-0.71588009595871,0.605432093143463,-0.500385403633118,-0.618923723697662,0.564505577087402,-0.825016915798187,-0.0260852873325348,0.154043361544609,-0.873848557472229,-0.461149901151657,0.449083000421524,-0.0097423056140542,-0.893436849117279,0.617245197296143,-0.043236006051302,-0.785581886768341,0.836892426013947,-0.509694278240204,0.199556440114975,0.564505577087402,-0.825016915798187,-0.0260852873325348,0.617245197296143,-0.043236006051302,-0.785581886768341,0.5383220911026,-0.395567536354065,-0.744134128093719,0.937486708164215,-0.28277599811554,0.202870517969131,0.836892426013947,-0.509694278240204,0.199556440114975,
  578. 0.5383220911026,-0.395567536354065,-0.744134128093719,0.727404356002808,-0.0337559655308723,-0.68537825345993,0.927143454551697,-0.195664763450623,0.319562703371048,0.937486708164215,-0.28277599811554,0.202870517969131,0.727404356002808,-0.0337559655308723,-0.68537825345993,0.770398378372192,0.210957258939743,-0.601650595664978,0.677956640720367,0.353901296854019,-0.644304752349854,0.810848355293274,0.458479702472687,0.363760054111481,0.927143454551697,-0.195664763450623,0.319562703371048,0.770398378372192,0.210957258939743,-0.601650595664978,0.810848355293274,0.458479702472687,0.363760054111481,0.677956640720367,0.353901296854019,-0.644304752349854,0.834788382053375,0.0184657946228981,-0.550261318683624,0.807688236236572,0.505329132080078,0.303779810667038,0.82299679517746,0.0109081408008933,-0.567941188812256,0.293381959199905,0.01199244055897,-0.955920100212097,0.341203629970551,0.867198944091797,-0.36269274353981,-0.165469408035278,-0.534942746162415,-0.828526496887207,-0.195486471056938,0.0607033036649227,-0.978825867176056,0.616162300109863,0.462198913097382,-0.637743175029755,0.693154633045197,0.0232154056429863,-0.720414996147156,0.598351180553436,-0.774945616722107,-0.203556180000305,0.229808509349823,-0.788535237312317,-0.570438742637634,0.292039096355438,-0.0105386627838016,-0.956348299980164,0.732173442840576,-0.0112497163936496,-0.681025385856628,0.869889736175537,-0.487790614366531,0.0731573700904846,0.598351180553436,-0.774945616722107,-0.203556180000305,0.732173442840576,-0.0112497163936496,-0.681025385856628,0.702734351158142,-0.0412276461720467,-0.710256695747375,0.955143213272095,-0.269864827394485,0.12196059525013,0.869889736175537,-0.487790614366531,0.0731573700904846,0.702734351158142,-0.0412276461720467,-0.710256695747375,0.736055910587311,0.0386575162410736,-0.675816118717194,0.95540577173233,-0.219591960310936,0.197431266307831,0.955143213272095,-0.269864827394485,0.12196059525013,0.736055910587311,0.0386575162410736,-0.675816118717194,0.74508011341095,0.170182332396507,-0.644898056983948,
  579. 0.647044122219086,0.378750860691071,-0.661726295948029,0.807688236236572,0.505329132080078,0.303779810667038,0.95540577173233,-0.219591960310936,0.197431266307831,0.74508011341095,0.170182332396507,-0.644898056983948,0.807688236236572,0.505329132080078,0.303779810667038,0.647044122219086,0.378750860691071,-0.661726295948029,0.82299679517746,0.0109081408008933,-0.567941188812256,0.833025991916656,0.00144927366636693,-0.553231835365295,0.563120245933533,-0.000953855575062335,-0.826374411582947,0.973949432373047,-0.00273290299810469,-0.226748928427696,0.473910719156265,0.00503692962229252,-0.880558490753174,0.696000874042511,-6.55584954074584e-005,-0.718040943145752,0.687670886516571,0.154239252209663,-0.709449708461761,0.716446340084076,-0.0516093783080578,-0.695730686187744,0.709065079689026,0.152281403541565,-0.688503623008728,0.723716080188751,-0.00366253755055368,-0.690088093280792,0.339161604642868,-0.00472014863044024,-0.94071626663208,0.886432886123657,0.00378514011390507,-0.462841600179672,0.755108416080475,0.0244678873568773,-0.655143320560455,0.708464801311493,0.0129008358344436,-0.705628395080566,0.723716080188751,-0.00366253755055368,-0.690088093280792,0.755108416080475,0.0244678873568773,-0.655143320560455,0.722250878810883,0.143246918916702,-0.676634311676025,0.754155874252319,0.178111493587494,-0.632080137729645,0.708464801311493,0.0129008358344436,-0.705628395080566,0.722250878810883,0.143246918916702,-0.676634311676025,0.705173134803772,0.0818156898021698,-0.704299032688141,0.719916045665741,0.0596933960914612,-0.691489398479462,0.754155874252319,0.178111493587494,-0.632080137729645,0.705173134803772,0.0818156898021698,-0.704299032688141,0.63700258731842,-0.128624588251114,-0.76005482673645,0.675995051860809,-0.116506993770599,-0.727637946605682,0.697442054748535,0.121249921619892,-0.706309378147125,0.719916045665741,0.0596933960914612,-0.691489398479462,0.63700258731842,-0.128624588251114,-0.76005482673645,0.833025991916656,0.00144927366636693,-0.553231835365295,0.697442054748535,0.121249921619892,-0.706309378147125,
  580. 0.675995051860809,-0.116506993770599,-0.727637946605682,0.563120245933533,-0.000953855575062335,-0.826374411582947,0.600048840045929,-0.0202923249453306,-0.799705922603607,-0.234018951654434,-0.620925962924957,-0.748121678829193,0.304734170436859,-0.898794233798981,-0.315128445625305,0.916846096515656,-0.0217910371720791,-0.398645550012589,0.712694942951202,-0.0771879255771637,-0.697214484214783,0.616528511047363,-0.5018550157547,-0.606658220291138,0.972251415252686,-0.153250694274902,-0.176752999424934,0.809022665023804,0.56805294752121,-0.150990694761276,0.762681901454926,0.0423872023820877,-0.645383358001709,0.856596291065216,0.0192623101174831,-0.51562762260437,0.534949243068695,0.748242676258087,-0.392379969358444,0.238908722996712,0.712554931640625,-0.659687876701355,0.748507857322693,0.217127338051796,-0.626571297645569,0.762681901454926,0.0423872023820877,-0.645383358001709,0.238908722996712,0.712554931640625,-0.659687876701355,0.182191103696823,0.363028943538666,-0.913792312145233,0.701386868953705,0.00502987671643496,-0.712763011455536,0.748507857322693,0.217127338051796,-0.626571297645569,0.182191103696823,0.363028943538666,-0.913792312145233,0.271068274974823,0.19934493303299,-0.941691875457764,0.634507894515991,-0.210801094770432,-0.743614614009857,0.701386868953705,0.00502987671643496,-0.712763011455536,0.271068274974823,0.19934493303299,-0.941691875457764,-0.0242762193083763,0.179674327373505,-0.983426511287689,-0.234018951654434,-0.620925962924957,-0.748121678829193,0.678296327590942,-0.316656172275543,-0.663055956363678,0.634507894515991,-0.210801094770432,-0.743614614009857,-0.0242762193083763,0.179674327373505,-0.983426511287689,0.600048840045929,-0.0202923249453306,-0.799705922603607,0.678296327590942,-0.316656172275543,-0.663055956363678,-0.234018951654434,-0.620925962924957,-0.748121678829193,0.834788382053375,0.0184657946228981,-0.550261318683624,0.451644331216812,-0.00193606875836849,-0.892195999622345,0.72270792722702,-0.0102204494178295,-0.691078007221222,0.283567160367966,0.0172818917781115,-0.958796620368958,
  581. 0.605432093143463,-0.500385403633118,-0.618923723697662,0.698039293289185,-0.0160265751183033,-0.71588009595871,0.643062949180603,-0.444289028644562,-0.623760640621185,0.719135940074921,-0.0256329346448183,-0.694396495819092,0.617245197296143,-0.043236006051302,-0.785581886768341,0.449083000421524,-0.0097423056140542,-0.893436849117279,0.949092328548431,0.0154001647606492,-0.314621180295944,0.672216951847076,0.0169224478304386,-0.740160822868347,0.5383220911026,-0.395567536354065,-0.744134128093719,0.617245197296143,-0.043236006051302,-0.785581886768341,0.672216951847076,0.0169224478304386,-0.740160822868347,0.695434987545013,0.0134575236588717,-0.718463063240051,0.727404356002808,-0.0337559655308723,-0.68537825345993,0.5383220911026,-0.395567536354065,-0.744134128093719,0.695434987545013,0.0134575236588717,-0.718463063240051,0.665913760662079,-0.0583117306232452,-0.743746340274811,0.770398378372192,0.210957258939743,-0.601650595664978,0.727404356002808,-0.0337559655308723,-0.68537825345993,0.665913760662079,-0.0583117306232452,-0.743746340274811,0.608750581741333,-0.254677295684814,-0.751373469829559,0.683926582336426,-0.272402971982956,-0.676787257194519,0.677956640720367,0.353901296854019,-0.644304752349854,0.770398378372192,0.210957258939743,-0.601650595664978,0.608750581741333,-0.254677295684814,-0.751373469829559,0.834788382053375,0.0184657946228981,-0.550261318683624,0.677956640720367,0.353901296854019,-0.644304752349854,0.683926582336426,-0.272402971982956,-0.676787257194519,0.451644331216812,-0.00193606875836849,-0.892195999622345,0.563120245933533,-0.000953855575062335,-0.826374411582947,-0.363849252462387,-0.395370215177536,-0.8433837890625,0.50721663236618,-0.744127929210663,-0.434746891260147,0.973949432373047,-0.00273290299810469,-0.226748928427696,0.709065079689026,0.152281403541565,-0.688503623008728,0.716446340084076,-0.0516093783080578,-0.695730686187744,0.921907246112823,-0.313151150941849,0.228086352348328,0.970921993255615,-0.0143749145790935,0.238963842391968,0.755108416080475,0.0244678873568773,-0.655143320560455,
  582. 0.886432886123657,0.00378514011390507,-0.462841600179672,0.77242910861969,0.515391290187836,-0.371113359928131,0.300241112709045,0.496558040380478,-0.814423382282257,0.722250878810883,0.143246918916702,-0.676634311676025,0.755108416080475,0.0244678873568773,-0.655143320560455,0.300241112709045,0.496558040380478,-0.814423382282257,0.154578164219856,0.431106477975845,-0.888961613178253,0.705173134803772,0.0818156898021698,-0.704299032688141,0.722250878810883,0.143246918916702,-0.676634311676025,0.154578164219856,0.431106477975845,-0.888961613178253,-0.0843859389424324,0.542679369449615,-0.835690200328827,0.63700258731842,-0.128624588251114,-0.76005482673645,0.705173134803772,0.0818156898021698,-0.704299032688141,-0.0843859389424324,0.542679369449615,-0.835690200328827,-0.403007656335831,0.178037852048874,-0.897712230682373,-0.363849252462387,-0.395370215177536,-0.8433837890625,0.675995051860809,-0.116506993770599,-0.727637946605682,0.63700258731842,-0.128624588251114,-0.76005482673645,-0.403007656335831,0.178037852048874,-0.897712230682373,0.563120245933533,-0.000953855575062335,-0.826374411582947,0.675995051860809,-0.116506993770599,-0.727637946605682,-0.363849252462387,-0.395370215177536,-0.8433837890625,0.82299679517746,0.0109081408008933,-0.567941188812256,0.699230670928955,-0.00230855657719076,-0.714892387390137,0.702596664428711,-0.0023026370909065,-0.711584687232971,0.293381959199905,0.01199244055897,-0.955920100212097,0.693154633045197,0.0232154056429863,-0.720414996147156,0.616162300109863,0.462198913097382,-0.637743175029755,0.705944538116455,-0.00112835946492851,-0.708266258239746,0.705944955348969,6.76652575748449e-007,-0.708266735076904,0.732173442840576,-0.0112497163936496,-0.681025385856628,0.292039096355438,-0.0105386627838016,-0.956348299980164,0.702957987785339,0,-0.711231410503387,0.699892222881317,1.07029045466334e-005,-0.714248538017273,0.702734351158142,-0.0412276461720467,-0.710256695747375,0.732173442840576,-0.0112497163936496,-0.681025385856628,0.699892222881317,1.07029045466334e-005,-0.714248538017273,
  583. 0.699825704097748,-1.8352757251705e-005,-0.714313626289368,0.736055910587311,0.0386575162410736,-0.675816118717194,0.702734351158142,-0.0412276461720467,-0.710256695747375,0.699825704097748,-1.8352757251705e-005,-0.714313626289368,0.699682414531708,-2.1346117137e-005,-0.714453995227814,0.74508011341095,0.170182332396507,-0.644898056983948,0.736055910587311,0.0386575162410736,-0.675816118717194,0.699682414531708,-2.1346117137e-005,-0.714453995227814,0.699224770069122,-3.92826586903539e-005,-0.714901983737946,0.82299679517746,0.0109081408008933,-0.567941188812256,0.647044122219086,0.378750860691071,-0.661726295948029,0.699139177799225,-0.00170235557015985,-0.714983582496643,0.699230670928955,-0.00230855657719076,-0.714892387390137,0.451644331216812,-0.00193606875836849,-0.892195999622345,-0.0861290618777275,-0.627809524536133,-0.773587107658386,0.785622000694275,-0.610360443592072,0.101283125579357,0.72270792722702,-0.0102204494178295,-0.691078007221222,0.719135940074921,-0.0256329346448183,-0.694396495819092,0.643062949180603,-0.444289028644562,-0.623760640621185,0.985936641693115,-0.0711439549922943,0.151220291852951,0.849094331264496,0.51192718744278,0.130266353487968,0.672216951847076,0.0169224478304386,-0.740160822868347,0.949092328548431,0.0154001647606492,-0.314621180295944,0.610914766788483,0.746085464954376,-0.264839023351669,0.246929869055748,0.748764276504517,-0.615124225616455,0.695434987545013,0.0134575236588717,-0.718463063240051,0.672216951847076,0.0169224478304386,-0.740160822868347,0.246929869055748,0.748764276504517,-0.615124225616455,-0.0767624750733376,0.440199047327042,-0.894612908363342,0.665913760662079,-0.0583117306232452,-0.743746340274811,0.695434987545013,0.0134575236588717,-0.718463063240051,-0.0767624750733376,0.440199047327042,-0.894612908363342,-0.107043616473675,0.203796997666359,-0.973143577575684,0.608750581741333,-0.254677295684814,-0.751373469829559,0.665913760662079,-0.0583117306232452,-0.743746340274811,-0.107043616473675,0.203796997666359,-0.973143577575684,-0.174548581242561,0.153704315423965,-0.972577929496765,
  584. -0.0861290618777275,-0.627809524536133,-0.773587107658386,0.683926582336426,-0.272402971982956,-0.676787257194519,0.608750581741333,-0.254677295684814,-0.751373469829559,-0.174548581242561,0.153704315423965,-0.972577929496765,0.451644331216812,-0.00193606875836849,-0.892195999622345,0.683926582336426,-0.272402971982956,-0.676787257194519,-0.0861290618777275,-0.627809524536133,-0.773587107658386,0.678296327590942,-0.316656172275543,-0.663055956363678,0.713923156261444,-0.00294366991147399,-0.700217962265015,0.713774144649506,-0.000956182717345655,-0.700375258922577,0.634507894515991,-0.210801094770432,-0.743614614009857,0.699224770069122,-3.92826586903539e-005,-0.714901983737946,0.699139177799225,-0.00170235557015985,-0.714983582496643,0.647044122219086,0.378750860691071,-0.661726295948029,0.74508011341095,0.170182332396507,-0.644898056983948,0.710487484931946,0.00246271467767656,-0.703705608844757,0.7139732837677,0.00234948145225644,-0.700169026851654,0.600048840045929,-0.0202923249453306,-0.799705922603607,0.916846096515656,-0.0217910371720791,-0.398645550012589,0.707008719444275,4.10966748631836e-007,-0.707204878330231,0.707008123397827,0.00121182156726718,-0.707204341888428,0.616528511047363,-0.5018550157547,-0.606658220291138,0.712694942951202,-0.0771879255771637,-0.697214484214783,0.710696399211884,-0.000456430192571133,-0.703498780727386,0.707726061344147,-7.70183277154501e-008,-0.706486999988556,0.856596291065216,0.0192623101174831,-0.51562762260437,0.762681901454926,0.0423872023820877,-0.645383358001709,0.714101612567902,0.000418922631070018,-0.700041949748993,0.710696399211884,-0.000456430192571133,-0.703498780727386,0.762681901454926,0.0423872023820877,-0.645383358001709,0.748507857322693,0.217127338051796,-0.626571297645569,0.714687585830688,-7.21084943506867e-005,-0.699443817138672,0.714101612567902,0.000418922631070018,-0.700041949748993,0.748507857322693,0.217127338051796,-0.626571297645569,0.701386868953705,0.00502987671643496,-0.712763011455536,0.713774144649506,-0.000956182717345655,-0.700375258922577,
  585. 0.714687585830688,-7.21084943506867e-005,-0.699443817138672,0.701386868953705,0.00502987671643496,-0.712763011455536,0.634507894515991,-0.210801094770432,-0.743614614009857,0.7139732837677,0.00234948145225644,-0.700169026851654,0.713923156261444,-0.00294366991147399,-0.700217962265015,0.678296327590942,-0.316656172275543,-0.663055956363678,0.600048840045929,-0.0202923249453306,-0.799705922603607
  586. }
  587. TangentsW: *2512 {
  588. 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,
  589. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
  590. 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1
  591. }
  592. }
  593. LayerElementUV: 0 {
  594. Version: 101
  595. Name: "map1"
  596. MappingInformationType: "ByPolygonVertex"
  597. ReferenceInformationType: "IndexToDirect"
  598. UV: *1712 {
  599. a: 0.232423886656761,4.86769485473633,0.232400625944138,4.99540090560913,2.23242378234863,0.869797706604004,0.23243436217308,4.64374923706055,2.23240065574646,0.995400846004486,0.232432574033737,4.72014570236206,0.232431456446648,4.75221252441406,0.232429772615433,4.7879810333252,0.232428044080734,4.8192834854126,0.509903967380524,4.86769485473633,0.509889125823975,4.99540138244629,2.50990390777588,0.869797945022583,0.509910643100739,4.64374971389771,2.50988912582397,0.995401084423065,0.509909510612488,4.72014617919922,0.50990879535675,4.75221300125122,0.509907722473145,4.78798151016235,0.509906649589539,4.8192834854126,0.741219520568848,4.86769580841064,0.741211652755737,4.99540138244629,2.74121952056885,0.869798123836517,0.741222977638245,4.64375019073486,2.74121165275574,0.995401263237,0.741222381591797,4.72014617919922,0.741222023963928,4.75221347808838,0.74122142791748,4.78798151016235,0.741220891475677,4.8192834854126,0.236916303634644,4.869797706604,0.236893430352211,4.99540090560913,2.23691630363464,0.869797706604004,0.236926957964897,4.64374923706055,2.23689341545105,0.995400786399841,0.236925184726715,4.72014570236206,0.236924067139626,4.75221252441406,0.236922398209572,4.7879810333252,0.236920684576035,4.8192834854126,0.236916795372963,4.86559247970581,0.229315206408501,4.869797706604,0.22929210960865,4.99540090560913,2.22931528091431,0.869797706604004,0.229325965046883,4.64374923706055,2.22929215431213,0.995400846004486,0.229324176907539,4.72014570236206,0.22932305932045,4.75221252441406,0.229321375489235,4.7879810333252,0.229319632053375,4.8192834854126,0.229315713047981,4.86559247970581,0.513056814670563,4.869797706604,0.513042211532593,4.99540138244629,2.51305675506592,0.869798004627228,0.513063609600067,4.64374971389771,2.51304221153259,0.99540114402771,0.513062477111816,4.72014617919922,0.513061761856079,4.75221300125122,0.513060748577118,4.78798151016235,0.513059675693512,4.8192834854126,0.513057172298431,4.86559247970581,0.507427573204041,4.869797706604,0.507412850856781,4.99540138244629,
  600. 2.50742769241333,0.869797945022583,0.50743442773819,4.64374971389771,2.50741291046143,0.995401084423065,0.507433295249939,4.72014617919922,0.507432639598846,4.75221300125122,0.50743156671524,4.78798151016235,0.50743043422699,4.8192834854126,0.507427930831909,4.86559247970581,0.744809806346893,4.86979818344116,0.744802117347717,4.99540138244629,2.74480986595154,0.869798123836517,0.744813323020935,4.64375019073486,2.74480199813843,0.995401263237,0.744812726974487,4.72014617919922,0.744812369346619,4.75221347808838,0.744811773300171,4.78798198699951,0.744811236858368,4.8192834854126,0.744810044765472,4.86559295654297,0.730598151683807,4.87007570266724,0.736596763134003,4.99540138244629,2.73660469055176,0.869798123836517,0.736608266830444,4.64375019073486,2.73659682273865,0.995401263237,0.736607670783997,4.72014617919922,0.736607253551483,4.75221300125122,0.736606657505035,4.78798151016235,0.736606180667877,4.8192834854126,0.731324970722198,4.8655800819397,0.978760361671448,4.86979818344116,0.930785179138184,4.64375019073486,2.93078231811523,0.995401382446289,0.959623575210571,4.72014617919922,0.969849050045013,4.78798198699951,0.979805171489716,4.8192834854126,0.930778086185455,4.99540138244629,2.93078017234802,0.869798302650452,0.969663143157959,4.75221347808838,0.979913115501404,4.86559295654297,0.0737122222781181,4.99540042877197,2.07374000549316,0.869797587394714,0.0337869375944138,4.75221252441406,0.0235708970576525,4.86559200286865,0.0247392766177654,4.869797706604,0.0745338350534439,4.64374923706055,2.07449316978455,0.995400786399841,0.0438530296087265,4.72014570236206,0.0340603813529015,4.7879810333252,0.0235724002122879,4.81928300857544,0.232423886656761,3.86769509315491,0.236916303634644,3.869797706604,0.236893430352211,3.99540090560913,0.232400625944138,3.99540090560913,1.23240065574646,0.995400846004486,1.23242366313934,0.869797706604004,1.23691630363464,0.869797706604004,1.23689341545105,0.995400786399841,0.232432574033737,3.72014570236206,0.23243436217308,3.64374923706055,0.236926957964897,3.64374923706055,
  601. 0.236925184726715,3.72014570236206,0.232431456446648,3.75221252441406,0.236924067139626,3.75221252441406,0.232429772615433,3.7879810333252,0.236922398209572,3.7879810333252,0.232428044080734,3.8192834854126,0.236920684576035,3.8192834854126,0.236916795372963,3.86559247970581,0.509903967380524,3.86769509315491,0.513056814670563,3.869797706604,0.513042211532593,3.99540138244629,0.509889125823975,3.99540138244629,1.50988912582397,0.995401084423065,1.50990378856659,0.869797945022583,1.51305675506592,0.869798004627228,1.51304221153259,0.99540114402771,0.509909510612488,3.72014617919922,0.509910643100739,3.64374971389771,0.513063609600067,3.64374971389771,0.513062477111816,3.72014617919922,0.50990879535675,3.75221300125122,0.513061761856079,3.75221300125122,0.509907722473145,3.78798151016235,0.513060748577118,3.78798151016235,0.509906649589539,3.8192834854126,0.513059675693512,3.8192834854126,0.513057172298431,3.86559247970581,0.741219520568848,3.86769556999207,0.744809806346893,3.86979818344116,0.744802117347717,3.99540138244629,0.741211652755737,3.99540138244629,1.74121165275574,0.995401263237,1.74121940135956,0.869798123836517,1.74480986595154,0.869798123836517,1.74480211734772,0.995401263237,0.741222381591797,3.72014617919922,0.741222977638245,3.64375019073486,0.744813323020935,3.64375019073486,0.744812726974487,3.72014617919922,0.741222023963928,3.75221347808838,0.744812369346619,3.75221347808838,0.74122142791748,3.78798151016235,0.744811773300171,3.78798198699951,0.741220891475677,3.8192834854126,0.744811236858368,3.8192834854126,0.744810044765472,3.86559295654297,0.507427573204041,3.869797706604,0.507412850856781,3.99540138244629,1.50742757320404,0.869797945022583,1.50741291046143,0.995401084423065,0.50743442773819,3.64374971389771,0.507433295249939,3.72014617919922,0.507432639598846,3.75221300125122,0.50743156671524,3.78798151016235,0.50743043422699,3.8192834854126,0.507427930831909,3.86559247970581,0.229315206408501,3.869797706604,0.22929210960865,3.99540090560913,1.22929215431213,0.995400846004486,1.22931516170502,
  602. 0.869797706604004,0.229324176907539,3.72014570236206,0.229325965046883,3.64374923706055,0.22932305932045,3.75221252441406,0.229321375489235,3.7879810333252,0.229319632053375,3.8192834854126,0.229315713047981,3.86559247970581,0.730598151683807,3.87007570266724,0.736596763134003,3.99540138244629,1.73660469055176,0.869798123836517,1.73659682273865,0.995401263237,0.736608266830444,3.64375019073486,0.736607670783997,3.72014617919922,0.736607253551483,3.75221300125122,0.736606657505035,3.78798151016235,0.736606180667877,3.8192834854126,0.731324970722198,3.8655800819397,0.978760361671448,3.86979818344116,0.930778086185455,3.99540138244629,1.93078017234802,0.869798302650452,1.93078219890594,0.995401382446289,0.930785179138184,3.64375019073486,0.959623575210571,3.72014617919922,0.969663143157959,3.75221347808838,0.969849050045013,3.78798198699951,0.979805171489716,3.8192834854126,0.979913115501404,3.86559295654297,0.0235708970576525,3.86559200286865,0.0235724002122879,3.81928300857544,0.0737122222781181,3.99540042877197,0.0247392766177654,3.869797706604,1.07449316978455,0.995400786399841,1.07374000549316,0.869797587394714,0.0438530296087265,3.72014570236206,0.0745338350534439,3.64374923706055,0.0337869375944138,3.75221252441406,0.0340603813529015,3.7879810333252,0.232423886656761,2.86769509315491,0.236916303634644,2.869797706604,0.236893430352211,2.99540090560913,0.232400625944138,2.99540090560913,3.23240065574646,0.995400846004486,3.23242378234863,0.869797706604004,3.23691630363464,0.869797706604004,3.23689341545105,0.995400786399841,0.232432574033737,2.72014570236206,0.23243436217308,2.64374947547913,0.236926957964897,2.64374947547913,0.236925184726715,2.72014570236206,0.232431456446648,2.75221276283264,0.236924067139626,2.75221276283264,0.232429772615433,2.78798127174377,0.236922398209572,2.78798127174377,0.232428044080734,2.81928324699402,0.236920684576035,2.81928324699402,0.236916795372963,2.86559247970581,0.509903967380524,2.86769533157349,0.513056814670563,2.86979794502258,0.513042211532593,2.99540114402771,0.509889125823975,
  603. 2.99540114402771,3.50988912582397,0.995401084423065,3.50990390777588,0.869797945022583,3.51305675506592,0.869798004627228,3.51304221153259,0.99540114402771,0.509909510612488,2.72014594078064,0.509910643100739,2.64374971389771,0.513063609600067,2.64374971389771,0.513062477111816,2.72014594078064,0.50990879535675,2.75221300125122,0.513061761856079,2.75221300125122,0.509907722473145,2.78798151016235,0.513060748577118,2.78798151016235,0.509906649589539,2.8192834854126,0.513059675693512,2.8192834854126,0.513057172298431,2.86559247970581,0.741219520568848,2.86769533157349,0.744809806346893,2.86979818344116,0.744802117347717,2.99540138244629,0.741211652755737,2.99540138244629,3.74121165275574,0.995401263237,3.74121952056885,0.869798123836517,3.74480986595154,0.869798123836517,3.74480199813843,0.995401263237,0.741222381591797,2.72014617919922,0.741222977638245,2.64374995231628,0.744813323020935,2.64374995231628,0.744812726974487,2.72014617919922,0.741222023963928,2.7522132396698,0.744812369346619,2.7522132396698,0.74122142791748,2.78798151016235,0.744811773300171,2.78798174858093,0.741220891475677,2.8192834854126,0.744811236858368,2.8192834854126,0.744810044765472,2.86559271812439,0.507427573204041,2.86979794502258,0.507412850856781,2.99540114402771,3.50742769241333,0.869797945022583,3.50741291046143,0.995401084423065,0.50743442773819,2.64374971389771,0.507433295249939,2.72014594078064,0.507432639598846,2.75221300125122,0.50743156671524,2.78798151016235,0.50743043422699,2.8192834854126,0.507427930831909,2.86559247970581,0.229315206408501,2.869797706604,0.22929210960865,2.99540090560913,3.22929215431213,0.995400846004486,3.22931528091431,0.869797706604004,0.229324176907539,2.72014570236206,0.229325965046883,2.64374923706055,0.22932305932045,2.75221276283264,0.229321375489235,2.78798127174377,0.229319632053375,2.81928324699402,0.229315713047981,2.86559247970581,0.730598151683807,2.87007570266724,0.736596763134003,2.99540138244629,3.73660469055176,0.869798123836517,3.73659682273865,0.995401263237,0.736608266830444,2.64374995231628,
  604. 0.736607670783997,2.72014617919922,0.736607253551483,2.75221300125122,0.736606657505035,2.78798151016235,0.736606180667877,2.8192834854126,0.731324970722198,2.8655800819397,0.978760361671448,2.86979818344116,0.930778086185455,2.99540138244629,3.93078017234802,0.869798302650452,3.93078231811523,0.995401382446289,0.930785179138184,2.64375019073486,0.959623575210571,2.7201464176178,0.969663143157959,2.7522132396698,0.969849050045013,2.78798174858093,0.979805171489716,2.81928372383118,0.979913115501404,2.86559295654297,0.0235708970576525,2.86559224128723,0.0235724002122879,2.81928300857544,0.0737122222781181,2.99540066719055,0.0247392766177654,2.869797706604,3.07449316978455,0.995400786399841,3.07374000549316,0.869797587394714,0.0438530296087265,2.72014570236206,0.0745338350534439,2.64374923706055,0.0337869375944138,2.75221252441406,0.0340603813529015,2.7879810333252,0.232423886656761,1.86769509315491,0.236916303634644,1.869797706604,0.236893430352211,1.99540090560913,0.232400625944138,1.99540090560913,4.23240089416504,0.995400846004486,4.23242378234863,0.869797706604004,4.23691654205322,0.869797706604004,4.23689365386963,0.995400786399841,0.232432574033737,1.72014570236206,0.23243436217308,1.64374947547913,0.236926957964897,1.64374947547913,0.236925184726715,1.72014570236206,0.232431456446648,1.75221276283264,0.236924067139626,1.75221276283264,0.232429772615433,1.78798127174377,0.236922398209572,1.78798127174377,0.232428044080734,1.81928324699402,0.236920684576035,1.81928324699402,0.236916795372963,1.86559236049652,0.509903967380524,1.8676952123642,0.513056814670563,1.86979794502258,0.513042211532593,1.99540114402771,0.509889125823975,1.99540114402771,4.50988912582397,0.995401084423065,4.50990390777588,0.869797945022583,4.51305675506592,0.869798004627228,4.51304244995117,0.99540114402771,0.509909510612488,1.72014594078064,0.509910643100739,1.64374971389771,0.513063609600067,1.64374971389771,0.513062477111816,1.72014594078064,0.50990879535675,1.75221300125122,0.513061761856079,1.75221300125122,0.509907722473145,1.78798139095306,
  605. 0.513060748577118,1.78798139095306,0.509906649589539,1.81928336620331,0.513059675693512,1.8192834854126,0.513057172298431,1.86559247970581,0.741219520568848,1.86769533157349,0.744809806346893,1.86979806423187,0.744802117347717,1.995401263237,0.741211652755737,1.995401263237,4.74121189117432,0.995401263237,4.74121952056885,0.869798123836517,4.74481010437012,0.869798123836517,4.74480199813843,0.995401263237,0.741222381591797,1.72014617919922,0.741222977638245,1.64374995231628,0.744813323020935,1.64374995231628,0.744812726974487,1.72014617919922,0.741222023963928,1.7522132396698,0.744812369346619,1.7522132396698,0.74122142791748,1.78798162937164,0.744811773300171,1.78798174858093,0.741220891475677,1.8192834854126,0.744811236858368,1.8192834854126,0.744810044765472,1.86559271812439,0.507427573204041,1.86979794502258,0.507412850856781,1.99540114402771,4.50742769241333,0.869797945022583,4.50741291046143,0.995401084423065,0.50743442773819,1.64374971389771,0.507433295249939,1.72014594078064,0.507432639598846,1.75221300125122,0.50743156671524,1.78798139095306,0.50743043422699,1.81928336620331,0.507427930831909,1.86559247970581,0.229315206408501,1.869797706604,0.22929210960865,1.99540090560913,4.22929191589355,0.995400846004486,4.22931528091431,0.869797706604004,0.229324176907539,1.72014570236206,0.229325965046883,1.64374935626984,0.22932305932045,1.75221276283264,0.229321375489235,1.78798127174377,0.229319632053375,1.81928324699402,0.229315713047981,1.86559236049652,0.730598151683807,1.87007582187653,0.736596763134003,1.995401263237,4.73660469055176,0.869798123836517,4.73659706115723,0.995401263237,0.736608266830444,1.64374995231628,0.736607670783997,1.72014617919922,0.736607253551483,1.75221312046051,0.736606657505035,1.78798162937164,0.736606180667877,1.8192834854126,0.731324970722198,1.86558020114899,0.978760361671448,1.86979830265045,0.930778086185455,1.99540138244629,4.9307804107666,0.869798302650452,4.93078231811523,0.995401382446289,0.930785179138184,1.64375007152557,0.959623575210571,1.7201464176178,0.969663143157959,
  606. 1.7522132396698,0.969849050045013,1.78798174858093,0.979805171489716,1.81928372383118,0.979913115501404,1.86559283733368,0.0235708970576525,1.86559224128723,0.0235724002122879,1.81928300857544,0.0737122222781181,1.99540066719055,0.0247392766177654,1.86979758739471,4.07449340820313,0.995400786399841,4.07374000549316,0.869797587394714,0.0438530296087265,1.72014558315277,0.0745338350534439,1.64374923706055,0.0337869375944138,1.75221252441406,0.0340603813529015,1.7879810333252,0.232423886656761,5.86769485473633,0.236916303634644,5.869797706604,0.236893430352211,5.99540090560913,0.232400625944138,5.99540090560913,5.23240089416504,0.995400846004486,5.23242378234863,0.869797706604004,5.23691654205322,0.869797706604004,5.23689365386963,0.995400786399841,0.232432574033737,5.72014570236206,0.23243436217308,5.64374923706055,0.236926957964897,5.64374923706055,0.236925184726715,5.72014570236206,0.232431456446648,5.75221252441406,0.236924067139626,5.75221252441406,0.232429772615433,5.7879810333252,0.236922398209572,5.7879810333252,0.232428044080734,5.8192834854126,0.236920684576035,5.8192834854126,0.236916795372963,5.86559247970581,0.509903967380524,5.86769485473633,0.513056814670563,5.869797706604,0.513042211532593,5.99540138244629,0.509889125823975,5.99540138244629,5.50988912582397,0.995401084423065,5.50990390777588,0.869797945022583,5.51305675506592,0.869798004627228,5.51304244995117,0.99540114402771,0.509909510612488,5.72014617919922,0.509910643100739,5.64374971389771,0.513063609600067,5.64374971389771,0.513062477111816,5.72014617919922,0.50990879535675,5.75221300125122,0.513061761856079,5.75221300125122,0.509907722473145,5.78798151016235,0.513060748577118,5.78798151016235,0.509906649589539,5.8192834854126,0.513059675693512,5.8192834854126,0.513057172298431,5.86559247970581,0.741219520568848,5.86769580841064,0.744809806346893,5.86979818344116,0.744802117347717,5.99540138244629,0.741211652755737,5.99540138244629,5.74121189117432,0.995401263237,5.74121952056885,0.869798123836517,5.74481010437012,0.869798123836517,5.74480199813843,
  607. 0.995401263237,0.741222381591797,5.72014617919922,0.741222977638245,5.64375019073486,0.744813323020935,5.64375019073486,0.744812726974487,5.72014617919922,0.741222023963928,5.75221347808838,0.744812369346619,5.75221347808838,0.74122142791748,5.78798151016235,0.744811773300171,5.78798198699951,0.741220891475677,5.8192834854126,0.744811236858368,5.8192834854126,0.744810044765472,5.86559295654297,0.507427573204041,5.869797706604,0.507412850856781,5.99540138244629,5.50742769241333,0.869797945022583,5.50741291046143,0.995401084423065,0.50743442773819,5.64374971389771,0.507433295249939,5.72014617919922,0.507432639598846,5.75221300125122,0.50743156671524,5.78798151016235,0.50743043422699,5.8192834854126,0.507427930831909,5.86559247970581,0.229315206408501,5.869797706604,0.22929210960865,5.99540090560913,5.22929191589355,0.995400846004486,5.22931528091431,0.869797706604004,0.229324176907539,5.72014570236206,0.229325965046883,5.64374923706055,0.22932305932045,5.75221252441406,0.229321375489235,5.7879810333252,0.229319632053375,5.8192834854126,0.229315713047981,5.86559247970581,0.730598151683807,5.87007570266724,0.736596763134003,5.99540138244629,5.73660469055176,0.869798123836517,5.73659706115723,0.995401263237,0.736608266830444,5.64375019073486,0.736607670783997,5.72014617919922,0.736607253551483,5.75221300125122,0.736606657505035,5.78798151016235,0.736606180667877,5.8192834854126,0.731324970722198,5.8655800819397,0.978760361671448,5.86979818344116,0.930778086185455,5.99540138244629,5.9307804107666,0.869798302650452,5.93078231811523,0.995401382446289,0.930785179138184,5.64375019073486,0.959623575210571,5.72014617919922,0.969663143157959,5.75221347808838,0.969849050045013,5.78798198699951,0.979805171489716,5.8192834854126,0.979913115501404,5.86559295654297,0.0235708970576525,5.86559200286865,0.0235724002122879,5.81928300857544,0.0737122222781181,5.99540042877197,0.0247392766177654,5.869797706604,5.07449340820313,0.995400786399841,5.07374000549316,0.869797587394714,0.0438530296087265,5.72014570236206,0.0745338350534439,5.64374923706055,
  608. 0.0337869375944138,5.75221252441406,0.0340603813529015,5.7879810333252,0.232423886656761,-0.132304966449738,0.236916303634644,-0.130202293395996,0.236893430352211,-0.00459915399551392,0.232400625944138,-0.00459915399551392,-0.76759934425354,0.995400846004486,-0.767576336860657,0.869797706604004,-0.763083696365356,0.869797706604004,-0.76310658454895,0.995400786399841,0.232432574033737,-0.279854238033295,0.23243436217308,-0.356250584125519,0.236926957964897,-0.356250584125519,0.236925184726715,-0.279854238033295,0.232431456446648,-0.247787237167358,0.236924067139626,-0.247787237167358,0.232429772615433,-0.21201878786087,0.236922398209572,-0.21201878786087,0.232428044080734,-0.180716812610626,0.236920684576035,-0.180716812610626,0.236916795372963,-0.134407639503479,0.509903967380524,-0.132304787635803,0.513056814670563,-0.130201995372772,0.513042211532593,-0.00459891557693481,0.509889125823975,-0.00459891557693481,-0.490110874176025,0.995401084423065,-0.490096211433411,0.869797945022583,-0.486943185329437,0.869798004627228,-0.486957728862762,0.99540114402771,0.509909510612488,-0.279853999614716,0.509910643100739,-0.356250286102295,0.513063609600067,-0.356250286102295,0.513062477111816,-0.279853999614716,0.50990879535675,-0.247786998748779,0.513061761856079,-0.247786998748779,0.509907722473145,-0.212018609046936,0.513060748577118,-0.212018609046936,0.509906649589539,-0.180716633796692,0.513059675693512,-0.180716574192047,0.513057172298431,-0.134407520294189,0.741219520568848,-0.132304638624191,0.744809806346893,-0.130201935768127,0.744802117347717,-0.00459873676300049,0.741211652755737,-0.00459873676300049,-0.258788347244263,0.995401263237,-0.258780598640442,0.869798123836517,-0.255190193653107,0.869798123836517,-0.255197882652283,0.995401263237,0.741222381591797,-0.279853820800781,0.741222977638245,-0.356250107288361,0.744813323020935,-0.356250047683716,0.744812726974487,-0.279853820800781,0.741222023963928,-0.247786819934845,0.744812369346619,-0.247786819934845,0.74122142791748,-0.212018370628357,0.744811773300171,-0.212018311023712,
  609. 0.741220891475677,-0.180716514587402,0.744811236858368,-0.180716454982758,0.744810044765472,-0.134407341480255,0.507427573204041,-0.130202054977417,0.507412850856781,-0.00459891557693481,-0.492572426795959,0.869797945022583,-0.492587149143219,0.995401084423065,0.50743442773819,-0.356250286102295,0.507433295249939,-0.279853999614716,0.507432639598846,-0.247786998748779,0.50743156671524,-0.212018609046936,0.50743043422699,-0.180716633796692,0.507427930831909,-0.134407520294189,0.229315206408501,-0.130202293395996,0.22929210960865,-0.00459915399551392,-0.770707905292511,0.995400846004486,-0.770684778690338,0.869797706604004,0.229324176907539,-0.279854238033295,0.229325965046883,-0.356250643730164,0.22932305932045,-0.247787237167358,0.229321375489235,-0.21201878786087,0.229319632053375,-0.180716812610626,0.229315713047981,-0.134407639503479,0.730598151683807,-0.129924178123474,0.736596763134003,-0.00459873676300049,-0.263395369052887,0.869798123836517,-0.263403236865997,0.995401263237,0.736608266830444,-0.356250107288361,0.736607670783997,-0.279853820800781,0.736607253551483,-0.24778687953949,0.736606657505035,-0.212018370628357,0.736606180667877,-0.180716514587402,0.731324970722198,-0.134419798851013,0.978760361671448,-0.130201697349548,0.930778086185455,-0.00459855794906616,-0.0692198276519775,0.869798302650452,-0.0692178010940552,0.995401382446289,0.930785179138184,-0.356249928474426,0.959623575210571,-0.279853582382202,0.969663143157959,-0.247786700725555,0.969849050045013,-0.212018191814423,0.979805171489716,-0.180716335773468,0.979913115501404,-0.134407162666321,0.0235708970576525,-0.134407758712769,0.0235724002122879,-0.180716991424561,0.0737122222781181,-0.00459933280944824,0.0247392766177654,-0.130202412605286,-0.925506830215454,0.995400786399841,-0.926259994506836,0.869797587394714,0.0438530296087265,-0.279854416847229,0.0745338350534439,-0.356250703334808,0.0337869375944138,-0.247787415981293,0.0340603813529015,-0.21201890707016,0.232423886656761,-1.13230490684509,0.236916303634644,-1.130202293396,0.236893430352211,
  610. -1.00459909439087,0.232400625944138,-1.00459909439087,-1.76759934425354,0.995400846004486,-1.76757633686066,0.869797706604004,-1.76308369636536,0.869797706604004,-1.76310658454895,0.995400786399841,0.232432574033737,-1.27985429763794,0.23243436217308,-1.35625052452087,0.236926957964897,-1.35625052452087,0.236925184726715,-1.27985429763794,0.232431456446648,-1.24778723716736,0.236924067139626,-1.24778723716736,0.232429772615433,-1.21201872825623,0.236922398209572,-1.21201872825623,0.232428044080734,-1.18071675300598,0.236920684576035,-1.18071675300598,0.236916795372963,-1.13440763950348,0.509903967380524,-1.1323047876358,0.513056814670563,-1.13020205497742,0.513042211532593,-1.00459885597229,0.509889125823975,-1.00459885597229,-1.49011087417603,0.995401084423065,-1.49009621143341,0.869797945022583,-1.48694324493408,0.869798004627228,-1.48695778846741,0.99540114402771,0.509909510612488,-1.27985405921936,0.509910643100739,-1.35625028610229,0.513063609600067,-1.35625028610229,0.513062477111816,-1.27985405921936,0.50990879535675,-1.24778699874878,0.513061761856079,-1.24778699874878,0.509907722473145,-1.21201860904694,0.513060748577118,-1.21201860904694,0.509906649589539,-1.18071663379669,0.513059675693512,-1.1807165145874,0.513057172298431,-1.13440752029419,0.741219520568848,-1.13230466842651,0.744809806346893,-1.13020193576813,0.744802117347717,-1.004598736763,0.741211652755737,-1.004598736763,-1.25878834724426,0.995401263237,-1.25878059864044,0.869798123836517,-1.25519013404846,0.869798123836517,-1.25519788265228,0.995401263237,0.741222381591797,-1.27985382080078,0.741222977638245,-1.35625004768372,0.744813323020935,-1.35625004768372,0.744812726974487,-1.27985382080078,0.741222023963928,-1.2477867603302,0.744812369346619,-1.2477867603302,0.74122142791748,-1.21201837062836,0.744811773300171,-1.21201825141907,0.741220891475677,-1.1807165145874,0.744811236858368,-1.1807165145874,0.744810044765472,-1.13440728187561,0.507427573204041,-1.13020205497742,0.507412850856781,-1.00459885597229,-1.49257242679596,0.869797945022583,
  611. -1.49258708953857,0.995401084423065,0.50743442773819,-1.35625028610229,0.507433295249939,-1.27985405921936,0.507432639598846,-1.24778699874878,0.50743156671524,-1.21201860904694,0.50743043422699,-1.18071663379669,0.507427930831909,-1.13440752029419,0.229315206408501,-1.130202293396,0.22929210960865,-1.00459909439087,-1.77070784568787,0.995400846004486,-1.77068471908569,0.869797706604004,0.229324176907539,-1.27985429763794,0.229325965046883,-1.35625064373016,0.22932305932045,-1.24778723716736,0.229321375489235,-1.21201872825623,0.229319632053375,-1.18071675300598,0.229315713047981,-1.13440763950348,0.730598151683807,-1.12992417812347,0.736596763134003,-1.004598736763,-1.26339530944824,0.869798123836517,-1.26340317726135,0.995401263237,0.736608266830444,-1.35625004768372,0.736607670783997,-1.27985382080078,0.736607253551483,-1.24778687953949,0.736606657505035,-1.21201837062836,0.736606180667877,-1.1807165145874,0.731324970722198,-1.13441979885101,0.978760361671448,-1.13020169734955,0.930778086185455,-1.00459861755371,-1.06921982765198,0.869798302650452,-1.06921780109406,0.995401382446289,0.930785179138184,-1.35624992847443,0.959623575210571,-1.2798535823822,0.969663143157959,-1.2477867603302,0.969849050045013,-1.21201825141907,0.979805171489716,-1.18071627616882,0.979913115501404,-1.13440716266632,0.0235708970576525,-1.13440775871277,0.0235724002122879,-1.18071699142456,0.0737122222781181,-1.00459933280945,0.0247392766177654,-1.13020241260529,-1.92550683021545,0.995400786399841,-1.92625999450684,0.869797587394714,0.0438530296087265,-1.27985441684723,0.0745338350534439,-1.35625076293945,0.0337869375944138,-1.24778747558594,0.0340603813529015,-1.2120189666748,0.232423886656761,-2.13230490684509,0.236916303634644,-2.130202293396,0.236893430352211,-2.00459909439087,0.232400625944138,-2.00459909439087,0.23240065574646,0.995400846004486,0.232423663139343,0.869797706604004,0.236916303634644,0.869797706604004,0.23689341545105,0.995400786399841,0.232432574033737,-2.27985429763794,0.23243436217308,-2.35625052452087,0.236926957964897,
  612. -2.35625052452087,0.236925184726715,-2.27985429763794,0.232431456446648,-2.24778723716736,0.236924067139626,-2.24778723716736,0.232429772615433,-2.21201872825623,0.236922398209572,-2.21201872825623,0.232428044080734,-2.18071675300598,0.236920684576035,-2.18071675300598,0.236916795372963,-2.13440752029419,0.509903967380524,-2.13230466842651,0.513056814670563,-2.13020205497742,0.513042211532593,-2.00459885597229,0.509889125823975,-2.00459885597229,0.509889125823975,0.995401084423065,0.509903788566589,0.869797945022583,0.513056814670563,0.869798004627228,0.513042271137238,0.99540114402771,0.509909510612488,-2.27985405921936,0.509910643100739,-2.35625028610229,0.513063609600067,-2.35625028610229,0.513062477111816,-2.27985405921936,0.50990879535675,-2.24778699874878,0.513061761856079,-2.24778699874878,0.509907722473145,-2.21201848983765,0.513060748577118,-2.21201848983765,0.509906649589539,-2.1807165145874,0.513059675693512,-2.1807165145874,0.513057172298431,-2.13440752029419,0.741219520568848,-2.13230466842651,0.744809806346893,-2.13020181655884,0.744802117347717,-2.00459861755371,0.741211652755737,-2.00459861755371,0.741211652755737,0.995401263237,0.741219401359558,0.869798123836517,0.744809806346893,0.869798123836517,0.744802117347717,0.995401263237,0.741222381591797,-2.27985382080078,0.741222977638245,-2.35625004768372,0.744813323020935,-2.35625004768372,0.744812726974487,-2.27985382080078,0.741222023963928,-2.2477867603302,0.744812369346619,-2.2477867603302,0.74122142791748,-2.21201848983765,0.744811773300171,-2.21201825141907,0.741220891475677,-2.1807165145874,0.744811236858368,-2.1807165145874,0.744810044765472,-2.13440728187561,0.507427573204041,-2.13020205497742,0.507412850856781,-2.00459885597229,0.507427573204041,0.869797945022583,0.507412850856781,0.995401084423065,0.50743442773819,-2.35625028610229,0.507433295249939,-2.27985405921936,0.507432639598846,-2.24778699874878,0.50743156671524,-2.21201848983765,0.50743043422699,-2.1807165145874,0.507427930831909,-2.13440752029419,0.229315206408501,-2.130202293396,
  613. 0.22929210960865,-2.00459909439087,0.229292094707489,0.995400846004486,0.229315221309662,0.869797706604004,0.229324176907539,-2.27985429763794,0.229325965046883,-2.35625076293945,0.22932305932045,-2.24778723716736,0.229321375489235,-2.21201872825623,0.229319632053375,-2.18071675300598,0.229315713047981,-2.13440752029419,0.730598151683807,-2.12992429733276,0.736596763134003,-2.00459861755371,0.736604630947113,0.869798123836517,0.736596763134003,0.995401263237,0.736608266830444,-2.35625004768372,0.736607670783997,-2.27985382080078,0.736607253551483,-2.24778699874878,0.736606657505035,-2.21201848983765,0.736606180667877,-2.1807165145874,0.731324970722198,-2.1344199180603,0.978760361671448,-2.13020181655884,0.930778086185455,-2.00459861755371,0.930780172348022,0.869798302650452,0.930782198905945,0.995401382446289,0.930785179138184,-2.35624980926514,0.959623575210571,-2.2798535823822,0.969663143157959,-2.2477867603302,0.969849050045013,-2.21201825141907,0.979805171489716,-2.18071627616882,0.979913115501404,-2.13440704345703,0.0235708970576525,-2.13440775871277,0.0235724002122879,-2.18071699142456,0.0737122222781181,-2.00459933280945,0.0247392766177654,-2.130202293396,0.0744931697845459,0.995400786399841,0.0737400054931641,0.869797587394714,0.0438530296087265,-2.27985429763794,0.0745338350534439,-2.35625076293945,0.0337869375944138,-2.24778747558594,0.0340603813529015,-2.2120189666748
  614. }
  615. UVIndex: *2512 {
  616. a: 0,27,28,1,4,2,29,31,5,3,30,32,6,5,32,33,7,6,33,34,8,7,34,35,36,0,8,35,0,36,27,9,47,48,10,13,11,49,51,14,12,50,52,15,14,52,53,16,15,53,54,17,16,54,55,56,9,17,55,9,56,47,18,67,68,19,22,20,69,71,23,21,70,72,24,23,72,73,25,24,73,74,26,25,74,75,76,18,26,75,18,76,67,27,57,58,28,31,29,59,61,32,30,60,62,33,32,62,63,34,33,63,64,35,34,64,65,66,36,35,65,27,36,66,57,37,0,1,38,41,39,2,4,42,40,3,5,43,42,5,6,44,43,6,7,45,44,7,8,0,46,45,8,37,46,0,47,77,78,48,51,49,79,81,52,50,80,82,53,52,82,83,54,53,83,84,55,54,84,85,86,56,55,85,47,56,86,77,57,9,10,58,61,59,11,13,62,60,12,14,63,62,14,15,64,63,15,16,65,64,16,17,9,66,65,17,57,66,9,67,87,93,68,71,69,94,89,72,70,88,90,73,72,90,95,74,73,95,91,75,74,91,92,67,76,96,87,77,18,19,78,81,79,20,22,82,80,21,23,83,82,23,24,84,83,24,25,85,84,25,26,18,86,85,26,77,86,18,46,100,106,45,92,96,76,75,97,101,37,38,103,98,39,41,104,102,40,42,99,104,42,43,105,99,43,44,106,105,44,45,101,100,46,37,107,108,109,110,111,112,113,114,115,116,117,118,119,115,118,120,121,119,120,122,123,121,122,124,125,107,123,124,107,125,108,126,127,128,129,130,131,132,133,134,135,136,137,138,134,137,139,140,138,139,141,142,140,141,143,144,126,142,143,126,144,127,145,146,147,148,149,150,151,152,153,154,155,156,157,153,156,158,159,157,158,160,161,159,160,162,163,145,161,162,145,163,146,108,164,165,109,114,113,166,167,118,117,168,169,120,118,169,170,122,120,170,171,124,122,171,172,173,125,124,172,108,125,173,164,174,107,110,175,176,177,112,111,178,179,116,115,180,178,115,119,181,180,119,121,182,181,121,123,107,183,182,123,174,183,107,127,184,185,128,133,132,186,187,137,136,188,189,139,137,189,190,141,139,190,191,143,141,191,192,193,144,143,192,127,144,193,184,164,126,129,165,167,166,131,130,169,168,135,134,170,169,134,138,171,170,138,140,172,171,140,142,126,173,172,142,164,173,126,146,194,195,147,152,151,196,197,156,155,198,199,158,156,199,200,160,158,200,201,162,160,201,202,146,163,203,194,184,145,148,185,187,186,150,149,189,188,154,153,190,189,153,157,191,190,157,159,192,191,159,161,145,193,192,161,184,193,
  617. 145,183,204,205,182,202,203,163,162,206,207,174,175,208,209,177,176,210,211,179,178,212,210,178,180,213,212,180,181,205,213,181,182,207,204,183,174,214,215,216,217,218,219,220,221,222,223,224,225,226,222,225,227,228,226,227,229,230,228,229,231,232,214,230,231,214,232,215,233,234,235,236,237,238,239,240,241,242,243,244,245,241,244,246,247,245,246,248,249,247,248,250,251,233,249,250,233,251,234,252,253,254,255,256,257,258,259,260,261,262,263,264,260,263,265,266,264,265,267,268,266,267,269,270,252,268,269,252,270,253,215,271,272,216,221,220,273,274,225,224,275,276,227,225,276,277,229,227,277,278,231,229,278,279,280,232,231,279,215,232,280,271,281,214,217,282,283,284,219,218,285,286,223,222,287,285,222,226,288,287,226,228,289,288,228,230,214,290,289,230,281,290,214,234,291,292,235,240,239,293,294,244,243,295,296,246,244,296,297,248,246,297,298,250,248,298,299,300,251,250,299,234,251,300,291,271,233,236,272,274,273,238,237,276,275,242,241,277,276,241,245,278,277,245,247,279,278,247,249,233,280,279,249,271,280,233,253,301,302,254,259,258,303,304,263,262,305,306,265,263,306,307,267,265,307,308,269,267,308,309,253,270,310,301,291,252,255,292,294,293,257,256,296,295,261,260,297,296,260,264,298,297,264,266,299,298,266,268,252,300,299,268,291,300,252,290,311,312,289,309,310,270,269,313,314,281,282,315,316,284,283,317,318,286,285,319,317,285,287,320,319,287,288,312,320,288,289,314,311,290,281,321,322,323,324,325,326,327,328,329,330,331,332,333,329,332,334,335,333,334,336,337,335,336,338,339,321,337,338,321,339,322,340,341,342,343,344,345,346,347,348,349,350,351,352,348,351,353,354,352,353,355,356,354,355,357,358,340,356,357,340,358,341,359,360,361,362,363,364,365,366,367,368,369,370,371,367,370,372,373,371,372,374,375,373,374,376,377,359,375,376,359,377,360,322,378,379,323,328,327,380,381,332,331,382,383,334,332,383,384,336,334,384,385,338,336,385,386,387,339,338,386,322,339,387,378,388,321,324,389,390,391,326,325,392,393,330,329,394,392,329,333,395,394,333,335,396,395,335,337,321,397,396,337,388,397,321,341,398,399,342,347,346,
  618. 400,401,351,350,402,403,353,351,403,404,355,353,404,405,357,355,405,406,407,358,357,406,341,358,407,398,378,340,343,379,381,380,345,344,383,382,349,348,384,383,348,352,385,384,352,354,386,385,354,356,340,387,386,356,378,387,340,360,408,409,361,366,365,410,411,370,369,412,413,372,370,413,414,374,372,414,415,376,374,415,416,360,377,417,408,398,359,362,399,401,400,364,363,403,402,368,367,404,403,367,371,405,404,371,373,406,405,373,375,359,407,406,375,398,407,359,397,418,419,396,416,417,377,376,420,421,388,389,422,423,391,390,424,425,393,392,426,424,392,394,427,426,394,395,419,427,395,396,421,418,397,388,428,429,430,431,432,433,434,435,436,437,438,439,440,436,439,441,442,440,441,443,444,442,443,445,446,428,444,445,428,446,429,447,448,449,450,451,452,453,454,455,456,457,458,459,455,458,460,461,459,460,462,463,461,462,464,465,447,463,464,447,465,448,466,467,468,469,470,471,472,473,474,475,476,477,478,474,477,479,480,478,479,481,482,480,481,483,484,466,482,483,466,484,467,429,485,486,430,435,434,487,488,439,438,489,490,441,439,490,491,443,441,491,492,445,443,492,493,494,446,445,493,429,446,494,485,495,428,431,496,497,498,433,432,499,500,437,436,501,499,436,440,502,501,440,442,503,502,442,444,428,504,503,444,495,504,428,448,505,506,449,454,453,507,508,458,457,509,510,460,458,510,511,462,460,511,512,464,462,512,513,514,465,464,513,448,465,514,505,485,447,450,486,488,487,452,451,490,489,456,455,491,490,455,459,492,491,459,461,493,492,461,463,447,494,493,463,485,494,447,467,515,516,468,473,472,517,518,477,476,519,520,479,477,520,521,481,479,521,522,483,481,522,523,467,484,524,515,505,466,469,506,508,507,471,470,510,509,475,474,511,510,474,478,512,511,478,480,513,512,480,482,466,514,513,482,505,514,466,504,525,526,503,523,524,484,483,527,528,495,496,529,530,498,497,531,532,500,499,533,531,499,501,534,533,501,502,526,534,502,503,528,525,504,495,535,536,537,538,539,540,541,542,543,544,545,546,547,543,546,548,549,547,548,550,551,549,550,552,553,535,551,552,535,553,536,554,555,556,557,558,559,560,561,562,563,564,565,566,562,565,567,
  619. 568,566,567,569,570,568,569,571,572,554,570,571,554,572,555,573,574,575,576,577,578,579,580,581,582,583,584,585,581,584,586,587,585,586,588,589,587,588,590,591,573,589,590,573,591,574,536,592,593,537,542,541,594,595,546,545,596,597,548,546,597,598,550,548,598,599,552,550,599,600,601,553,552,600,536,553,601,592,602,535,538,603,604,605,540,539,606,607,544,543,608,606,543,547,609,608,547,549,610,609,549,551,535,611,610,551,602,611,535,555,612,613,556,561,560,614,615,565,564,616,617,567,565,617,618,569,567,618,619,571,569,619,620,621,572,571,620,555,572,621,612,592,554,557,593,595,594,559,558,597,596,563,562,598,597,562,566,599,598,566,568,600,599,568,570,554,601,600,570,592,601,554,574,622,623,575,580,579,624,625,584,583,626,627,586,584,627,628,588,586,628,629,590,588,629,630,574,591,631,622,612,573,576,613,615,614,578,577,617,616,582,581,618,617,581,585,619,618,585,587,620,619,587,589,573,621,620,589,612,621,573,611,632,633,610,630,631,591,590,634,635,602,603,636,637,605,604,638,639,607,606,640,638,606,608,641,640,608,609,633,641,609,610,635,632,611,602,642,643,644,645,646,647,648,649,650,651,652,653,654,650,653,655,656,654,655,657,658,656,657,659,660,642,658,659,642,660,643,661,662,663,664,665,666,667,668,669,670,671,672,673,669,672,674,675,673,674,676,677,675,676,678,679,661,677,678,661,679,662,680,681,682,683,684,685,686,687,688,689,690,691,692,688,691,693,694,692,693,695,696,694,695,697,698,680,696,697,680,698,681,643,699,700,644,649,648,701,702,653,652,703,704,655,653,704,705,657,655,705,706,659,657,706,707,708,660,659,707,643,660,708,699,709,642,645,710,711,712,647,646,713,714,651,650,715,713,650,654,716,715,654,656,717,716,656,658,642,718,717,658,709,718,642,662,719,720,663,668,667,721,722,672,671,723,724,674,672,724,725,676,674,725,726,678,676,726,727,728,679,678,727,662,679,728,719,699,661,664,700,702,701,666,665,704,703,670,669,705,704,669,673,706,705,673,675,707,706,675,677,661,708,707,677,699,708,661,681,729,730,682,687,686,731,732,691,690,733,734,693,691,734,735,695,693,735,736,697,695,736,737,681,698,738,
  620. 729,719,680,683,720,722,721,685,684,724,723,689,688,725,724,688,692,726,725,692,694,727,726,694,696,680,728,727,696,719,728,680,718,739,740,717,737,738,698,697,741,742,709,710,743,744,712,711,745,746,714,713,747,745,713,715,748,747,715,716,740,748,716,717,742,739,718,709,749,750,751,752,753,754,755,756,757,758,759,760,761,757,760,762,763,761,762,764,765,763,764,766,767,749,765,766,749,767,750,768,769,770,771,772,773,774,775,776,777,778,779,780,776,779,781,782,780,781,783,784,782,783,785,786,768,784,785,768,786,769,787,788,789,790,791,792,793,794,795,796,797,798,799,795,798,800,801,799,800,802,803,801,802,804,805,787,803,804,787,805,788,750,806,807,751,756,755,808,809,760,759,810,811,762,760,811,812,764,762,812,813,766,764,813,814,815,767,766,814,750,767,815,806,816,749,752,817,818,819,754,753,820,821,758,757,822,820,757,761,823,822,761,763,824,823,763,765,749,825,824,765,816,825,749,769,826,827,770,775,774,828,829,779,778,830,831,781,779,831,832,783,781,832,833,785,783,833,834,835,786,785,834,769,786,835,826,806,768,771,807,809,808,773,772,811,810,777,776,812,811,776,780,813,812,780,782,814,813,782,784,768,815,814,784,806,815,768,788,836,837,789,794,793,838,839,798,797,840,841,800,798,841,842,802,800,842,843,804,802,843,844,788,805,845,836,826,787,790,827,829,828,792,791,831,830,796,795,832,831,795,799,833,832,799,801,834,833,801,803,787,835,834,803,826,835,787,825,846,847,824,844,845,805,804,848,849,816,817,850,851,819,818,852,853,821,820,854,852,820,822,855,854,822,823,847,855,823,824,849,846,825,816
  621. }
  622. }
  623. LayerElementSmoothing: 0 {
  624. Version: 102
  625. Name: ""
  626. MappingInformationType: "ByEdge"
  627. ReferenceInformationType: "Direct"
  628. Smoothing: *1256 {
  629. a: 1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,
  630. 1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,0,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1
  631. }
  632. }
  633. LayerElementMaterial: 0 {
  634. Version: 101
  635. Name: ""
  636. MappingInformationType: "AllSame"
  637. ReferenceInformationType: "IndexToDirect"
  638. Materials: *1 {
  639. a: 0
  640. }
  641. }
  642. Layer: 0 {
  643. Version: 100
  644. LayerElement: {
  645. Type: "LayerElementNormal"
  646. TypedIndex: 0
  647. }
  648. LayerElement: {
  649. Type: "LayerElementBinormal"
  650. TypedIndex: 0
  651. }
  652. LayerElement: {
  653. Type: "LayerElementTangent"
  654. TypedIndex: 0
  655. }
  656. LayerElement: {
  657. Type: "LayerElementMaterial"
  658. TypedIndex: 0
  659. }
  660. LayerElement: {
  661. Type: "LayerElementSmoothing"
  662. TypedIndex: 0
  663. }
  664. LayerElement: {
  665. Type: "LayerElementUV"
  666. TypedIndex: 0
  667. }
  668. }
  669. }
  670. Geometry: 2267733810848, "Geometry::", "Mesh" {
  671. Vertices: *396 {
  672. a: -115.47265625,1.2724609375,448.677001953125,4.439453125,-55.260986328125,448.36572265625,-116.3671875,-54.8638916015625,448.880859375,4.10546875,1.4091796875,448.334716796875,105.349609375,-55.71435546875,448.52392578125,105.18359375,2.4681396484375,448.561279296875,186.888671875,-55.5400390625,448.51025390625,186.88671875,2.0687255859375,448.51025390625,-184.99609375,2.06884765625,449.29345703125,-184.99609375,-55.5399169921875,449.29541015625,-313.904296875,-55.2607421875,320.181640625,-399.60546875,1.266845703125,234.8955078125,-314.078125,1.384521484375,319.947998046875,-399.69140625,-54.864013671875,235.123046875,-242.7421875,-55.85205078125,391.6337890625,-242.66796875,2.3731689453125,391.602783203125,-448.51171875,2.06884765625,186.88671875,-448.51171875,-55.5399169921875,186.888671875,-448.3671875,-55.2611083984375,4.439453125,-448.677734375,1.272705078125,-115.472900390625,-448.3359375,1.4090576171875,4.105224609375,-448.8828125,-54.8641357421875,-116.366455078125,-448.525390625,-55.71435546875,105.3505859375,-448.5625,2.4681396484375,105.18408203125,-449.29296875,2.06884765625,-184.99609375,-449.294921875,-55.5399169921875,-184.99609375,-234.892578125,1.266845703125,-399.606201171875,-320.1796875,-55.260986328125,-313.904052734375,-235.12109375,-54.864013671875,-399.6923828125,-319.9453125,1.384521484375,-314.078369140625,-391.630859375,-55.85205078125,-242.742919921875,-391.599609375,2.3731689453125,-242.6689453125,-186.884765625,2.06884765625,-448.51025390625,-186.88671875,-55.5399169921875,-448.51025390625,115.474609375,1.2724609375,-448.67724609375,-4.4375,-55.260986328125,-448.365966796875,116.369140625,-54.8638916015625,-448.88134765625,-4.103515625,1.4091796875,-448.3349609375,-105.34765625,-55.7142333984375,-448.52392578125,-105.181640625,2.468017578125,-448.5615234375,184.99609375,2.06884765625,-449.293212890625,184.99609375,-55.5399169921875,-449.294921875,399.60546875,1.2667236328125,-234.894775390625,313.904296875,-55.260986328125,-320.180908203125,399.69140625,-54.864013671875,-235.122314453125,
  673. 314.078125,1.38427734375,-319.947021484375,242.7421875,-55.8521728515625,-391.63330078125,242.66796875,2.3731689453125,-391.601806640625,448.51171875,2.06884765625,-186.88623046875,448.51171875,-55.5399169921875,-186.88818359375,448.677734375,1.2725830078125,115.47216796875,448.3671875,-55.2611083984375,-4.43994140625,448.8828125,-54.8641357421875,116.3662109375,448.3359375,1.408935546875,-4.105712890625,448.525390625,-55.7144775390625,-105.351318359375,448.5625,2.468017578125,-105.184326171875,449.29296875,2.06884765625,184.99609375,449.296875,-55.5399169921875,184.99609375,320.181640625,-55.2608642578125,313.903564453125,234.896484375,1.266845703125,399.606201171875,319.947265625,1.38427734375,314.077880859375,235.123046875,-54.8638916015625,399.692138671875,391.634765625,-55.8521728515625,242.742431640625,391.603515625,2.373046875,242.668701171875,3.640625,-53.4539794921875,483.499755859375,105.8671875,-53.6240234375,489.58154296875,7.083984375,-2.031494140625,503.398681640625,105.61328125,2.1007080078125,501.359375,4.697265625,1.41552734375,499.3994140625,-350.251953125,0.63037109375,358.374267578125,-279.76171875,2.0435791015625,429.12841796875,-272.408203125,-52.8466796875,422.1513671875,-339.14453125,-53.453857421875,344.7880859375,-344.787109375,-53.4527587890625,-339.1455078125,-422.150390625,-52.8447265625,-272.40966796875,-358.373046875,0.630615234375,-350.2509765625,-429.126953125,2.0435791015625,-279.76123046875,-4.6953125,1.4156494140625,-499.400146484375,-105.611328125,2.1007080078125,-501.359375,-7.08203125,-2.031982421875,-503.399169921875,-105.865234375,-53.6248779296875,-489.5810546875,-3.638671875,-53.454345703125,-483.4990234375,499.3984375,1.415771484375,-4.69677734375,501.359375,2.1009521484375,-105.61279296875,503.3984375,-2.029052734375,-7.08349609375,489.587890625,-53.6182861328125,-105.866943359375,483.50390625,-53.4512939453125,-3.6416015625,-117.947265625,1.4049072265625,501.3232421875,-115.693359375,-52.79931640625,490.85693359375,-201.44921875,-51.1427001953125,488.9755859375,-206.46484375,1.582275390625,500.49365234375,
  674. -437.23046875,0.83447265625,272.056640625,-428.861328125,-52.681396484375,265.365234375,-488.1484375,-51.282958984375,203.34423828125,-499.88671875,1.599609375,207.90673828125,-499.400390625,1.4156494140625,4.697021484375,-501.32421875,1.4049072265625,-117.9462890625,-503.3984375,-2.030517578125,7.0830078125,-490.859375,-52.7982177734375,-115.69287109375,-483.501953125,-53.4530029296875,3.6416015625,-501.359375,2.100830078125,105.61279296875,-489.583984375,-53.6220703125,105.86669921875,-488.974609375,-51.142822265625,-201.44921875,-500.4921875,1.582275390625,-206.46484375,-272.0546875,0.8345947265625,-437.23095703125,-265.36328125,-52.68017578125,-428.862060546875,-203.341796875,-51.283203125,-488.14892578125,-207.904296875,1.599609375,-499.88623046875,117.94921875,1.40478515625,-501.323486328125,115.6953125,-52.800048828125,-490.8564453125,201.451171875,-51.1427001953125,-488.975341796875,206.46484375,1.5821533203125,-500.4931640625,350.25,0.6309814453125,-358.373046875,437.23046875,0.8345947265625,-272.0556640625,428.86328125,-52.678955078125,-265.3662109375,339.146484375,-53.4517822265625,-344.7890625,279.76171875,2.0435791015625,-429.12744140625,272.41015625,-52.8426513671875,-422.153076171875,488.1484375,-51.2825927734375,-203.343505859375,499.88671875,1.599609375,-207.90625,501.32421875,1.405029296875,117.9462890625,490.861328125,-52.7955322265625,115.693115234375,488.9765625,-51.142822265625,201.44921875,500.494140625,1.582275390625,206.465087890625,358.375,0.63134765625,350.25048828125,272.056640625,0.8345947265625,437.23095703125,265.3671875,-52.677734375,428.864013671875,344.791015625,-53.4508056640625,339.147705078125,429.12890625,2.043701171875,279.76123046875,422.154296875,-52.8408203125,272.41162109375,203.34375,-51.2830810546875,488.1484375,207.90625,1.599609375,499.88623046875
  675. }
  676. PolygonVertexIndex: *792 {
  677. a: 0,1,-3,1,0,-4,4,3,-6,3,4,-2,6,4,-8,4,5,-8,2,8,-1,8,2,-10,10,11,-13,11,10,-14,14,12,-16,12,14,-11,9,15,-9,15,9,-15,13,16,-12,16,13,-18,18,19,-21,19,18,-22,22,20,-24,20,22,-19,16,17,-23,16,22,-24,21,24,-20,24,21,-26,26,27,-29,27,26,-30,29,30,-28,30,29,-32,25,31,-25,31,25,-31,32,28,-34,28,32,-27,34,35,-37,35,34,-38,37,38,-36,38,37,-40,32,38,-40,38,32,-34,40,36,-42,36,40,-35,42,43,-45,43,42,-46,45,46,-44,46,45,-48,47,41,-47,41,47,-41,48,44,-50,44,48,-43,50,51,-53,51,50,-54,53,54,-52,54,53,-56,48,54,-56,54,48,-50,56,52,-58,52,56,-51,58,59,-61,59,58,-62,62,60,-64,60,62,-59,63,57,-63,57,63,-57,61,7,-60,7,61,-7,1,4,-65,65,64,-5,64,65,-67,67,66,-66,66,67,-69,68,67,-6,68,5,-4,15,12,-70,69,70,-16,69,71,-71,71,69,-73,72,14,-72,14,72,-11,27,30,-74,73,30,-75,73,74,-76,75,74,-77,75,76,-32,75,31,-30,39,37,-78,39,77,-79,79,78,-78,79,80,-79,80,79,-82,81,38,-81,38,81,-36,55,53,-83,82,83,-56,84,83,-83,83,84,-86,86,85,-85,86,54,-86,51,54,-87,0,68,-4,68,0,-88,68,87,-67,66,87,-89,66,88,-65,64,88,-2,2,1,-89,88,9,-3,9,88,-90,87,89,-89,87,90,-90,87,8,-91,8,87,-1,11,69,-13,69,11,-92,92,69,-92,92,72,-70,92,10,-73,10,92,-14,92,17,-14,17,92,-94,93,92,-92,91,94,-94,94,91,-17,16,91,-12,19,95,-21,95,19,-97,95,96,-98,97,96,-99,97,98,-100,99,98,-19,18,98,-22,95,23,-21,23,95,-101,100,95,-98,97,101,-101,101,97,-100,101,99,-23,22,99,-19,98,25,-22,25,98,-103,102,98,-97,96,103,-103,96,24,-104,96,19,-25,26,75,-30,75,26,-105,75,104,-106,105,73,-76,105,27,-74,28,27,-106,105,33,-29,33,105,-107,106,105,-105,106,104,-108,107,104,-33,32,104,-27,34,77,-38,77,34,-109,108,79,-78,109,79,-109,109,81,-80,109,35,-82,35,109,-37,109,41,-37,41,109,-111,110,109,-109,110,108,-112,40,111,-109,34,40,-109,42,112,-46,112,42,-114,114,112,-114,112,114,-116,115,114,-44,114,44,-44,112,47,-46,47,112,-117,112,117,-117,115,117,-113,117,115,-47,115,43,-47,114,49,-45,49,114,-119,113,118,-115,118,113,-120,113,48,-120,48,113,-43,50,82,-54,82,50,-121,120,84,-83,121,84,-121,121,86,-85,121,51,-87,52,51,-122,121,57,-53,57,121,-123,120,122,-122,122,120,-124,123,120,-57,56,120,
  678. -51,59,124,-61,124,59,-126,126,124,-126,124,126,-128,126,58,-128,58,126,-62,124,63,-61,63,124,-129,124,129,-129,129,124,-128,127,62,-130,62,127,-59,126,6,-62,6,126,-131,125,130,-127,125,131,-131,7,131,-126,59,7,-126,4,6,-66,130,65,-7,131,65,-131,65,131,-68,7,67,-132,67,7,-6,9,71,-15,71,9,-90,90,71,-90,71,90,-71,70,90,-9,8,15,-71,17,101,-23,93,101,-18,94,101,-94,101,94,-101,16,100,-95,100,16,-24,30,25,-75,102,74,-26,103,74,-103,74,103,-77,76,103,-25,76,24,-32,33,80,-39,80,33,-107,107,80,-107,80,107,-79,78,107,-33,32,39,-79,117,46,-42,110,117,-42,111,117,-111,117,111,-117,40,116,-112,116,40,-48,54,49,-86,118,85,-50,119,85,-119,85,119,-84,83,119,-49,55,83,-49,57,129,-63,129,57,-123,123,129,-123,129,123,-129,56,128,-124,128,56,-64
  679. }
  680. Edges: *396 {
  681. a: 0,1,2,4,5,6,7,8,10,12,13,14,16,18,19,22,23,24,25,26,28,29,30,31,32,34,36,37,40,42,43,46,47,48,49,50,52,53,54,55,56,58,61,62,65,66,67,70,71,72,73,74,76,77,78,79,82,83,84,85,88,90,91,92,94,96,97,98,100,101,102,103,106,107,108,110,113,114,115,116,118,120,121,122,124,125,126,127,130,131,132,133,136,138,139,140,142,144,145,146,148,149,150,151,154,155,156,158,161,162,163,164,166,168,169,170,172,173,174,175,176,178,180,181,184,186,187,190,193,194,195,197,199,200,201,203,205,206,208,209,212,214,215,216,217,219,220,223,224,225,226,229,232,233,235,236,238,239,241,242,244,245,248,250,251,253,254,255,257,258,259,262,263,264,265,268,271,272,273,274,276,278,280,281,282,284,285,286,290,291,295,296,298,301,302,304,307,311,312,316,317,318,321,322,324,325,330,334,335,338,336,339,342,346,348,352,353,356,357,358,361,362,366,367,370,371,373,374,376,377,379,380,382,383,385,387,391,392,395,396,397,401,403,404,408,412,413,416,417,418,420,421,426,430,431,433,434,435,438,443,444,448,449,452,454,455,457,458,462,466,467,468,471,473,474,477,481,483,487,488,491,493,494,495,497,501,502,505,506,509,507,511,512,514,515,516,519,523,524,525,526,528,532,533,537,541,542,543,547,548,549,550,555,559,560,561,564,566,567,570,575,576,580,581,582,586,587,589,590,594,595,598,599,602,600,604,605,606,607,610,612,616,617,618,619,623,624,625,630,634,635,636,639,640,642,644,649,651,654,658,660,666,671,672,676,680,684,687,690,694,696,703,705,708,712,716,720,725,726,730,734,740,741,744,748,750,757,759,762,766,770,774,779,780,784,786
  682. }
  683. GeometryVersion: 124
  684. LayerElementNormal: 0 {
  685. Version: 102
  686. Name: ""
  687. MappingInformationType: "ByPolygonVertex"
  688. ReferenceInformationType: "Direct"
  689. Normals: *2376 {
  690. a: -0.023615462705493,2.21982705345433e-016,-0.999721229076386,0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.047191459685564,2.21797218364874e-016,-0.998885869979858,0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,0.0314804539084435,2.21934556816337e-016,-0.999504387378693,0.0393396019935608,2.21872723411188e-016,-0.999225914478302,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,0.0393396019935608,2.21872723411188e-016,-0.999225914478302,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,0.0393396019935608,2.21872723411188e-016,-0.999225914478302,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,0,2.22044604925031e-016,-1,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,0,2.22044604925031e-016,-1,-0.023615462705493,2.21982705345433e-016,-0.999721229076386,-0.0314804539084435,2.21934556816337e-016,-0.999504387378693,0,2.22044604925031e-016,-1,0.0314804539084435,2.21934556816337e-016,-0.999504387378693,0,2.22044604925031e-016,-1,0.023615462705493,2.21982705345433e-016,-0.999721229076386,0,2.22044604925031e-016,-1,0.0314804539084435,2.21934556816337e-016,-0.999504387378693,0,2.22044604925031e-016,-1,0.722641825675964,1.53482264163361e-016,-0.691222667694092,0.687087178230286,1.61332062592701e-016,-0.726575016975403,0.730271458625793,1.5169134534529e-016,-0.683157086372375,0.687087178230286,1.61332062592701e-016,-0.726575016975403,0.722641825675964,1.53482264163361e-016,-0.691222667694092,0.670706689357758,1.6469552454713e-016,-0.741722702980042,0.734197854995728,1.50753984275145e-016,-0.678935587406158,0.691222667694092,1.60458718684523e-016,-0.722641825675964,0.734197854995728,1.50753984275145e-016,-0.678935587406158,0.691222667694092,1.60458718684523e-016,-0.722641825675964,0.734197854995728,1.50753984275145e-016,-0.678935587406158,0.691222667694092,1.60458718684523e-016,-0.722641825675964,0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.691222667694092,1.60458718684523e-016,-0.722641825675964,
  691. 0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.691222667694092,1.60458718684523e-016,-0.722641825675964,0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.678935587406158,1.63024672649332e-016,-0.734197854995728,0.730271458625793,1.5169134534529e-016,-0.683157086372375,0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.722641825675964,1.53482264163361e-016,-0.691222667694092,0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.730271458625793,1.5169134534529e-016,-0.683157086372375,0.707106828689575,1.57009256416169e-016,-0.707106828689575,0.999721229076386,-5.243686086563e-018,0.023615462705493,0.999721229076386,5.243686086563e-018,-0.023615462705493,0.999504387378693,-6.99006495096098e-018,0.0314804539084435,0.999721229076386,5.243686086563e-018,-0.023615462705493,0.999721229076386,-5.243686086563e-018,0.023615462705493,0.998885869979858,1.04786090217166e-017,-0.047191459685564,0.999225914478302,-8.73514638256818e-018,0.0393396019935608,0.999721229076386,5.243686086563e-018,-0.023615462705493,0.999225914478302,-8.73514638256818e-018,0.0393396019935608,0.999721229076386,5.243686086563e-018,-0.023615462705493,0.999225914478302,-8.73514638256818e-018,0.0393396019935608,0.999721229076386,5.243686086563e-018,-0.023615462705493,1,0,0,1,0,0,0.999721229076386,5.243686086563e-018,-0.023615462705493,1,0,0,0.999721229076386,5.243686086563e-018,-0.023615462705493,0.999504387378693,6.99006495096098e-018,-0.0314804539084435,0.999504387378693,-6.99006495096098e-018,0.0314804539084435,1,0,0,0.999721229076386,-5.243686086563e-018,0.023615462705493,1,0,0,0.999504387378693,-6.99006495096098e-018,0.0314804539084435,1,0,0,0.726575016975403,-1.52564001039198e-016,0.687087178230286,0.691222667694092,-1.60458718684523e-016,0.722641825675964,0.741722702980042,-1.48926801859019e-016,0.670706689357758,0.691222667694092,-1.60458718684523e-016,0.722641825675964,0.726575016975403,-1.52564001039198e-016,0.687087178230286,0.683157086372375,-1.62152837518591e-016,0.730271458625793,0.722641825675964,-1.53482264163361e-016,0.691222667694092,
  692. 0.678935587406158,-1.63024672649332e-016,0.734197854995728,0.722641825675964,-1.53482264163361e-016,0.691222667694092,0.678935587406158,-1.63024672649332e-016,0.734197854995728,0.722641825675964,-1.53482264163361e-016,0.691222667694092,0.678935587406158,-1.63024672649332e-016,0.734197854995728,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.722641825675964,-1.53482264163361e-016,0.691222667694092,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.722641825675964,-1.53482264163361e-016,0.691222667694092,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.734197854995728,-1.50753984275145e-016,0.678935587406158,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.683157086372375,-1.62152837518591e-016,0.730271458625793,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.683157086372375,-1.62152837518591e-016,0.730271458625793,0.707106828689575,-1.57009256416169e-016,0.707106828689575,0.691222667694092,-1.60458718684523e-016,0.722641825675964,0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.023615462705493,-2.21982705345433e-016,0.999721229076386,0.047191459685564,-2.21797218364874e-016,0.998885869979858,-0.023615462705493,-2.21982705345433e-016,0.999721229076386,0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.0314804539084435,-2.21934556816337e-016,0.999504387378693,0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.0393396019935608,-2.21872723411188e-016,0.999225914478302,0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.0393396019935608,-2.21872723411188e-016,0.999225914478302,0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.0393396019935608,-2.21872723411188e-016,0.999225914478302,0,-2.22044604925031e-016,1,0.023615462705493,-2.21982705345433e-016,0.999721229076386,0.0314804539084435,-2.21934556816337e-016,0.999504387378693,0.023615462705493,-2.21982705345433e-016,0.999721229076386,0,-2.22044604925031e-016,1,0,-2.22044604925031e-016,1,0,-2.22044604925031e-016,1,-0.0314804539084435,-2.21934556816337e-016,0.999504387378693,
  693. 0,-2.22044604925031e-016,1,-0.0314804539084435,-2.21934556816337e-016,0.999504387378693,0,-2.22044604925031e-016,1,-0.023615462705493,-2.21982705345433e-016,0.999721229076386,-0.687087178230286,-1.61332062592701e-016,0.726575016975403,-0.722641825675964,-1.53482264163361e-016,0.691222667694092,-0.670706689357758,-1.6469552454713e-016,0.741722702980042,-0.722641825675964,-1.53482264163361e-016,0.691222667694092,-0.687087178230286,-1.61332062592701e-016,0.726575016975403,-0.730271458625793,-1.5169134534529e-016,0.683157086372375,-0.691222667694092,-1.60458718684523e-016,0.722641825675964,-0.734197854995728,-1.50753984275145e-016,0.678935587406158,-0.691222667694092,-1.60458718684523e-016,0.722641825675964,-0.734197854995728,-1.50753984275145e-016,0.678935587406158,-0.691222667694092,-1.60458718684523e-016,0.722641825675964,-0.734197854995728,-1.50753984275145e-016,0.678935587406158,-0.691222667694092,-1.60458718684523e-016,0.722641825675964,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.678935587406158,-1.63024672649332e-016,0.734197854995728,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.691222667694092,-1.60458718684523e-016,0.722641825675964,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.730271458625793,-1.5169134534529e-016,0.683157086372375,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.730271458625793,-1.5169134534529e-016,0.683157086372375,-0.707106828689575,-1.57009256416169e-016,0.707106828689575,-0.722641825675964,-1.53482264163361e-016,0.691222667694092,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999721229076386,5.243686086563e-018,-0.023615462705493,-0.998885869979858,-1.04786090217166e-017,0.047191459685564,-0.999721229076386,5.243686086563e-018,-0.023615462705493,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999504387378693,6.99006495096098e-018,-0.0314804539084435,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999225914478302,8.73514638256818e-018,-0.0393396019935608,
  694. -0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999225914478302,8.73514638256818e-018,-0.0393396019935608,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999225914478302,8.73514638256818e-018,-0.0393396019935608,-1,0,0,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-0.999504387378693,-6.99006495096098e-018,0.0314804539084435,-0.999721229076386,-5.243686086563e-018,0.023615462705493,-1,0,0,-1,0,0,-1,0,0,-0.999504387378693,6.99006495096098e-018,-0.0314804539084435,-1,0,0,-0.999504387378693,6.99006495096098e-018,-0.0314804539084435,-1,0,0,-0.999721229076386,5.243686086563e-018,-0.023615462705493,-0.691222667694092,1.60458718684523e-016,-0.722641825675964,-0.726575016975403,1.52564001039198e-016,-0.687087178230286,-0.683157086372375,1.62152837518591e-016,-0.730271458625793,-0.726575016975403,1.52564001039198e-016,-0.687087178230286,-0.691222667694092,1.60458718684523e-016,-0.722641825675964,-0.741722702980042,1.48926801859019e-016,-0.670706689357758,-0.678935587406158,1.63024672649332e-016,-0.734197854995728,-0.722641825675964,1.53482264163361e-016,-0.691222667694092,-0.678935587406158,1.63024672649332e-016,-0.734197854995728,-0.722641825675964,1.53482264163361e-016,-0.691222667694092,-0.678935587406158,1.63024672649332e-016,-0.734197854995728,-0.722641825675964,1.53482264163361e-016,-0.691222667694092,-0.722641825675964,1.53482264163361e-016,-0.691222667694092,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,-0.734197854995728,1.50753984275145e-016,-0.678935587406158,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,-0.722641825675964,1.53482264163361e-016,-0.691222667694092,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,-0.683157086372375,1.62152837518591e-016,-0.730271458625793,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,-0.691222667694092,1.60458718684523e-016,-0.722641825675964,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,-0.683157086372375,1.62152837518591e-016,-0.730271458625793,-0.707106828689575,1.57009256416169e-016,-0.707106828689575,
  695. -0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,-0.0473543219268322,-0.891839742660522,0.449866056442261,0.0630782321095467,-0.709630072116852,0.701745271682739,-0.0473543219268322,-0.891839742660522,0.449866056442261,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,-0.0473543219268322,-0.891839742660522,0.449866056442261,0.0630782321095467,-0.709630072116852,0.701745271682739,-0.0471389964222908,0.133560493588448,0.989918947219849,0.0629609078168869,0.661089479923248,0.747660756111145,-0.0471389964222908,0.133560493588448,0.989918947219849,0.0630782321095467,-0.709630072116852,0.701745271682739,-0.0471389964222908,0.133560493588448,0.989918947219849,0.0629609078168869,0.661089479923248,0.747660756111145,-0.0551865845918655,0.961823344230652,0.268049120903015,-0.0551865845918655,0.961823344230652,0.268049120903015,0.0629609078168869,0.661089479923248,0.747660756111145,0.0393383838236332,0.999194979667664,-0.00786767713725567,-0.0551865845918655,0.961823344230652,0.268049120903015,0.0393383838236332,0.999194979667664,-0.00786767713725567,-0.0393396019935608,0.999225914478302,2.21872723411188e-016,0.0393286496400833,0.99894767999649,0.0235971882939339,-0.0314648635685444,0.999009490013123,-0.0314648635685444,-0.0550345741212368,0.998484432697296,2.21708081382065e-016,-0.0550345741212368,0.998484432697296,2.21708081382065e-016,-0.433487623929977,0.693580269813538,0.575356364250183,0.0393286496400833,0.99894767999649,0.0235971882939339,-0.733717858791351,0.1498993486166,0.662712872028351,-0.472206801176071,-0.700440108776093,0.535167694091797,-0.433487623929977,0.693580269813538,0.575356364250183,-0.472206801176071,-0.700440108776093,0.535167694091797,-0.733717858791351,0.1498993486166,0.662712872028351,-0.345398306846619,-0.894895553588867,0.282598584890366,-0.345398306846619,-0.894895553588867,0.282598584890366,0.0236088801175356,-0.999442577362061,0.0236088801175356,-0.472206801176071,-0.700440108776093,0.535167694091797,0.0236088801175356,-0.999442577362061,0.0236088801175356,
  696. -0.345398306846619,-0.894895553588867,0.282598584890366,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.0236088801175356,-0.999442577362061,0.0236088801175356,-0.282598584890366,-0.894895553588867,-0.345398306846619,-0.282598584890366,-0.894895553588867,-0.345398306846619,-0.0236088801175356,-0.999442577362061,0.0236088801175356,-0.535167694091797,-0.700440108776093,-0.472206801176071,-0.282598584890366,-0.894895553588867,-0.345398306846619,-0.535167694091797,-0.700440108776093,-0.472206801176071,-0.662712872028351,0.1498993486166,-0.733717858791351,-0.662712872028351,0.1498993486166,-0.733717858791351,-0.535167694091797,-0.700440108776093,-0.472206801176071,-0.575356364250183,0.693580269813538,-0.433487623929977,0,0.998484432697296,-0.0550345741212368,-0.575356364250183,0.693580269813538,-0.433487623929977,-0.0235971882939339,0.99894767999649,0.0393286496400833,0,0.998484432697296,-0.0550345741212368,-0.0235971882939339,0.99894767999649,0.0393286496400833,0.0314648635685444,0.999009490013123,-0.0314648635685444,-0.0393383838236332,0.999194979667664,0.00786767713725567,0.0393396019935608,0.999225914478302,2.21872723411188e-016,0.0551865845918655,0.961823344230652,-0.268049120903015,-0.0393383838236332,0.999194979667664,0.00786767713725567,0.0551865845918655,0.961823344230652,-0.268049120903015,-0.0629609078168869,0.661089479923248,-0.747660756111145,0.0471389964222908,0.133560493588448,-0.989918947219849,-0.0629609078168869,0.661089479923248,-0.747660756111145,0.0551865845918655,0.961823344230652,-0.268049120903015,0.0471389964222908,0.133560493588448,-0.989918947219849,-0.0630782321095467,-0.709630072116852,-0.701745271682739,-0.0629609078168869,0.661089479923248,-0.747660756111145,-0.0630782321095467,-0.709630072116852,-0.701745271682739,0.0471389964222908,0.133560493588448,-0.989918947219849,0.0473543219268322,-0.891839742660522,-0.449866056442261,0.0473543219268322,-0.891839742660522,-0.449866056442261,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,
  697. -0.0630782321095467,-0.709630072116852,-0.701745271682739,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0473543219268322,-0.891839742660522,-0.449866056442261,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,-0.00786767713725567,0.999194979667664,-0.0393383838236332,0,0.999225914478302,0.0393396019935608,0.268049120903015,0.961823344230652,0.0551865845918655,0.268049120903015,0.961823344230652,0.0551865845918655,0.747660756111145,0.661089479923248,-0.0629609078168869,-0.00786767713725567,0.999194979667664,-0.0393383838236332,0.989918947219849,0.133560493588448,0.0471389964222908,0.747660756111145,0.661089479923248,-0.0629609078168869,0.268049120903015,0.961823344230652,0.0551865845918655,0.747660756111145,0.661089479923248,-0.0629609078168869,0.989918947219849,0.133560493588448,0.0471389964222908,0.701745271682739,-0.709630072116852,-0.0630782321095467,0.449866056442261,-0.891839742660522,0.0473543219268322,0.701745271682739,-0.709630072116852,-0.0630782321095467,0.989918947219849,0.133560493588448,0.0471389964222908,0.449866056442261,-0.891839742660522,0.0473543219268322,0,-0.999504387378693,-0.0314804539084435,0.701745271682739,-0.709630072116852,-0.0630782321095467,0,-0.999504387378693,0.0314804539084435,0,-0.999504387378693,-0.0314804539084435,0.449866056442261,-0.891839742660522,0.0473543219268322,-0.0157455932348967,0.999845147132874,-0.00787279661744833,0.0157382767647505,0.999380588531494,0.031476553529501,0.00787377171218395,0.999969005584717,2.22037722782335e-016,0.0157382767647505,0.999380588531494,0.031476553529501,-0.0157455932348967,0.999845147132874,-0.00787279661744833,-0.0392316766083241,0.729709208011627,0.682631194591522,0.0157382767647505,0.999380588531494,0.031476553529501,-0.0392316766083241,0.729709208011627,0.682631194591522,0.055019274353981,-0.0235796887427568,0.998206853866577,0.055019274353981,-0.0235796887427568,0.998206853866577,-0.0392316766083241,0.729709208011627,0.682631194591522,-0.0157110597938299,-0.777697443962097,0.628442406654358,0.055019274353981,-0.0235796887427568,0.998206853866577,
  698. -0.0157110597938299,-0.777697443962097,0.628442406654358,0.0314017795026302,-0.839997589588165,0.541680693626404,0.0314017795026302,-0.839997589588165,0.541680693626404,-0.0157110597938299,-0.777697443962097,0.628442406654358,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.0157455932348967,-0.999845147132874,0.00787279661744833,0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.0157110597938299,-0.777697443962097,0.628442406654358,0.0392776504158974,-0.801264047622681,0.597020268440247,0,-1,-2.22044604925031e-016,0.0628655776381493,-0.99799108505249,-0.00785819720476866,0,-1,-2.22044604925031e-016,0.0392776504158974,-0.801264047622681,0.597020268440247,-0.00786499958485365,-0.6370649933815,0.770769953727722,0.0392619036138058,0.0628190487623215,0.997252345085144,-0.00786499958485365,-0.6370649933815,0.770769953727722,0.0392776504158974,-0.801264047622681,0.597020268440247,0.0392619036138058,0.0628190487623215,0.997252345085144,-0.00785456039011478,0.691201329231262,0.722619533538818,-0.00786499958485365,-0.6370649933815,0.770769953727722,0.0235971882939339,0.99894767999649,0.0393286496400833,-0.00787377171218395,0.999969005584717,2.22037722782335e-016,-0.00785456039011478,0.691201329231262,0.722619533538818,-0.00787377171218395,0.999969005584717,2.22037722782335e-016,0.0235971882939339,0.99894767999649,0.0393286496400833,0.0869599208235741,0.996086359024048,-0.0158108938485384,-0.0078735277056694,0.999938011169434,-0.0078735277056694,-0.00786986947059631,0.999473392963409,0.0314794778823853,0.0078735277056694,0.999938011169434,0.0078735277056694,-0.00786986947059631,0.999473392963409,0.0314794778823853,-0.0078735277056694,0.999938011169434,-0.0078735277056694,-0.0550328753888607,0.998453617095947,0.00786183960735798,-0.464840799570084,-0.772108435630798,0.433326184749603,-0.670685768127441,0.00789042096585035,0.741699635982513,-0.706039845943451,0.0549142137169838,0.706039845943451,-0.464840799570084,-0.772108435630798,0.433326184749603,-0.363027185201645,-0.836540937423706,0.41037854552269,
  699. -0.670685768127441,0.00789042096585035,0.741699635982513,-0.464840799570084,-0.772108435630798,0.433326184749603,0.0078735277056694,-0.999938011169434,0.0078735277056694,-0.363027185201645,-0.836540937423706,0.41037854552269,0.0078735277056694,-0.999938011169434,0.0078735277056694,-0.464840799570084,-0.772108435630798,0.433326184749603,-0.0157455932348967,-0.999845147132874,-0.00787279661744833,-0.394791573286057,-0.805374801158905,0.442166566848755,0,-1,-2.22044604925031e-016,0.0471550077199936,-0.998114347457886,0.0392958410084248,0,-1,-2.22044604925031e-016,-0.394791573286057,-0.805374801158905,0.442166566848755,-0.549158990383148,-0.643300533294678,0.533468723297119,-0.549158990383148,-0.643300533294678,0.533468723297119,-0.394791573286057,-0.805374801158905,0.442166566848755,-0.661663472652435,0.11815420538187,0.740432977676392,-0.661663472652435,0.11815420538187,0.740432977676392,-0.51860898733139,0.691478669643402,0.502893567085266,-0.549158990383148,-0.643300533294678,0.533468723297119,-0.51860898733139,0.691478669643402,0.502893567085266,-0.0157338920980692,0.999102234840393,0.0393347330391407,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,-0.0157338920980692,0.999102234840393,0.0393347330391407,0.0157338920980692,0.999102234840393,0.0393347330391407,0.00787279661744833,0.999845147132874,-0.0157455932348967,-0.031476553529501,0.999380588531494,0.0157382767647505,0,0.999969005584717,0.00787377171218395,-0.031476553529501,0.999380588531494,0.0157382767647505,0.00787279661744833,0.999845147132874,-0.0157455932348967,-0.682631194591522,0.729709208011627,-0.0392316766083241,-0.031476553529501,0.999380588531494,0.0157382767647505,-0.682631194591522,0.729709208011627,-0.0392316766083241,-0.998206853866577,-0.0235796887427568,0.055019274353981,-0.998206853866577,-0.0235796887427568,0.055019274353981,-0.682631194591522,0.729709208011627,-0.0392316766083241,-0.628442406654358,-0.777697443962097,-0.0157110597938299,-0.998206853866577,-0.0235796887427568,0.055019274353981,-0.628442406654358,-0.777697443962097,-0.0157110597938299,
  700. -0.541680693626404,-0.839997589588165,0.0314017795026302,-0.541680693626404,-0.839997589588165,0.0314017795026302,-0.628442406654358,-0.777697443962097,-0.0157110597938299,0,-0.999969005584717,0.00787377171218395,0,-0.999969005584717,0.00787377171218395,-0.628442406654358,-0.777697443962097,-0.0157110597938299,-0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.268049120903015,0.961823344230652,-0.0551865845918655,0.00786767713725567,0.999194979667664,0.0393383838236332,0,0.999225914478302,-0.0393396019935608,0.00786767713725567,0.999194979667664,0.0393383838236332,-0.268049120903015,0.961823344230652,-0.0551865845918655,-0.747660756111145,0.661089479923248,0.0629609078168869,-0.747660756111145,0.661089479923248,0.0629609078168869,-0.268049120903015,0.961823344230652,-0.0551865845918655,-0.989918947219849,0.133560493588448,-0.0471389964222908,-0.989918947219849,0.133560493588448,-0.0471389964222908,-0.701745271682739,-0.709630072116852,0.0630782321095467,-0.747660756111145,0.661089479923248,0.0629609078168869,-0.701745271682739,-0.709630072116852,0.0630782321095467,-0.989918947219849,0.133560493588448,-0.0471389964222908,-0.449866056442261,-0.891839742660522,-0.0473543219268322,-0.701745271682739,-0.709630072116852,0.0630782321095467,-0.449866056442261,-0.891839742660522,-0.0473543219268322,0,-0.999504387378693,0.0314804539084435,0,-0.999504387378693,0.0314804539084435,-0.449866056442261,-0.891839742660522,-0.0473543219268322,0,-0.999504387378693,-0.0314804539084435,-0.597020268440247,-0.801264047622681,0.0392776504158974,0,-1,-2.22044604925031e-016,0.00785819720476866,-0.99799108505249,0.0628655776381493,0,-1,-2.22044604925031e-016,-0.597020268440247,-0.801264047622681,0.0392776504158974,-0.770769953727722,-0.6370649933815,-0.00786499958485365,-0.770769953727722,-0.6370649933815,-0.00786499958485365,-0.597020268440247,-0.801264047622681,0.0392776504158974,-0.997252345085144,0.0628190487623215,0.0392619036138058,-0.997252345085144,0.0628190487623215,0.0392619036138058,-0.722619593143463,0.691201388835907,-0.00785456132143736,
  701. -0.770769953727722,-0.6370649933815,-0.00786499958485365,-0.0393286496400833,0.99894767999649,0.0235971882939339,0,0.999969005584717,-0.00787377171218395,-0.722619593143463,0.691201388835907,-0.00785456132143736,-0.0393286496400833,0.99894767999649,0.0235971882939339,0.0158108938485384,0.996086359024048,0.0869599208235741,0,0.999969005584717,-0.00787377171218395,0.0078735277056694,0.999938011169434,-0.0078735277056694,-0.0314794778823853,0.999473392963409,-0.00786986947059631,-0.0078735277056694,0.999938011169434,0.0078735277056694,-0.0314794778823853,0.999473392963409,-0.00786986947059631,0.0078735277056694,0.999938011169434,-0.0078735277056694,-0.00786183960735798,0.998453617095947,-0.0550328753888607,-0.741699635982513,0.00789042096585035,-0.670685768127441,-0.706039845943451,0.0549142137169838,-0.706039845943451,-0.433326184749603,-0.772108435630798,-0.464840799570084,-0.433326184749603,-0.772108435630798,-0.464840799570084,-0.41037854552269,-0.836540937423706,-0.363027185201645,-0.741699635982513,0.00789042096585035,-0.670685768127441,-0.433326184749603,-0.772108435630798,-0.464840799570084,-0.0078735277056694,-0.999938011169434,0.0078735277056694,-0.41037854552269,-0.836540937423706,-0.363027185201645,0.00787279661744833,-0.999845147132874,-0.0157455932348967,-0.0078735277056694,-0.999938011169434,0.0078735277056694,-0.433326184749603,-0.772108435630798,-0.464840799570084,-0.442166566848755,-0.805374801158905,-0.394791573286057,0,-1,-2.22044604925031e-016,-0.0392958410084248,-0.998114347457886,0.0471550077199936,0,-1,-2.22044604925031e-016,-0.442166566848755,-0.805374801158905,-0.394791573286057,-0.533468723297119,-0.643300533294678,-0.549158990383148,-0.533468723297119,-0.643300533294678,-0.549158990383148,-0.442166566848755,-0.805374801158905,-0.394791573286057,-0.740432977676392,0.11815420538187,-0.661663472652435,-0.533468723297119,-0.643300533294678,-0.549158990383148,-0.740432977676392,0.11815420538187,-0.661663472652435,-0.502893626689911,0.691478729248047,-0.518609046936035,-0.502893626689911,0.691478729248047,-0.518609046936035,
  702. -0.0393347330391407,0.999102234840393,-0.0157338920980692,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,-0.0393347330391407,0.999102234840393,-0.0157338920980692,-0.0393347330391407,0.999102234840393,0.0157338920980692,0.0157455932348967,0.999845147132874,0.00787279661744833,-0.0157382767647505,0.999380588531494,-0.031476553529501,-0.00787377171218395,0.999969005584717,2.22037722782335e-016,-0.0157382767647505,0.999380588531494,-0.031476553529501,0.0157455932348967,0.999845147132874,0.00787279661744833,0.0392316766083241,0.729709208011627,-0.682631194591522,0.0392316766083241,0.729709208011627,-0.682631194591522,-0.055019274353981,-0.0235796887427568,-0.998206853866577,-0.0157382767647505,0.999380588531494,-0.031476553529501,0.0157110597938299,-0.777697443962097,-0.628442406654358,-0.055019274353981,-0.0235796887427568,-0.998206853866577,0.0392316766083241,0.729709208011627,-0.682631194591522,0.0157110597938299,-0.777697443962097,-0.628442406654358,-0.0314017795026302,-0.839997589588165,-0.541680693626404,-0.055019274353981,-0.0235796887427568,-0.998206853866577,0.0157110597938299,-0.777697443962097,-0.628442406654358,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,-0.0314017795026302,-0.839997589588165,-0.541680693626404,-0.00787377171218395,-0.999969005584717,-2.22037722782335e-016,0.0157110597938299,-0.777697443962097,-0.628442406654358,0.0157455932348967,-0.999845147132874,-0.00787279661744833,-0.0392776504158974,-0.801264047622681,-0.597020268440247,0,-1,-2.22044604925031e-016,-0.0628655776381493,-0.99799108505249,0.00785819720476866,0,-1,-2.22044604925031e-016,-0.0392776504158974,-0.801264047622681,-0.597020268440247,0.00786499958485365,-0.6370649933815,-0.770769953727722,0.00786499958485365,-0.6370649933815,-0.770769953727722,-0.0392776504158974,-0.801264047622681,-0.597020268440247,-0.0392619036138058,0.0628190487623215,-0.997252345085144,0.00786499958485365,-0.6370649933815,-0.770769953727722,-0.0392619036138058,0.0628190487623215,-0.997252345085144,0.00785456039011478,0.691201329231262,-0.722619533538818,
  703. 0.00787377171218395,0.999969005584717,2.22037722782335e-016,0.00785456039011478,0.691201329231262,-0.722619533538818,-0.0235971882939339,0.99894767999649,-0.0393286496400833,-0.0869599208235741,0.996086359024048,0.0158108938485384,0.00787377171218395,0.999969005584717,2.22037722782335e-016,-0.0235971882939339,0.99894767999649,-0.0393286496400833,0.0078735277056694,0.999938011169434,0.0078735277056694,0.00786986947059631,0.999473392963409,-0.0314794778823853,-0.0078735277056694,0.999938011169434,-0.0078735277056694,0.00786986947059631,0.999473392963409,-0.0314794778823853,0.0078735277056694,0.999938011169434,0.0078735277056694,0.0550328753888607,0.998453617095947,-0.00786183960735798,0.464840799570084,-0.772108435630798,-0.433326184749603,0.670685768127441,0.00789042096585035,-0.741699635982513,0.706039845943451,0.0549142137169838,-0.706039845943451,0.670685768127441,0.00789042096585035,-0.741699635982513,0.464840799570084,-0.772108435630798,-0.433326184749603,0.363027185201645,-0.836540937423706,-0.41037854552269,0.363027185201645,-0.836540937423706,-0.41037854552269,0.464840799570084,-0.772108435630798,-0.433326184749603,-0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.464840799570084,-0.772108435630798,-0.433326184749603,0.0157455932348967,-0.999845147132874,0.00787279661744833,-0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.0550345741212368,0.998484432697296,2.21708081382065e-016,-0.0393286496400833,0.99894767999649,-0.0235971882939339,0.0314648635685444,0.999009490013123,0.0314648635685444,-0.0393286496400833,0.99894767999649,-0.0235971882939339,0.0550345741212368,0.998484432697296,2.21708081382065e-016,0.433487623929977,0.693580269813538,-0.575356364250183,0.733717858791351,0.1498993486166,-0.662712872028351,0.472206801176071,-0.700440108776093,-0.535167694091797,0.433487623929977,0.693580269813538,-0.575356364250183,0.345398306846619,-0.894895553588867,-0.282598584890366,0.472206801176071,-0.700440108776093,-0.535167694091797,0.733717858791351,0.1498993486166,-0.662712872028351,0.472206801176071,-0.700440108776093,-0.535167694091797,
  704. 0.345398306846619,-0.894895553588867,-0.282598584890366,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.345398306846619,-0.894895553588867,-0.282598584890366,0.0236088801175356,-0.999442577362061,0.0236088801175356,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.394791573286057,-0.805374801158905,-0.442166566848755,0,-1,-2.22044604925031e-016,-0.0471550077199936,-0.998114347457886,-0.0392958410084248,0,-1,-2.22044604925031e-016,0.394791573286057,-0.805374801158905,-0.442166566848755,0.549158990383148,-0.643300533294678,-0.533468723297119,0.661663472652435,0.11815420538187,-0.740432977676392,0.549158990383148,-0.643300533294678,-0.533468723297119,0.394791573286057,-0.805374801158905,-0.442166566848755,0.549158990383148,-0.643300533294678,-0.533468723297119,0.661663472652435,0.11815420538187,-0.740432977676392,0.51860898733139,0.691478669643402,-0.502893567085266,0.0157338920980692,0.999102234840393,-0.0393347330391407,0,1,2.22044604925031e-016,0.51860898733139,0.691478669643402,-0.502893567085266,0,1,2.22044604925031e-016,0.0157338920980692,0.999102234840393,-0.0393347330391407,-0.0157338920980692,0.999102234840393,-0.0393347330391407,-0.00787279661744833,0.999845147132874,0.0157455932348967,0.031476553529501,0.999380588531494,-0.0157382767647505,0,0.999969005584717,-0.00787377171218395,0.031476553529501,0.999380588531494,-0.0157382767647505,-0.00787279661744833,0.999845147132874,0.0157455932348967,0.682631194591522,0.729709208011627,0.0392316766083241,0.682631194591522,0.729709208011627,0.0392316766083241,0.998206853866577,-0.0235796887427568,-0.055019274353981,0.031476553529501,0.999380588531494,-0.0157382767647505,0.628442406654358,-0.777697443962097,0.0157110597938299,0.998206853866577,-0.0235796887427568,-0.055019274353981,0.682631194591522,0.729709208011627,0.0392316766083241,0.628442406654358,-0.777697443962097,0.0157110597938299,0.545271396636963,-0.837663352489471,-0.0316099375486374,0.998206853866577,-0.0235796887427568,-0.055019274353981,0.628442406654358,-0.777697443962097,0.0157110597938299,
  705. 0,-0.999969005584717,-0.00787377171218395,0.545271396636963,-0.837663352489471,-0.0316099375486374,0.00787279661744833,-0.999845147132874,0.0157455932348967,0,-0.999969005584717,-0.00787377171218395,0.628442406654358,-0.777697443962097,0.0157110597938299,0.597020268440247,-0.801264047622681,-0.0392776504158974,0,-1,-2.22044604925031e-016,-0.00785819720476866,-0.99799108505249,-0.0628655776381493,0,-1,-2.22044604925031e-016,0.597020268440247,-0.801264047622681,-0.0392776504158974,0.770769953727722,-0.6370649933815,0.00786499958485365,0.997252345085144,0.0628190487623215,-0.0392619036138058,0.770769953727722,-0.6370649933815,0.00786499958485365,0.597020268440247,-0.801264047622681,-0.0392776504158974,0.770769953727722,-0.6370649933815,0.00786499958485365,0.997252345085144,0.0628190487623215,-0.0392619036138058,0.722619593143463,0.691201388835907,0.00785456132143736,0.722619593143463,0.691201388835907,0.00785456132143736,0.0393286496400833,0.99894767999649,-0.0235971882939339,0,0.999969005584717,0.00787377171218395,0,0.999969005584717,0.00787377171218395,0.0393286496400833,0.99894767999649,-0.0235971882939339,-0.0158108938485384,0.996086359024048,-0.0869599208235741,-0.0078735277056694,0.999938011169434,0.0078735277056694,0.0314794778823853,0.999473392963409,0.00786986947059631,0.0078735277056694,0.999938011169434,-0.0078735277056694,0.0314794778823853,0.999473392963409,0.00786986947059631,-0.0078735277056694,0.999938011169434,0.0078735277056694,0.00786183960735798,0.998453617095947,0.0550328753888607,0.433326184749603,-0.772108435630798,0.464840799570084,0.741699635982513,0.00789042096585035,0.670685768127441,0.706039845943451,0.0549142137169838,0.706039845943451,0.741699635982513,0.00789042096585035,0.670685768127441,0.433326184749603,-0.772108435630798,0.464840799570084,0.41037854552269,-0.836540937423706,0.363027185201645,0.433326184749603,-0.772108435630798,0.464840799570084,0.0078735277056694,-0.999938011169434,-0.0078735277056694,0.41037854552269,-0.836540937423706,0.363027185201645,0.0078735277056694,-0.999938011169434,-0.0078735277056694,
  706. 0.433326184749603,-0.772108435630798,0.464840799570084,-0.00787279661744833,-0.999845147132874,0.0157455932348967,0,0.998484432697296,0.0550345741212368,0.0235971882939339,0.99894767999649,-0.0393286496400833,-0.0314648635685444,0.999009490013123,0.0314648635685444,0.0235971882939339,0.99894767999649,-0.0393286496400833,0,0.998484432697296,0.0550345741212368,0.575356364250183,0.693580269813538,0.433487623929977,0.662712872028351,0.1498993486166,0.733717858791351,0.535167694091797,-0.700440108776093,0.472206801176071,0.575356364250183,0.693580269813538,0.433487623929977,0.535167694091797,-0.700440108776093,0.472206801176071,0.662712872028351,0.1498993486166,0.733717858791351,0.282598584890366,-0.894895553588867,0.345398306846619,0.282598584890366,-0.894895553588867,0.345398306846619,0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.535167694091797,-0.700440108776093,0.472206801176071,0.0236088801175356,-0.999442577362061,-0.0236088801175356,0.282598584890366,-0.894895553588867,0.345398306846619,-0.0236088801175356,-0.999442577362061,0.0236088801175356,0.442166566848755,-0.805374801158905,0.394791573286057,0,-1,-2.22044604925031e-016,0.0392958410084248,-0.998114347457886,-0.0471550077199936,0,-1,-2.22044604925031e-016,0.442166566848755,-0.805374801158905,0.394791573286057,0.533468723297119,-0.643300533294678,0.549158990383148,0.740432977676392,0.11815420538187,0.661663472652435,0.533468723297119,-0.643300533294678,0.549158990383148,0.442166566848755,-0.805374801158905,0.394791573286057,0.740432977676392,0.11815420538187,0.661663472652435,0.502893626689911,0.691478729248047,0.518609046936035,0.533468723297119,-0.643300533294678,0.549158990383148,0,1,2.22044604925031e-016,0.502893626689911,0.691478729248047,0.518609046936035,0.0393347330391407,0.999102234840393,0.0157338920980692,0.0393347330391407,0.999102234840393,-0.0157338920980692,0,1,2.22044604925031e-016,0.0393347330391407,0.999102234840393,0.0157338920980692,-0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0,-1,-2.22044604925031e-016,-0.0236653704196215,-0.741514980792999,0.670518815517426,
  707. 0.00789042096585035,-0.741699635982513,0.670685768127441,-0.0236653704196215,-0.741514980792999,0.670518815517426,0,-1,-2.22044604925031e-016,0.00786499958485365,0.047189999371767,0.998854994773865,-0.0236653704196215,-0.741514980792999,0.670518815517426,0.00789042096585035,-0.741699635982513,0.670685768127441,-0.0236653704196215,-0.741514980792999,0.670518815517426,0.00786499958485365,0.047189999371767,0.998854994773865,-0.0551780164241791,0.102473460137844,0.993204295635223,0,1,2.22044604925031e-016,-0.0157382767647505,0.999380588531494,0.031476553529501,0,0.998885869979858,0.047191459685564,-0.0157382767647505,0.999380588531494,0.031476553529501,0,1,2.22044604925031e-016,-0.0471681281924248,0.99839198589325,-0.0314454175531864,0,-1,-2.22044604925031e-016,-0.473381131887436,-0.757409811019897,0.449712067842484,-0.0236088801175356,-0.999442577362061,-0.0236088801175356,-0.473381131887436,-0.757409811019897,0.449712067842484,0,-1,-2.22044604925031e-016,-0.512112736701965,-0.677564561367035,0.527870059013367,-0.698431372642517,0.0470852591097355,0.714126467704773,-0.473381131887436,-0.757409811019897,0.449712067842484,-0.512112736701965,-0.677564561367035,0.527870059013367,-0.473381131887436,-0.757409811019897,0.449712067842484,-0.698431372642517,0.0470852591097355,0.714126467704773,-0.752761781215668,0.141142830252647,0.642983973026276,-0.0314794778823853,0.999473392963409,0.00786986947059631,-0.0314648635685444,0.999009490013123,0.0314648635685444,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,-0.0236088801175356,0.999442577362061,-0.0236088801175356,-0.0314794778823853,0.999473392963409,0.00786986947059631,0,-1,-2.22044604925031e-016,-0.670518815517426,-0.741514980792999,-0.0236653704196215,0,-0.999504387378693,-0.0314804539084435,-0.670685768127441,-0.741699635982513,0.00789042096585035,-0.670518815517426,-0.741514980792999,-0.0236653704196215,0,-1,-2.22044604925031e-016,-0.998854994773865,0.047189999371767,0.00786499958485365,-0.670518815517426,-0.741514980792999,-0.0236653704196215,-0.670685768127441,-0.741699635982513,0.00789042096585035,
  708. -0.670518815517426,-0.741514980792999,-0.0236653704196215,-0.998854994773865,0.047189999371767,0.00786499958485365,-0.993204295635223,0.102473460137844,-0.0551780164241791,0,1,2.22044604925031e-016,-0.031476553529501,0.999380588531494,-0.0157382767647505,-0.047191459685564,0.998885869979858,2.21797218364874e-016,-0.031476553529501,0.999380588531494,-0.0157382767647505,0,1,2.22044604925031e-016,0.0314454175531864,0.99839198589325,-0.0471681281924248,0.0236088801175356,-0.999442577362061,-0.0236088801175356,0,-1,-2.22044604925031e-016,-0.449712067842484,-0.757409811019897,-0.473381131887436,-0.527870059013367,-0.677564561367035,-0.512112736701965,-0.449712067842484,-0.757409811019897,-0.473381131887436,0,-1,-2.22044604925031e-016,-0.714126467704773,0.0470852591097355,-0.698431372642517,-0.449712067842484,-0.757409811019897,-0.473381131887436,-0.527870059013367,-0.677564561367035,-0.512112736701965,-0.449712067842484,-0.757409811019897,-0.473381131887436,-0.714126467704773,0.0470852591097355,-0.698431372642517,-0.642983973026276,0.141142830252647,-0.752761781215668,-0.00786986947059631,0.999473392963409,-0.0314794778823853,-0.0314648635685444,0.999009490013123,-0.0314648635685444,0,1,2.22044604925031e-016,-0.00786986947059631,0.999473392963409,-0.0314794778823853,0,1,2.22044604925031e-016,0.0236088801175356,0.999442577362061,-0.0236088801175356,0,-1,-2.22044604925031e-016,0.0236653704196215,-0.741514980792999,-0.670518815517426,0.0314804539084435,-0.999504387378693,-2.21934556816337e-016,0.0236653704196215,-0.741514980792999,-0.670518815517426,0,-1,-2.22044604925031e-016,-0.00789042096585035,-0.741699635982513,-0.670685768127441,-0.00786499958485365,0.047189999371767,-0.998854994773865,0.0236653704196215,-0.741514980792999,-0.670518815517426,-0.00789042096585035,-0.741699635982513,-0.670685768127441,0.0236653704196215,-0.741514980792999,-0.670518815517426,-0.00786499958485365,0.047189999371767,-0.998854994773865,0.0551780164241791,0.102473460137844,-0.993204295635223,0.0157382767647505,0.999380588531494,-0.031476553529501,
  709. 0,0.998885869979858,-0.047191459685564,0,1,2.22044604925031e-016,0,1,2.22044604925031e-016,0.0471681281924248,0.99839198589325,0.0314454175531864,0.0157382767647505,0.999380588531494,-0.031476553529501,0.473381131887436,-0.757409811019897,-0.449712067842484,0.0236088801175356,-0.999442577362061,0.0236088801175356,0,-1,-2.22044604925031e-016,0.512112736701965,-0.677564561367035,-0.527870059013367,0.473381131887436,-0.757409811019897,-0.449712067842484,0,-1,-2.22044604925031e-016,0.698431372642517,0.0470852591097355,-0.714126467704773,0.473381131887436,-0.757409811019897,-0.449712067842484,0.512112736701965,-0.677564561367035,-0.527870059013367,0.473381131887436,-0.757409811019897,-0.449712067842484,0.698431372642517,0.0470852591097355,-0.714126467704773,0.752761781215668,0.141142830252647,-0.642983973026276,0,1,2.22044604925031e-016,0.0314794778823853,0.999473392963409,-0.00786986947059631,0.0314648635685444,0.999009490013123,-0.0314648635685444,0.0314794778823853,0.999473392963409,-0.00786986947059631,0,1,2.22044604925031e-016,0.0236088801175356,0.999442577362061,0.0236088801175356,0,-0.999504387378693,0.0314804539084435,0,-1,-2.22044604925031e-016,0.670518815517426,-0.741514980792999,0.0236653704196215,0.670685768127441,-0.741699635982513,-0.00789042096585035,0.670518815517426,-0.741514980792999,0.0236653704196215,0,-1,-2.22044604925031e-016,0.998854994773865,0.047189999371767,-0.00786499958485365,0.670518815517426,-0.741514980792999,0.0236653704196215,0.670685768127441,-0.741699635982513,-0.00789042096585035,0.670518815517426,-0.741514980792999,0.0236653704196215,0.998854994773865,0.047189999371767,-0.00786499958485365,0.993204295635223,0.102473460137844,0.0551780164241791,0.031476553529501,0.999380588531494,0.0157382767647505,0.047191459685564,0.998885869979858,2.21797218364874e-016,0,1,2.22044604925031e-016,-0.0314454175531864,0.99839198589325,0.0471681281924248,0.031476553529501,0.999380588531494,0.0157382767647505,0,1,2.22044604925031e-016,0,-1,-2.22044604925031e-016,0.449712067842484,-0.757409811019897,0.473381131887436,
  710. -0.0236088801175356,-0.999442577362061,0.0236088801175356,0.449712067842484,-0.757409811019897,0.473381131887436,0,-1,-2.22044604925031e-016,0.527870059013367,-0.677564561367035,0.512112736701965,0.714126467704773,0.0470852591097355,0.698431372642517,0.449712067842484,-0.757409811019897,0.473381131887436,0.527870059013367,-0.677564561367035,0.512112736701965,0.449712067842484,-0.757409811019897,0.473381131887436,0.714126467704773,0.0470852591097355,0.698431372642517,0.642983973026276,0.141142830252647,0.752761781215668,0,1,2.22044604925031e-016,0.00786986947059631,0.999473392963409,0.0314794778823853,0.0314648635685444,0.999009490013123,0.0314648635685444,0.00786986947059631,0.999473392963409,0.0314794778823853,0,1,2.22044604925031e-016,-0.0236088801175356,0.999442577362061,0.0236088801175356
  711. }
  712. NormalsW: *792 {
  713. 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
  714. }
  715. }
  716. LayerElementBinormal: 0 {
  717. Version: 102
  718. Name: "map1"
  719. MappingInformationType: "ByPolygonVertex"
  720. ReferenceInformationType: "Direct"
  721. Binormals: *2376 {
  722. a: -0.000505486212205142,-0.99999988079071,1.19406204248662e-005,-0.000505588308442384,-0.99999988079071,-1.19430314953206e-005,-0.000505435222294182,-0.99999988079071,2.38788288697833e-005,-0.000209733407245949,-1,-4.9543327804713e-006,-0.000209705060115084,-1,4.95366293762345e-006,-0.000209738136618398,-1,-6.6059255914297e-006,0.00710496073588729,-0.999974727630615,0.000279722851701081,0.00710596377030015,-0.99997478723526,-0.000167857419000939,0.00710496073588729,-0.999974727630615,0.000279722851701081,0.00514639355242252,-0.999986827373505,-0.000121568358736113,0.00514588691294193,-0.999986827373505,0.000202593975700438,0.00514639355242252,-0.999986827373505,-0.000121568358736113,-0.000159476316184737,-1,-2.22044604925031e-016,-0.000159475675900467,-1,3.76714228877972e-006,-0.000159476316184737,-1,-2.22044604925031e-016,-0.00145399628672749,-0.999998986721039,3.43463689205237e-005,-0.00145398906897753,-0.999998986721039,4.57949317933526e-005,-0.00145401747431606,-0.999998927116394,-2.22044366697015e-016,0.00145218858961016,-0.999998986721039,4.57382229797076e-005,0.00145178090315312,-0.999998927116394,-2.22044366697015e-016,0.00145208684261888,-0.999998986721039,3.43012652592734e-005,0.000539666856639087,-0.99999988079071,-2.22044578455252e-016,0.000539769593160599,-0.99999988079071,1.70006169355474e-005,0.000539666856639087,-0.99999988079071,-2.22044578455252e-016,-0.000252511585131288,-0.99999988079071,-0.000263989379163831,-0.000265427137492225,-0.999999940395355,-0.000251001736614853,-0.000249649834586307,-0.99999988079071,-0.000266867107711732,-0.000375616655219346,-0.999999940395355,-0.000355202646460384,-0.000357366050593555,-0.99999988079071,-0.000373609917005524,-0.000383745500585064,-0.99999988079071,-0.00034700392279774,0.0047322753816843,-0.999975740909576,0.00511746108531952,0.00503483880311251,-0.999975800514221,0.00481593329459429,0.0047322753816843,-0.999975740909576,0.00511746108531952,0.00373954372480512,-0.99998664855957,0.00357695505954325,0.00351475295610726,-0.999986708164215,0.00380083778873086,
  723. 0.00373954372480512,-0.99998664855957,0.00357695505954325,-0.00118113157805055,-0.999998688697815,-0.00118113157805055,-0.00120738323312253,-0.999998688697815,-0.00115488842129707,-0.00118113157805055,-0.999998688697815,-0.00118113157805055,-0.000264589674770832,-0.99999988079071,-0.000253085803706199,-0.000258841930190101,-0.999999940395355,-0.000258841930190101,-0.000268956588115543,-0.99999988079071,-0.000248712516622618,0.000950381334405392,-0.999999046325684,0.00101592496503145,0.000982848112471402,-0.999999105930328,0.000982848112471402,0.000961205863859504,-0.999999046325684,0.00100489694159478,0.000380349229089916,-0.999999940395355,0.000380349229089916,0.000367744883988053,-0.999999940395355,0.000393106660339981,0.000380349229089916,-0.999999940395355,0.000380349229089916,5.02667990076588e-006,-1,-0.000212796090636402,-5.02600096297101e-006,-1,-0.000212767365155742,6.70239023747854e-006,-1,-0.000212800892768428,-1.22475203170325e-005,-0.999999940395355,-0.00051847833674401,1.22499959616107e-005,-0.999999940395355,-0.000518583168741316,-2.44925631704973e-005,-0.99999988079071,-0.000518425891641527,-0.000279772415524349,-0.999974727630615,0.00710621941834688,0.00016788714856375,-0.99997478723526,0.00710722245275974,-0.000279772415524349,-0.999974727630615,0.00710621941834688,0.000122009761980735,-0.999986708164215,0.0051650800742209,-0.000203329575015232,-0.99998664855957,0.00516457110643387,0.000122009761980735,-0.999986708164215,0.0051650800742209,0,-1,-0.000157981135998853,0,-1,-0.000157981135998853,-3.73182297153107e-006,-1,-0.000157980510266498,0,-0.999998927116394,-0.00145253213122487,-3.43112842529081e-005,-0.999998986721039,-0.00145251106005162,-4.5748154661851e-005,-0.999998986721039,-0.00145250384230167,-4.585251735989e-005,-0.999998986721039,0.00145581737160683,0,-0.999998927116394,0.00145540945231915,-3.43869796779472e-005,-0.999998986721039,0.00145571550820023,0,-0.99999988079071,0.00053610373288393,-1.68883525475394e-005,-0.99999988079071,0.000536205188836902,0,-0.99999988079071,0.00053610373288393,
  724. 0.00035658894921653,-0.99999988079071,-0.000377082615159452,0.00037506822263822,-0.99999988079071,-0.000358760938979685,0.000348358182236552,-0.99999988079071,-0.000385243183700368,0.000263992405962199,-0.99999988079071,-0.000252514495514333,0.000251004617894068,-0.999999940395355,-0.000265430193394423,0.000266870192717761,-0.99999988079071,-0.000249652715865523,-0.00357871153391898,-0.99998664855957,0.00374137982726097,-0.0038027036935091,-0.999986588954926,0.00351647846400738,-0.00357871153391898,-0.99998664855957,0.00374137982726097,-0.00511750485748053,-0.999975740909576,0.0047323158942163,-0.00481597427278757,-0.999975800514221,0.00503488210961223,-0.00511750485748053,-0.999975740909576,0.0047323158942163,0.00118109409231693,-0.999998688697815,-0.00118109409231693,0.00115485221613199,-0.999998688697815,-0.00120734539814293,0.00118109409231693,-0.999998688697815,-0.00118109409231693,0.000253078906098381,-0.99999988079071,-0.000264582486124709,0.00025883482885547,-0.999999940395355,-0.00025883482885547,0.000248705822741613,-0.99999988079071,-0.000268949341261759,-0.000380358775146306,-0.999999940395355,0.000380358775146306,-0.000393116206396371,-0.999999940395355,0.000367753847967833,-0.000380358775146306,-0.999999940395355,0.000380358775146306,-0.00101595791056752,-0.999999046325684,0.000950412184465677,-0.000982880359515548,-0.999999105930328,0.000982880359515548,-0.00100492977071553,-0.999999046325684,0.000961237237788737,0.000505486212205142,-0.99999988079071,-1.19406204248662e-005,0.000505588366650045,-0.99999988079071,1.19430324048153e-005,0.000505435164086521,-0.99999988079071,-2.38788270507939e-005,0.000209733407245949,-1,4.9543327804713e-006,0.000209705060115084,-1,-4.95366293762345e-006,0.000209738136618398,-1,6.6059255914297e-006,-0.00514760287478566,-0.999986827373505,0.000121596924145706,-0.00514709716662765,-0.999986827373505,-0.000202641618670896,-0.00514760287478566,-0.999986827373505,0.000121596924145706,-0.00710376724600792,-0.999974727630615,-0.000279675878118724,-0.00710477028042078,-0.999974846839905,0.000167829217389226,
  725. -0.00710376724600792,-0.999974727630615,-0.000279675878118724,0.00145104376133531,-0.999998927116394,-2.22044366697015e-016,0.00145102245733142,-0.999998986721039,-3.42761231877375e-005,0.00145101523958147,-0.999998986721039,-4.57012683909852e-005,0.000159475675900467,-1,-3.76714228877972e-006,0.000159476316184737,-1,-2.22044604925031e-016,0.000159476316184737,-1,-2.22044604925031e-016,-0.000539682223461568,-0.99999988079071,-2.22044578455252e-016,-0.000539784727152437,-0.99999988079071,-1.70010935107712e-005,-0.000539682223461568,-0.99999988079071,-2.22044578455252e-016,-0.00145222898572683,-0.999998986721039,-4.57394999102689e-005,-0.00145182164851576,-0.999998927116394,-2.22044366697015e-016,-0.00145212735515088,-0.999998986721039,-3.43022220476996e-005,0.000377089774701744,-0.99999988079071,0.000356595730409026,0.000358767574653029,-0.99999988079071,0.000375075149349868,0.000385250546969473,-0.99999988079071,0.000348364847013727,0.000253211706876755,-0.999999940395355,0.000264721311395988,0.000266163086052984,-0.999999940395355,0.000251697667408735,0.000250342069193721,-1,0.000267607072601095,-0.00374041241593659,-0.99998664855957,-0.00357778603211045,-0.00351556926034391,-0.999986708164215,-0.0038017206825316,-0.00374041241593659,-0.99998664855957,-0.00357778603211045,-0.00473391124978662,-0.999975681304932,-0.00511922966688871,-0.00503657944500446,-0.999975800514221,-0.00481759803369641,-0.00473391124978662,-0.999975681304932,-0.00511922966688871,0.000263514783000574,-0.99999988079071,0.000252057652687654,0.000257790408795699,-0.999999940395355,0.000257790408795699,0.000267863972112536,-0.99999988079071,0.000247702148044482,0.00118112412746996,-0.999998688697815,0.00118112412746996,0.00120737578254193,-0.999998688697815,0.00115488131996244,0.00118112412746996,-0.999998688697815,0.00118112412746996,-0.000380350189516321,-0.999999940395355,-0.000380350189516321,-0.000367745844414458,-0.999999940395355,-0.000393107678974047,-0.000380350189516321,-0.999999940395355,-0.000380350189516321,-0.000949146400671452,-0.999999046325684,-0.00101460493169725,
  726. -0.000981570919975638,-0.999999105930328,-0.000981570919975638,-0.000959956843871623,-0.999999046325684,-0.00100359111092985,1.22476367323543e-005,-0.999999940395355,0.000518483284395188,-1.22501123769325e-005,-0.999999940395355,0.000518588116392493,2.4492796001141e-005,-0.99999988079071,0.000518430839292705,-5.02662123835762e-006,-1,0.000212793602258898,5.0259427553101e-006,-1,0.000212764891330153,-6.70231202093419e-006,-1,0.000212798404390924,-0.000121980403491762,-0.999986708164215,-0.00516383722424507,0.000203280636924319,-0.99998664855957,-0.00516332825645804,-0.000121980403491762,-0.999986708164215,-0.00516383722424507,0.000279773055808619,-0.999974727630615,-0.00710623618215322,-0.000167887541465461,-0.99997478723526,-0.00710723921656609,0.000279773055808619,-0.999974727630615,-0.00710623618215322,0,-0.999998927116394,0.00145105109550059,3.42763014486991e-005,-0.999998986721039,0.00145103002432734,4.57015084975865e-005,-0.999998986721039,0.00145102292299271,3.69651388609782e-006,-1,0.000156485752086155,0,-1,0.00015648637781851,0,-1,0.00015648637781851,-0,-0.99999988079071,-0.000536101870238781,1.68883070728043e-005,-0.99999988079071,-0.00053620373364538,-0,-0.99999988079071,-0.000536101870238781,4.57958412880544e-005,-0.999998986721039,-0.00145401793997735,-0,-0.999998927116394,-0.00145361048635095,3.4344477171544e-005,-0.999998986721039,-0.00145391607657075,-0.0002654516720213,-0.99999988079071,0.000253910286119208,-0.000252391881076619,-0.999999940395355,0.000266897171968594,-0.000268345349468291,-0.99999988079071,0.00025103273219429,-0.000356592558091506,-0.99999988079071,0.000377086427761242,-0.000375072006136179,-0.99999988079071,0.000358764547854662,-0.000348361703800038,-0.99999988079071,0.000385247054509819,0.00511832674965262,-0.999975740909576,-0.00473307585343719,0.00481675285845995,-0.999975800514221,-0.00503569561988115,0.00511832674965262,-0.999975740909576,-0.00473307585343719,0.00357694015838206,-0.99998664855957,-0.00373952812515199,0.00380081916227937,-0.999986708164215,-0.00351473549380898,
  727. 0.00357694015838206,-0.99998664855957,-0.00373952812515199,-0.000252049969276413,-0.99999988079071,0.000263506779447198,-0.000257782550761476,-0.999999940395355,0.000257782550761476,-0.000247694610152394,-0.99999988079071,0.000267855823040009,-0.00118007848504931,-0.999998688697815,0.00118007848504931,-0.00115385837852955,-0.999998688697815,0.00120630639139563,-0.00118007848504931,-0.999998688697815,0.00118007848504931,0.00101721775718033,-0.999999046325684,-0.000951590656768531,0.000984099810011685,-0.999999105930328,-0.000984099810011685,0.00100617599673569,-0.999999046325684,-0.000962429330684245,0.000382873404305428,-0.999999940395355,-0.000382873404305428,0.000395715207559988,-0.999999940395355,-0.000370185152860358,0.000382873404305428,-0.999999940395355,-0.000382873404305428,-0.00156753847841173,4.93712941533886e-005,0.999998807907104,-0.00156798213720322,-4.93852676299866e-005,0.999998807907104,0.00062352599343285,0.450344800949097,0.892854511737823,-0.0105401631444693,0.702632606029511,0.71147483587265,-0.0148356202989817,0.450949609279633,0.892426192760468,-0.0185187794268131,-0.000583268643822521,0.999828398227692,-0.0233487337827683,0.451236546039581,0.892098903656006,-0.00550667569041252,0.702887356281281,0.711279928684235,0.0438232533633709,0.990342974662781,-0.13153088092804,-0.0398078858852386,0.750214517116547,-0.659995257854462,-0.0359583273530006,0.990151405334473,-0.135304152965546,-0.00732776988297701,0.702797293663025,0.711352586746216,-0.023980088531971,0.990583717823029,-0.13479208946228,-0.0183734390884638,0.749787926673889,-0.661423087120056,-0.00685860030353069,0.268086731433868,-0.963370382785797,0.00923037901520729,0.268938213586807,-0.963113188743591,0.00248853862285614,0.749040722846985,-0.66251927614212,0.0115511892363429,-0.00832798983901739,-0.999898672103882,-0.00065297819674015,0.268423408269882,-0.963300824165344,0.00232483167201281,-0.00796527415513992,-0.999965667724609,0.00224052951671183,8.82098247529939e-005,-0.999997496604919,0.708347618579865,-0.0112158637493849,-0.7057746052742,
  728. 0.70831435918808,7.61300325393677e-005,-0.705897212028503,0.707507014274597,0.0389964506030083,-0.705629646778107,0.69994044303894,0.0385793931782246,-0.713158547878265,0.480469614267349,0.718028664588928,-0.503571152687073,0.700922012329102,-0.010749127715826,-0.713156998157501,0.0893835574388504,0.988178372383118,-0.124556168913841,-0.511119067668915,0.712206244468689,0.481164872646332,0.480943024158478,0.71799236536026,-0.503170788288116,-0.500916361808777,0.71278989315033,0.490931183099747,0.142278030514717,0.987632513046265,-0.0658709555864334,-0.654217123985291,0.445505023002625,0.611167132854462,-0.644124627113342,0.445065200328827,0.622109651565552,-0.718630731105804,-0.00054895126959309,0.695391714572906,-0.505141913890839,0.712566137313843,0.486909925937653,-0.708543658256531,-6.79530130582862e-005,0.705667018890381,-0.632867634296417,0.444467961788177,0.633976936340332,-0.708543121814728,6.79269360261969e-005,0.705667555332184,-0.707065105438232,1.97067834051268e-006,-0.707148492336273,-0.707065105438232,-1.97067834051268e-006,-0.707148492336273,-0.635281980037689,0.444394409656525,-0.631609380245209,-0.620903789997101,0.44511878490448,-0.645250141620636,-0.694114148616791,-0.000608282105531543,-0.719864785671234,-0.485983103513718,0.712511301040649,-0.506110846996307,-0.610328555107117,0.445534467697144,-0.654979586601257,-0.489926815032959,0.712736189365387,-0.501974940299988,0.0669546574354172,0.987698256969452,0.141312658786774,0.121693834662437,0.988295555114746,0.0919928476214409,-0.483518242835999,0.712359309196472,-0.508679032325745,0.50162535905838,0.717850029468536,0.482766479253769,0.710599839687347,0.0387221239507198,0.702530026435852,0.501914143562317,0.71787691116333,0.482426196336746,0.710595190525055,-0.0109117869287729,0.703516483306885,0.705628395080566,0.0389965176582336,0.707508265972137,0.70577347278595,-0.0112159391865134,0.708348870277405,0.705895960330963,7.62064009904861e-005,0.708315551280975,-0.00232482212595642,-0.00796527415513992,0.999965667724609,-0.00224052951671183,8.82098247529939e-005,0.999997496604919,
  729. 0.000652654096484184,0.268423408269882,0.963300824165344,-0.00361595279537141,-0.00801607221364975,0.999961376190186,-0.0015771547332406,0.268541872501373,0.963266789913177,0.00281140557490289,0.749261617660522,0.662268221378326,0.0443227663636208,0.989764928817749,0.13565032184124,0.0451241955161095,0.750266551971436,0.65959370136261,0.0311274956911802,0.26667046546936,0.963284969329834,0.0443227663636208,0.989764928817749,0.13565032184124,0.0147292781621218,0.702407002449036,-0.711623191833496,0.0451241955161095,0.750266551971436,0.65959370136261,-0.00105741806328297,0.70319265127182,-0.71099865436554,-0.0501018464565277,0.990089416503906,0.131197690963745,0.0180512201040983,0.451061844825745,-0.892310202121735,0.00823465641587973,0.450704604387283,-0.89263528585434,0.0113077675923705,-0.000356150179868564,-0.999935984611511,0.00514400145038962,0.702905058860779,-0.711265206336975,0.00156556244473904,-4.93090519739781e-005,-0.999998807907104,-0.000625140906777233,0.450344741344452,-0.892854511737823,0.00156511948443949,4.92951003252529e-005,-0.999998807907104,-0.999965667724609,-0.00796527415513992,-0.0023248300421983,-0.999997496604919,8.82093954714946e-005,-0.00224051857367158,-0.963300824165344,0.26842337846756,0.000653297640383244,-0.963112950325012,0.268938690423965,-0.00923988316208124,-0.662519633769989,0.749040484428406,-0.00249511958099902,-0.999898552894592,-0.00832837726920843,-0.0115610491484404,-0.1347915828228,0.990584075450897,0.0239683575928211,-0.661423861980438,0.749787569046021,0.0183611270040274,-0.963370263576508,0.268087238073349,0.00684976205229759,-0.659996628761292,0.750214219093323,0.0397895276546478,-0.135303258895874,0.990152359008789,0.0359366349875927,0.711352050304413,0.702797889709473,0.00731519795954227,0.892097413539886,0.451237708330154,0.0233844649046659,0.711281478404999,0.702885448932648,0.00554558448493481,-0.131532251834869,0.990343928337097,-0.0437972657382488,0.892425358295441,0.450950562953949,0.0148614197969437,0.999828100204468,-0.000583797576837242,0.0185355730354786,
  730. 0.711475849151611,0.702631056308746,0.0105689959600568,0.999998807907104,4.93706938868854e-005,0.00156751950271428,0.999998807907104,-4.93846710014623e-005,0.00156796316150576,0.892854511737823,0.450344800949097,-0.000623520405497402,-0.00285328482277691,-0.00791867170482874,-0.999964654445648,-0.00289704999886453,0.0315259024500847,-0.999498844146729,-0.002862453693524,2.25390049308771e-005,-0.999995887279511,-0.0156791340559721,0.0317232497036457,-0.999373733997345,-0.015683064237237,-0.00811976566910744,-0.999844074249268,-0.0115184020251036,0.682781517505646,-0.730531811714172,-0.0156791340559721,0.0317232497036457,-0.999373733997345,-0.0115184020251036,0.682781517505646,-0.730531811714172,0.000283623347058892,0.999721527099609,0.0235998351126909,0.0134999146685004,0.999647319316864,0.0228696260601282,0.023557310923934,0.683642745018005,-0.729436635971069,-0.00618718890473247,0.628583550453186,0.777717411518097,-0.0312411226332188,0.999191045761108,0.0253248903900385,0.016030253842473,0.628243327140808,0.777851760387421,0.0217187851667404,0.542393505573273,0.839843809604645,0.0207090862095356,0.5423783659935,0.839879035949707,0.0196160078048706,0.628159284591675,0.777837514877319,0.0224112905561924,0.000176466855918989,0.999748826026917,-0.00266145286150277,0.00791565421968699,0.999965131282806,-0.00268491008318961,-2.11410242627608e-005,0.999996483325958,-0.000237320549786091,0.628522872924805,0.777791082859039,-0.0010412372648716,0.597448229789734,0.801906883716583,0.00604035891592503,-2.22040555048752e-016,0.999981760978699,0.00611395249143243,-0.0074885175563395,0.999953269958496,-0.0219331383705139,-2.21991188909795e-016,0.999759435653687,-0.00605670176446438,0.59727942943573,0.802010357379913,0.000913216266781092,0.770788908004761,0.637089967727661,0.0206711981445551,0.997757315635681,-0.0636646896600723,0.000913216266781092,0.770788908004761,0.637089967727661,-0.00605670176446438,0.59727942943573,0.802010357379913,0.00258992542512715,0.998012125492096,-0.0629688799381256,0.00792558118700981,0.722662210464478,-0.691155970096588,
  731. -0.00442595360800624,0.770808458328247,0.637051641941071,0.00944282300770283,0.039115134626627,-0.999190092086792,0.00937177147716284,7.37934751668945e-005,-0.999956071376801,0.00792558118700981,0.722662210464478,-0.691155970096588,0.00260816677473485,2.05367450689664e-005,-0.999996602535248,0.00305483117699623,0.0392673686146736,-0.999224066734314,0.00242373696528375,-0.0160825122147799,-0.999867737293243,0.705135703086853,-3.09981405735016e-005,-0.709072470664978,0.704842388629913,0.0278748590499163,-0.708816111087799,0.705135643482208,3.09990718960762e-005,-0.709072530269623,0.705733597278595,0.0278539527207613,-0.70792955160141,0.705974280834198,-1.78208574652672e-005,-0.70823746919632,0.705329656600952,0.0444471836090088,-0.707484722137451,-0.542048037052155,0.635147273540497,0.550247251987457,0.00848689768463373,0.999959707260132,-0.00296354689635336,0.0414462760090828,0.998484194278717,-0.0362136103212833,-0.534184813499451,0.634873867034912,0.558195114135742,-0.575235545635223,0.547685205936432,0.60757303237915,-0.0184518601745367,0.999456524848938,-0.0273177046328783,-0.532408952713013,0.6348015666008,0.559971272945404,-0.691687703132629,0.000240229070186615,0.722196757793427,-0.576981723308563,0.547646701335907,0.605949878692627,-0.709006786346436,-2.99615749099758e-005,0.705201685428619,-0.546253144741058,0.635261535644531,0.545939862728119,-0.708984017372131,0.00561232911422849,0.705202281475067,-0.570502579212189,0.592124700546265,0.56913548707962,-0.702825009822845,-1.57954267252619e-016,0.711362779140472,-0.702779173851013,-0.00519471662119031,0.711389183998108,-0.728933095932007,-1.52008400365359e-016,0.684584975242615,-0.581388115882874,0.591637015342712,0.558528006076813,-0.46076512336731,0.765613436698914,0.448922693729401,-0.462501376867294,0.765612900257111,0.447134763002396,-0.581250309944153,0.591644108295441,0.558663964271545,0.0905911847949028,0.99286949634552,-0.0774828121066093,0.0910411179065704,0.992859661579132,-0.077079176902771,0.498965173959732,0.722392022609711,-0.47873118519783,-0.455642491579056,0.765587568283081,0.454164803028107,
  732. 0.498965173959732,0.722392022609711,-0.47873118519783,0.715080082416534,0.0387401692569256,-0.697968304157257,0.715386211872101,1.55149079419769e-016,-0.698729336261749,0.708824217319489,1.56626966624271e-016,-0.705385148525238,0.708611488342285,0.0388964787125587,-0.704525947570801,0.708864748477936,0.0165985524654388,-0.705149173736572,0.999968945980072,-0.00786691345274448,0.00043549865949899,0.999504506587982,0.031474307179451,0.000390425586374477,0.99999988079071,-3.3586002246011e-006,0.000426542246714234,0.9994215965271,0.0316728390753269,-0.012382123619318,0.999890744686127,-0.00806818157434464,-0.0123841241002083,0.730485498905182,0.682867467403412,-0.00911346264183521,0.99945992231369,0.0316200256347656,-0.00895186048001051,0.730346202850342,0.683070957660675,-0.00290456227958202,-0.023299865424633,0.99971216917038,0.00572195556014776,-0.0228700209408998,0.999647498130798,0.013492813333869,0.729437172412872,0.683642566204071,0.0235451348125935,-0.777717530727386,0.628583610057831,-0.00618414394557476,-0.025324821472168,0.999191045761108,-0.031239926815033,-0.777851819992065,0.628243267536163,0.0160338450223207,-0.83984375,0.542393565177917,0.0217225030064583,-0.839892148971558,0.542372584342957,0.0203272607177496,-0.777839362621307,0.628167986869812,0.0192593298852444,-0.99975860118866,0.000173003601958044,0.0219714567065239,-0.999999701976776,6.24782705926918e-006,0.000793474027886987,-0.777816355228424,0.628486454486847,0.00257480470463634,-0.999968767166138,0.00786088965833187,0.000817915541119874,0.963346898555756,0.268223196268082,-0.00436625303700566,0.999968409538269,-0.00781340710818768,-0.00153315556235611,0.999998688697815,-6.3559265981894e-005,-0.00161440542433411,0.999844372272491,-0.00848201476037502,0.0154742794111371,0.963016450405121,0.269128322601318,0.0130137884989381,0.662636637687683,0.748923718929291,0.00511120446026325,0.66214793920517,0.749354958534241,-0.00522064603865147,0.963203728199005,0.268724679946899,0.00506906677037477,0.134350374341011,0.990835130214691,-0.0139917423948646,
  733. 0.135131224989891,0.990315318107605,-0.031862385571003,-0.711205840110779,0.702974081039429,-0.00370614044368267,0.660184860229492,0.750181138515472,-0.0372062772512436,-0.711412012577057,0.702719390392303,-0.00886566564440727,0.131699338555336,0.990457534790039,0.0406101681292057,-0.89198100566864,0.451321125030518,-0.0260615833103657,-0.711574971675873,0.702483773231506,-0.0133287403732538,-0.892302989959717,0.451068311929703,-0.0182418935000896,-0.999752581119537,-0.000700392934959382,-0.0222374740988016,-0.999998807907104,-4.93847874167841e-005,-0.00156796688679606,-0.892854452133179,0.450344830751419,0.000622974650468677,-0.999998807907104,4.93708175781649e-005,-0.0015675233444199,-0.802008450031281,0.597283005714417,-0.00595443975180388,-1,-2.74613979039118e-020,0.00012367514136713,-0.999969124794006,-0.00786096323281527,0.000203344388864934,-0.999649703502655,5.87680557791772e-018,-0.0264667794108391,-0.802077233791351,0.597136855125427,-0.00998266600072384,-0.637068748474121,0.770803451538086,-0.00234110839664936,-0.637058675289154,0.770806849002838,-0.00360649079084396,-0.802075624465942,0.597140848636627,-0.00987556949257851,0.0634760633111,0.997859656810761,0.015716390684247,0.0629689395427704,0.998012125492096,0.00259163393639028,0.691155791282654,0.722662210464478,0.00794455409049988,-0.637051463127136,0.770808398723602,-0.00444347364827991,0.999189913272858,0.0391144789755344,0.00947027280926704,0.999955832958221,7.4009811214637e-005,0.00939924549311399,0.691155791282654,0.722662210464478,0.00794455409049988,0.999224245548248,0.0392690040171146,0.0029860814101994,0.999868035316467,-0.0160765312612057,0.00235517299734056,0.999996781349182,1.99958012672141e-005,0.00253946683369577,0.706678926944733,6.73579052090645e-006,0.707534372806549,0.70642364025116,0.0278184041380882,0.707242429256439,0.706678926944733,-6.73625618219376e-006,0.707534432411194,0.705382823944092,0.0277938023209572,0.708281397819519,0.705689191818237,2.23019160330296e-005,0.708521544933319,0.704933941364288,0.0445671938359737,0.707871437072754,
  734. 0.000495396147016436,0.999937057495117,0.0112161161378026,0.0336417108774185,0.998464226722717,0.0440166220068932,-0.552320718765259,0.635083794593811,-0.540009677410126,-0.558419287204742,0.634864985942841,-0.533961176872253,-0.607771158218384,0.54768967628479,-0.575021982192993,0.027075320482254,0.99946802854538,-0.0181836746633053,-0.55971497297287,0.634812235832214,-0.53266566991806,-0.721885085105896,0.000235213432461023,-0.692012965679169,-0.605684220790863,0.547640085220337,-0.577266812324524,-0.706420719623566,0.00558362063020468,-0.707770228385925,-0.706419765949249,-1.08135864138603e-005,-0.707793116569519,-0.546933233737946,0.635237276554108,-0.54528683423996,-0.565700113773346,0.591981112957001,-0.574057281017303,-0.70719587802887,1.56989470255916e-016,-0.707017719745636,-0.70722484588623,-0.00555650889873505,-0.706966876983643,-0.682924211025238,1.62201197805923e-016,-0.730489253997803,-0.557134926319122,0.59156334400177,-0.58279812335968,-0.447738260030746,0.765613615512848,-0.46191594004631,-0.44557985663414,0.765608549118042,-0.464006751775742,-0.557382643222809,0.591576635837555,-0.582547664642334,0.079052560031414,0.992903828620911,0.0888406932353973,-0.456470519304276,0.765563011169434,-0.453373938798904,0.0747647061944008,0.992796897888184,0.0936199128627777,0.477255582809448,0.722385108470917,0.500386774539948,0.477066844701767,0.722383975982666,0.500568330287933,0.695605278015137,0.0386833883821964,0.71738201379776,0.696364521980286,-1.59358806697844e-016,0.717688262462616,0.707433462142944,-1.56936676280501e-016,0.706779956817627,0.706572532653809,0.0389448739588261,0.70656818151474,0.707195580005646,0.0167113151401281,0.706820487976074,0.00285328482277691,-0.00791867170482874,0.999964654445648,0.00289704999886453,0.0315259024500847,0.999498844146729,0.002862453693524,2.25390049308771e-005,0.999995887279511,0.0156752187758684,0.0317231900990009,0.999373733997345,0.0156790670007467,-0.00811970327049494,0.999844133853912,0.0115168523043394,0.682781517505646,0.730531871318817,0.0115168523043394,0.682781517505646,0.730531871318817,
  735. -0.000281541142612696,0.999721527099609,-0.0235999505966902,0.0156752187758684,0.0317231900990009,0.999373733997345,0.0061871032230556,0.628583550453186,-0.777717411518097,-0.0135026453062892,0.999647319316864,-0.0228694751858711,-0.0235607624053955,0.683642685413361,0.729436457157135,-0.0160292740911245,0.628243327140808,-0.777851760387421,-0.0217181332409382,0.542393445968628,-0.839843809604645,0.0312440488487482,0.999190926551819,-0.025325046852231,-0.0203081928193569,0.628142118453979,-0.777833580970764,-0.023267462849617,0.00018320836534258,-0.99972927570343,-0.0214504823088646,0.542389512062073,-0.839853286743164,0.00962971430271864,-7.58245150791481e-005,-0.999953627586365,0.00585318263620138,0.628580749034882,-0.777722299098969,0.00960831996053457,0.00802471116185188,-0.99992161989212,0.00105267378967255,0.59744781255722,-0.801907062530518,-0.00602630153298378,2.22040568283642e-016,-0.999981820583344,-0.00609990675002337,-0.00748940324410796,-0.99995344877243,0.0219302922487259,2.21991202144685e-016,-0.999759495258331,0.00604930706322193,0.597279667854309,-0.802010178565979,-0.000921611441299319,0.770788848400116,-0.637090027332306,-0.000921611441299319,0.770788848400116,-0.637090027332306,0.00604930706322193,0.597279667854309,-0.802010178565979,-0.0206795409321785,0.997757136821747,0.0636650025844574,0.0129107572138309,0.770794212818146,-0.636953353881836,0.00658006593585014,0.998016536235809,0.0626081302762032,-0.00261373678222299,0.722653567790985,0.691205501556396,-0.000341284379828721,2.68727853836026e-006,0.999999940395355,-0.00161662930622697,0.722649693489075,0.69121253490448,-0.000416160793974996,0.039329782128334,0.999226212501526,-0.0135616222396493,-0.0170531999319792,0.999762654304504,-0.0137594090774655,0.000108341802842915,0.999905347824097,-0.0141926426440477,0.0390008985996246,0.999138414859772,-0.707515895366669,6.4442865550518e-006,0.706697463989258,-0.707223832607269,0.0278188399970531,0.706442177295685,-0.707515895366669,-6.44475221633911e-006,0.706697404384613,-0.706507802009583,0.027835737913847,0.707157671451569,
  736. -0.706748425960541,-5.64288347959518e-006,0.707465052604675,-0.706101953983307,0.0444836616516113,0.70671159029007,0.54141503572464,0.635128140449524,-0.550892114639282,-0.00932636763900518,0.999954104423523,0.00220439187251031,-0.0422365143895149,0.998479545116425,0.035423006862402,0.0183816514909267,0.999459505081177,0.0272542517632246,0.534124314785004,0.634871482849121,-0.558255791664124,0.575177490711212,0.547686457633972,-0.607626914978027,0.57726263999939,0.547640204429626,-0.605688095092773,0.532661855220795,0.63481205701828,-0.559718668460846,0.692008495330811,0.000235281884670258,-0.721889317035675,0.544298648834229,0.635211229324341,-0.547946810722351,0.706527411937714,0.00555426022037864,-0.707663953304291,0.706550478935242,8.75722616910934e-006,-0.707662642002106,-0.707506895065308,0.0389964431524277,0.705629706382751,-0.708347618579865,-0.0112158637493849,0.7057746052742,-0.70831435918808,7.61300325393677e-005,0.705897212028503,-0.702833771705627,-0.0108689423650503,0.711271107196808,-0.701848745346069,0.0386845767498016,0.711274802684784,-0.481913179159164,0.717917203903198,0.502349138259888,-0.0912716239690781,0.988264620304108,0.12248532474041,0.509363055229187,0.712317287921906,-0.482859551906586,-0.482269644737244,0.717889189720154,0.502046942710876,0.655779302120209,0.445564717054367,-0.609447002410889,0.50308620929718,0.712678134441376,-0.488870352506638,-0.140296325087547,0.987765192985535,0.0680949985980988,0.507375478744507,0.712437629699707,-0.484770894050598,0.646717607975006,0.445187002420425,-0.619326174259186,0.721473097801209,-0.000685770006384701,-0.692442178726196,0.632869124412537,0.444468051195145,-0.633975446224213,0.708544313907623,6.79828153806739e-005,-0.705666363239288,0.708544909954071,-6.80107550579123e-005,-0.705665767192841,0.574041485786438,0.591981768608093,-0.565715432167053,0.706998407840729,1.57033304210937e-016,-0.707215130329132,0.70694762468338,-0.00555483996868134,-0.707244157791138,0.729011595249176,1.51989831814968e-016,-0.684501349925995,0.581467866897583,0.591632902622223,-0.558449268341064,
  737. 0.460834115743637,0.765613555908203,-0.448851823806763,-0.0906045362353325,0.992869138717651,0.0774708241224289,0.462502956390381,0.765612900257111,-0.447133094072342,0.58125638961792,0.591643810272217,-0.558658003807068,0.454131603240967,0.765572130680084,-0.455701470375061,-0.0927523896098137,0.992819309234619,0.0755435153841972,-0.499903708696365,0.722387731075287,0.477757573127747,-0.716606855392456,0.0387025773525238,0.696402788162231,-0.716913044452667,-1.54801200341354e-016,0.697162628173828,-0.500028073787689,0.722387135028839,0.477628439664841,-0.704702258110046,-1.57541351925722e-016,0.709503173828125,-0.704491376876831,0.0389935821294785,0.708640515804291,-0.704742848873138,0.016825444996357,0.709263384342194,-0.999964654445648,-0.00791860837489367,0.00284923147410154,-0.999498844146729,0.0315258353948593,0.0028928779065609,-0.999995887279511,2.25068979489151e-005,0.00285837589763105,-0.999373495578766,0.0317234955728054,0.0156952664256096,-0.999843895435333,-0.00812001805752516,0.0156991612166166,-0.730532109737396,0.682781040668488,0.0115308566018939,-0.730532109737396,0.682781040668488,0.0115308566018939,0.0235998649150133,0.99972140789032,-0.000283008062979206,-0.999373495578766,0.0317234955728054,0.0156952664256096,0.777717411518097,0.628583610057831,0.00619008764624596,0.0228705834597349,0.999647498130798,-0.0134826591238379,-0.729437470436096,0.683642446994781,-0.0235377810895443,0.777851760387421,0.628243088722229,-0.0160401705652475,0.837517321109772,0.545987725257874,-0.0215026400983334,0.0253243651241064,0.999191343784332,0.0312315095216036,0.777837455272675,0.62815922498703,-0.0196189489215612,0.999748826026917,0.000176458168425597,-0.0224101878702641,0.837546348571777,0.54597532749176,-0.0206716526299715,0.999965131282806,0.00791559740900993,0.00265784026123583,0.999996423721313,-2.11124697671039e-005,0.0026812837459147,0.777791202068329,0.628522872924805,0.000235547340707853,0.801907002925873,0.597448110580444,0.00104480236768723,0.999981820583344,1.33963027236547e-018,-0.00603315839543939,
  738. 0.999953389167786,-0.00748897343873978,-0.006106729619205,0.999758541584015,-4.8789647836955e-018,0.0219729039818048,0.802011430263519,0.597277402877808,0.0061159199103713,0.637089729309082,0.770789325237274,-0.000852725584991276,-0.063663050532341,0.997758269309998,-0.0206282120198011,0.637089729309082,0.770789325237274,-0.000852725584991276,0.802011430263519,0.597277402877808,0.0061159199103713,0.637051641941071,0.770808339118958,0.00443046912550926,-0.0629688426852226,0.998012244701386,-0.00258886045776308,-0.691155970096588,0.722662210464478,-0.00792828761041164,-0.691155970096588,0.722662210464478,-0.00792828761041164,-0.999190092086792,0.0391150079667568,-0.00944814924150705,-0.999956011772156,7.38358867238276e-005,-0.00937715731561184,-0.999996542930603,2.06753556994954e-005,-0.00262577016837895,-0.999224066734314,0.0392669588327408,-0.00307234236970544,-0.999867737293243,-0.016084048897028,-0.00244134850800037,-0.709083557128906,-3.11736948788166e-005,-0.705124497413635,-0.708827197551727,0.0278751216828823,-0.70483124256134,-0.709083616733551,3.11741605401039e-005,-0.705124497413635,-0.707934617996216,0.0278540719300509,-0.705728471279144,-0.708242475986481,-1.78995542228222e-005,-0.705969274044037,-0.707489907741547,0.0444469340145588,-0.705324411392212,0.550247669219971,0.635147213935852,0.542047500610352,-0.00296840793453157,0.999959647655487,-0.00848152115941048,-0.0362189449369907,0.998484253883362,-0.0414409451186657,-0.027313195168972,0.999456763267517,0.0184468701481819,0.558195173740387,0.634873867034912,0.534184694290161,0.607572555541992,0.547685205936432,0.575236141681671,0.559964239597321,0.634801864624023,0.532415986061096,0.722186982631683,0.000240071647567675,0.691697895526886,0.60594230890274,0.547646462917328,0.576989769935608,0.705207467079163,-2.98707745969296e-005,0.709001064300537,0.545945048332214,0.635261416435242,0.546248078346252,0.70520806312561,0.00561219220981002,0.708978235721588,-0.705617547035217,0.0389971062541008,-0.707518994808197,-0.705762565135956,-0.011216620914638,-0.708359658718109,
  739. -0.705885112285614,7.68899917602539e-005,-0.708326399326324,-0.713153302669525,-0.0107493624091148,-0.700925767421722,-0.713154554367065,0.0385796129703522,-0.699944376945496,-0.503564834594727,0.71802806854248,-0.480477124452591,-0.124548710882664,0.988178670406342,-0.0893903598189354,0.481167525053024,0.712206363677979,0.511116325855255,-0.503164410591125,0.717991828918457,-0.480950534343719,0.4864861369133,0.712541222572327,0.505585193634033,-0.0706674605607986,0.987907648086548,-0.138001918792725,0.607458889484406,0.445630699396133,0.657576739788055,0.616540551185608,0.445302069187164,0.649294853210449,0.689485609531403,-0.000822365167550743,0.724299013614655,0.482633292675018,0.712302684783936,0.509598016738892,0.705657303333282,-6.8411223764997e-005,0.708553373813629,0.633968114852905,0.444468438625336,0.63287615776062,0.70565789937973,6.83832840877585e-005,0.708552837371826,0.569121360778809,0.592124164104462,0.570517182350159,0.711346924304962,-1.56062061822901e-016,0.70284104347229,0.711373329162598,-0.0051960963755846,0.702795147895813,0.684553921222687,-1.61862133164115e-016,0.728962242603302,0.558485388755798,0.591634809970856,0.581431329250336,0.448878735303879,0.765613436698914,0.460807889699936,-0.0775083601474762,0.992869973182678,-0.090562678873539,0.447091549634933,0.765612840652466,0.462543219327927,0.558622241020203,0.591641962528229,0.581292629241943,-0.0770791321992874,0.992859661579132,-0.0910411551594734,-0.478726148605347,0.722392022609711,-0.498970061540604,0.454158782958984,0.765587627887726,0.455648422241211,-0.698720991611481,1.58849435494078e-016,-0.715394258499146,-0.478726148605347,0.722392022609711,-0.498970061540604,-0.697960019111633,0.0387399718165398,-0.715088188648224,-0.705126106739044,0.0165972840040922,-0.708887755870819,-0.705362021923065,1.57395701963463e-016,-0.708847224712372,-0.704502940177917,0.0388959348201752,-0.708634436130524,0.000167683989275247,-5.2813857109868e-006,1,0.00016767269698903,-2.22044604925031e-016,1,-0.00130954012274742,0.670729100704193,0.741701245307922,
  740. -0.0119116548448801,0.670589327812195,0.741733133792877,-0.0119201866909862,0.670868277549744,0.741480767726898,0.00638109631836414,-2.22040078592719e-016,0.999979615211487,-0.0327634215354919,0.998361766338348,-0.0469087176024914,-0.0120687745511532,0.670869708061218,0.741477012634277,-0.0120563898235559,0.670587360858917,0.741732597351074,0.010528014972806,0.670484602451324,0.741848707199097,0.000101245939731598,0.998885869979858,-0.0471922531723976,-0.000651983544230461,0.994715809822083,-0.102665632963181,-0.0182904973626137,2.2200748105914e-016,-0.999832808971405,-0.0181297194212675,0.031190050765872,-0.999349057674408,-0.0180403646081686,0.0471837818622589,-0.998723328113556,-0.000470353290438652,0.0314730517566204,-0.999504566192627,-0.000624521751888096,2.22044565220362e-016,-0.999999821186066,-0.000778286252170801,-0.0315171740949154,-0.999502897262573,-0.706589043140411,-1.5712412202475e-016,0.707624137401581,-0.537002205848694,0.652840197086334,0.534254908561707,-0.706589043140411,-2.44546645262744e-005,0.70762425661087,-0.537177979946136,0.652843058109283,0.534074723720551,-0.697410464286804,-1.59133151826739e-016,0.716672003269196,-0.482602030038834,0.735379099845886,0.475723505020142,0.00806688144803047,0.998287975788116,-0.0579315945506096,-0.53728711605072,0.652844786643982,0.533962726593018,-0.484304368495941,0.735350370407104,0.474035024642944,-0.528827786445618,0.652662932872772,0.542560935020447,0.0330762565135956,0.99889087677002,-0.0335116274654865,0.0991261973977089,0.98991060256958,-0.101247265934944,0.694635212421417,0.0275383945554495,-0.718834936618805,0.694265305995941,0.0444915853440762,-0.718342661857605,0.694810032844543,1.59693000900205e-016,-0.719193339347839,0.707221984863281,1.56983660139294e-016,-0.70699155330658,0.707222044467926,5.44451131645474e-006,-0.70699155330658,0.707021415233612,0.0278325192630291,-0.706644237041473,-0.999986469745636,-1.15539678062733e-018,0.00520344451069832,-0.741761445999146,0.670658826828003,0.00259700510650873,-0.999986529350281,-0.000163897755555809,0.00520375370979309,
  741. -0.741740882396698,0.670632302761078,-0.00853099394589663,-0.741560161113739,0.67083215713501,-0.0085377786308527,-0.999944269657135,-2.34455700590755e-018,0.0105589460581541,0.0469462350010872,0.998484134674072,-0.0287330131977797,-0.741557955741882,0.670833230018616,-0.00863341148942709,-0.741740822792053,0.670631229877472,-0.00862520560622215,-0.741848766803741,0.670484662055969,0.0105253979563713,0.0471922643482685,0.998885869979858,0.000102789956144989,0.102665521204472,0.994715750217438,-0.000650181842502207,0.999833345413208,4.05358577051662e-018,-0.018255727365613,0.999349653720856,0.0311906207352877,-0.0180949214845896,0.998723924160004,0.047183807939291,-0.018005570396781,0.999504566192627,0.031473096460104,-0.00046741621918045,0.999999821186066,1.38009010596849e-019,-0.000621537328697741,0.999502897262573,-0.031517032533884,-0.000775256427004933,-0.709391951560974,-0.000108133986941539,-0.704814255237579,-0.70939165353775,1.56500255789318e-016,-0.704814493656158,-0.535695314407349,0.652815937995911,-0.535594940185547,-0.477896094322205,0.735410094261169,-0.480403482913971,-0.536494135856628,0.652801334857941,-0.534812569618225,-0.71951550245285,1.5420473032781e-016,-0.694476366043091,0.0551111996173859,0.998420119285584,0.010959567502141,-0.536378085613251,0.652803480625153,-0.534926414489746,-0.476595342159271,0.735392391681671,-0.481720954179764,-0.542563915252686,0.652662813663483,-0.528824806213379,0.0335056707262993,0.99889087677002,0.0330823473632336,0.10124072432518,0.98991072177887,0.0991318225860596,0.718816995620728,0.027538837864995,0.694653749465942,0.718324780464172,0.0444916076958179,0.694283843040466,0.719175457954407,-1.54282922056753e-016,0.694828510284424,0.708388388156891,0.0277912672609091,0.705275595188141,0.708734929561615,-1.56646885133421e-016,0.705474853515625,0.708735227584839,-7.70185069995932e-005,0.705474734306335,-0.00016767269698903,2.22044604925031e-016,-1,0.00130954012274742,0.670729100704193,-0.741701245307922,-0.000167683989275247,-5.2813857109868e-006,-1,0.00521828699856997,0.670789122581482,-0.741629779338837,
  742. -0.0146904475986958,2.22020649774492e-016,-0.999892115592957,0.00521372957155108,0.670667052268982,-0.74174028635025,0.0246793776750565,0.998590767383575,0.0469831936061382,0.00521828699856997,0.670789122581482,-0.741629779338837,0.00521372957155108,0.670667052268982,-0.74174028635025,-0.00713920500129461,0.670564234256744,-0.741817176342011,0.00394862424582243,0.998879551887512,0.0471600666642189,0.00463984254747629,0.994682669639587,0.102883763611317,0.0220313239842653,0.0311262011528015,0.999272644519806,0.0219396483153105,0.047180101275444,0.998645424842834,0.0221927594393492,-2.21989918360374e-016,0.999753713607788,0.00062750990036875,-2.22044565220362e-016,0.999999821186066,0.000781179405748844,-0.0315173119306564,0.999502897262573,0.000473434280138463,0.0314730033278465,0.999504566192627,0.534183740615845,0.652788877487183,-0.537135303020477,0.703030943870544,-0.000192007020814344,-0.711159229278564,0.703031420707703,1.5790896422483e-016,-0.711158752441406,0.480391710996628,0.735410153865814,-0.477907776832581,0.53480190038681,0.652801096439362,-0.536505043506622,0.694473922252655,1.59765064875171e-016,-0.719517886638641,-0.0109561001881957,0.998420000076294,0.0551145821809769,0.534929156303406,0.652803540229797,-0.536375284194946,0.481723934412003,0.735392332077026,-0.476592272520065,0.528828799724579,0.652662932872772,-0.542559921741486,-0.0330774374306202,0.99889087677002,0.033510472625494,-0.0991274565458298,0.98991060256958,0.101245783269405,-0.694833874702454,-1.59687878997852e-016,0.719170272350311,-0.694659113883972,0.0275389663875103,0.718811810016632,-0.694289207458496,0.0444916114211082,0.718319594860077,-0.707025945186615,0.0278326272964478,0.70663970708847,-0.707226514816284,-1.56982667522559e-016,0.706987082958221,-0.707226574420929,5.65685286346707e-006,0.706987082958221,1,-5.28152850165498e-006,-0.000167688529472798,1,3.72318226548409e-020,-0.000167677222634666,0.741701304912567,0.670729160308838,0.00131158356089145,0.741733491420746,0.67059051990509,0.0118273831903934,0.741482794284821,0.670867443084717,0.0118358572944999,
  743. 0.999979197978973,1.43136480909276e-018,-0.00644629402086139,-0.0469091944396496,0.998363435268402,0.0327127277851105,0.741479098796844,0.670868873596191,0.0119843743741512,0.741733014583588,0.670588552951813,0.0119720790535212,0.741848707199097,0.670484662055969,-0.010526648722589,-0.0471922755241394,0.998885869979858,-0.000104241567896679,-0.102665439248085,0.994715750217438,0.000648754590656608,-0.999349176883698,0.0311901327222586,0.0181247089058161,-0.998723387718201,0.0471837818622589,0.0180353205651045,-0.999832808971405,-4.06020941927164e-018,0.0182855576276779,-0.999502897262573,-0.0315170288085938,0.000775216612964869,-0.999504566192627,0.031473096460104,0.000467467441922054,-0.999999821186066,-1.38010251367768e-019,0.000621542916633189,0.707622647285461,-1.56894615800714e-016,0.706590533256531,0.534253120422363,0.652840316295624,0.537003993988037,0.707622766494751,-2.43838840106037e-005,0.706590533256531,0.534124314785004,0.652842342853546,0.537129521369934,0.716698944568634,-1.54850063554499e-016,0.697382688522339,0.475773632526398,0.735379934310913,0.482551395893097,-0.0578899756073952,0.998290061950684,-0.00810957700014114,0.53401255607605,0.6528440117836,0.537238478660584,0.474085450172424,0.735351264476776,0.48425367474556,0.542559206485748,0.652662932872772,0.528829514980316,-0.0335103310644627,0.99889087677002,-0.0330775827169418,-0.101245537400246,0.989910662174225,-0.0991276875138283,-0.719189882278442,1.54279600099413e-016,-0.694813549518585,-0.718831479549408,0.0275384802371264,-0.694638788700104,-0.718339204788208,0.0444915890693665,-0.694268882274628,-0.706656217575073,0.0278322361409664,-0.707009434700012,-0.707003533840179,1.57032166010414e-016,-0.707210004329681,-0.707003474235535,4.88012892674305e-006,-0.707210004329681
  744. }
  745. BinormalsW: *792 {
  746. 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
  747. }
  748. }
  749. LayerElementTangent: 0 {
  750. Version: 102
  751. Name: "map1"
  752. MappingInformationType: "ByPolygonVertex"
  753. ReferenceInformationType: "Direct"
  754. Tangents: *2376 {
  755. a: 0.999721109867096,-0.000505627307575196,-0.0236154645681381,0.999721109867096,-0.000505729403812438,0.0236154664307833,0.998885750770569,-0.000505998963490129,-0.0471914522349834,0.999721109867096,-0.000209791920497082,0.0236154664307833,0.999721109867096,-0.000209763558814302,-0.0236154645681381,0.999504327774048,-0.000209842139156535,0.0314804539084435,0.999200642108917,0.00711046485230327,0.0393386073410511,0.999695837497711,0.00710794515907764,-0.0236148685216904,0.999200642108917,0.00711046485230327,0.0393386073410511,0.999707877635956,0.00514782872051001,-0.0236151535063982,0.999212741851807,0.00514987343922257,0.0393390841782093,0.999707877635956,0.00514782872051001,-0.0236151535063982,1,-0.000159476316184737,-3.19121272002843e-020,0.999721229076386,-0.00015952019020915,-0.0236154682934284,1,-0.000159476316184737,-3.19121272002843e-020,0.99972015619278,-0.00145440187770873,-0.0236154440790415,0.999503314495087,-0.00145471002906561,-0.0314804203808308,0.999999046325684,-0.00145401759073138,-3.82179983671191e-019,0.999503314495087,0.00145290861837566,0.0314804203808308,0.999999046325684,0.00145178101956844,0,0.99972015619278,0.00145249185152352,0.0236154459416866,0.99999988079071,0.000539666856639087,0,0.999504208564758,0.00054003723198548,0.0314804501831532,0.99999988079071,0.000539666856639087,0,0.691222667694092,-0.000365311541827396,0.722641825675964,0.726574957370758,-0.000365312793292105,0.687087118625641,0.683157086372375,-0.000365435524145141,0.730271458625793,0.726574957370758,-0.000516968837473542,0.687087118625641,0.691222608089447,-0.0005170056829229,0.722641706466675,0.741722583770752,-0.000517370586749166,0.670706570148468,0.678919076919556,0.00697013922035694,0.73418003320694,0.7226243019104,0.00696726748719811,0.69120591878891,0.678919076919556,0.00697013922035694,0.73418003320694,0.722632169723511,0.00517482310533524,0.691213428974152,0.678926467895508,0.0051768571138382,0.73418802022934,0.722632169723511,0.00517482310533524,0.691213428974152,0.707105815410614,-0.00167037220671773,0.707105815410614,
  756. 0.722640812397003,-0.00167079060338438,0.691221714019775,0.707105815410614,-0.00167037220671773,0.707105815410614,0.722641825675964,-0.000366142252460122,0.691222667694092,0.707106709480286,-0.000366057764040306,0.707106709480286,0.734197795391083,-0.000366327149095014,0.678935527801514,0.683156430721283,0.00139116076752543,0.730270743370056,0.707106113433838,0.00138995703309774,0.707106113433838,0.691222012042999,0.00139058788772672,0.722641110420227,0.707106709480286,0.000537895015440881,0.707106709480286,0.683156967163086,0.000538302003405988,0.730271339416504,0.707106709480286,0.000537895015440881,0.707106709480286,-0.0236154645681381,-0.000212855462450534,0.999721109867096,0.0236154645681381,-0.000212826722417958,0.999721109867096,-0.0314804576337337,-0.000212906437809579,0.999504446983337,0.0236154608428478,-0.00051862292457372,0.999720990657806,-0.023615462705493,-0.000518727756571025,0.999720990657806,0.0471914522349834,-0.000519004126545042,0.998885750770569,-0.0393386073410511,0.00711172446608543,0.999200642108917,0.0236148685216904,0.00710920430719852,0.999695837497711,-0.0393386073410511,0.00711172446608543,0.999200642108917,0.0236151535063982,0.00516652083024383,0.999707877635956,-0.0393390767276287,0.00516857206821442,0.999212563037872,0.0236151535063982,0.00516652083024383,0.999707877635956,0,-0.000157981135998853,1,0,-0.000157981135998853,1,0.0236154645681381,-0.000158024573465809,0.999721109867096,0,-0.00145253224764019,0.999999046325684,0.0236154440790415,-0.00145291618537158,0.99972015619278,0.0314804203808308,-0.00145322410389781,0.999503314495087,-0.0314804203808308,0.00145653926301748,0.999503314495087,0,0.00145540945231915,0.999998927116394,-0.0236154459416866,0.00145612156484276,0.99972015619278,0,0.00053610373288393,0.99999988079071,-0.0314804539084435,0.000536471139639616,0.999504327774048,0,0.00053610373288393,0.99999988079071,-0.687087059020996,-0.000518986489623785,0.726574897766113,-0.722641706466675,-0.000519023684319109,0.691222608089447,-0.670706570148468,-0.000519389752298594,0.741722583770752,
  757. -0.722641825675964,-0.000365315761882812,0.691222667694092,-0.687087118625641,-0.000365316984243691,0.726574957370758,-0.730271458625793,-0.000365439744200557,0.683157086372375,-0.691213428974152,0.00517736421898007,0.722632169723511,-0.73418802022934,0.00517939915880561,0.678926467895508,-0.691213428974152,0.00517736421898007,0.722632169723511,-0.73418003320694,0.00697019835934043,0.678919076919556,-0.69120591878891,0.00696732709184289,0.7226243019104,-0.73418003320694,0.00697019835934043,0.678919076919556,-0.707105815410614,-0.00167031912133098,0.707105815410614,-0.691221714019775,-0.00167073810007423,0.722640812397003,-0.707105815410614,-0.00167031912133098,0.707105815410614,-0.691222667694092,-0.000366132298950106,0.722641825675964,-0.707106709480286,-0.000366047694114968,0.707106709480286,-0.678935527801514,-0.000366317282896489,0.734197795391083,-0.707106709480286,0.000537908519618213,0.707106709480286,-0.730271339416504,0.000538315100129694,0.683156967163086,-0.707106709480286,0.000537908519618213,0.707106709480286,-0.730270802974701,0.00139120605308563,0.683156490325928,-0.707106113433838,0.0013900026679039,0.707106113433838,-0.722641110420227,0.00139063328970224,0.691222012042999,-0.999721109867096,-0.000505627307575196,0.0236154645681381,-0.999721109867096,-0.000505729462020099,-0.0236154664307833,-0.998885750770569,-0.000505998905282468,0.0471914522349834,-0.999721109867096,-0.000209791920497082,-0.0236154664307833,-0.999721109867096,-0.000209763558814302,0.0236154645681381,-0.999504327774048,-0.000209842139156535,-0.0314804539084435,-0.999707877635956,0.00514903850853443,0.0236151535063982,-0.999212741851807,0.00515108462423086,-0.0393390841782093,-0.999707877635956,0.00514903850853443,0.0236151535063982,-0.999200642108917,0.00710927043110132,-0.0393386073410511,-0.999695897102356,0.00710675120353699,0.0236148703843355,-0.999200642108917,0.00710927043110132,-0.0393386073410511,-0.999999046325684,-0.00145104387775064,-3.82179983671191e-019,-0.99972015619278,-0.00145142723340541,0.0236154440790415,-0.999503314495087,-0.00145173468627036,0.0314804203808308,
  758. -0.999721229076386,-0.00015952019020915,0.0236154682934284,-1,-0.000159476316184737,-3.19121272002843e-020,-1,-0.000159476316184737,-3.19121272002843e-020,-0.99999988079071,0.000539682223461568,0,-0.999504208564758,0.000540052365977317,-0.0314804501831532,-0.99999988079071,0.000539682223461568,0,-0.999503314495087,0.00145294913090765,-0.0314804203808308,-0.999999046325684,0.00145182176493108,0,-0.99972015619278,0.00145253236405551,-0.0236154459416866,-0.726574897766113,-0.000518996326718479,-0.687087059020996,-0.691222608089447,-0.000519033288583159,-0.722641706466675,-0.741722583770752,-0.00051939970580861,-0.670706570148468,-0.691222608089447,-0.00036632438423112,-0.72264176607132,-0.726574957370758,-0.00036632566479966,-0.687087118625641,-0.683157026767731,-0.000366448715794832,-0.730271399021149,-0.722632169723511,0.00517602544277906,-0.691213428974152,-0.678926467895508,0.00517805945128202,-0.73418802022934,-0.722632169723511,0.00517602544277906,-0.691213428974152,-0.678919076919556,0.00697254808619618,-0.734179973602295,-0.7226243019104,0.00696967542171478,-0.691205859184265,-0.678919076919556,0.00697254808619618,-0.734179973602295,-0.722641825675964,-0.000364654813893139,-0.691222667694092,-0.707106709480286,-0.000364570674719289,-0.707106709480286,-0.734197795391083,-0.00036483898293227,-0.678935527801514,-0.707105815410614,-0.00167036161292344,-0.707105815410614,-0.722640812397003,-0.00167078024242073,-0.691221714019775,-0.707105815410614,-0.00167036161292344,-0.707105815410614,-0.707106709480286,0.000537896354217082,-0.707106709480286,-0.683156967163086,0.00053830340038985,-0.730271339416504,-0.707106709480286,0.000537896354217082,-0.707106709480286,-0.683156430721283,0.00138935307040811,-0.730270743370056,-0.707106113433838,0.00138815073296428,-0.707106113433838,-0.691222012042999,0.00138878088910133,-0.722641110420227,-0.0236154608428478,-0.000518627872224897,-0.999720990657806,0.023615462705493,-0.000518732704222202,-0.999720990657806,-0.0471914522349834,-0.000519009074196219,-0.998885750770569,0.0236154645681381,-0.00021285297407303,-0.999721109867096,
  759. -0.0236154645681381,-0.000212824248592369,-0.999721109867096,0.0314804576337337,-0.000212903949432075,-0.999504446983337,-0.0236151535063982,0.00516527751460671,-0.999707877635956,0.0393390767276287,0.00516732828691602,-0.999212563037872,-0.0236151535063982,0.00516527751460671,-0.999707877635956,0.0393386073410511,0.00711174122989178,-0.999200642108917,-0.0236148685216904,0.00710922107100487,-0.999695837497711,0.0393386073410511,0.00711174122989178,-0.999200642108917,0,-0.00145105121191591,-0.999999046325684,-0.0236154440790415,-0.00145143480040133,-0.99972015619278,-0.0314804203808308,-0.0014517423696816,-0.999503314495087,-0.0236154645681381,-0.00015652940783184,-0.999721109867096,0,-0.00015648637781851,-1,0,-0.00015648637781851,-1,0,0.000536101870238781,-0.99999988079071,0.0314804539084435,0.000536469684448093,-0.999504327774048,0,0.000536101870238781,-0.99999988079071,0.0314804203808308,0.00145473890006542,-0.999503314495087,0,0.00145361060276628,-0.999999046325684,0.0236154459416866,0.00145432166755199,-0.99972015619278,0.722641825675964,-0.000367335072951391,-0.691222667694092,0.687087118625641,-0.000367336033377796,-0.726574957370758,0.730271458625793,-0.000367459782864898,-0.683157086372375,0.687087059020996,-0.000518991728313267,-0.726574897766113,0.722641706466675,-0.000519028923008591,-0.691222608089447,0.670706570148468,-0.000519394990988076,-0.741722583770752,0.73418003320694,0.0069713182747364,-0.678919076919556,0.69120591878891,0.0069684530608356,-0.7226243019104,0.73418003320694,0.0069713182747364,-0.678919076919556,0.691213428974152,0.00517480168491602,-0.722632169723511,0.73418802022934,0.00517683150246739,-0.678926467895508,0.691213428974152,0.00517480168491602,-0.722632169723511,0.691222667694092,-0.000364643725333735,-0.722641825675964,0.707106709480286,-0.000364559557056054,-0.707106709480286,0.678935527801514,-0.000364827894372866,-0.734197795391083,0.707105815410614,-0.0016688829055056,-0.707105815410614,0.691221714019775,-0.00166930037084967,-0.722640812397003,0.707105815410614,-0.0016688829055056,-0.707105815410614,
  760. 0.730270743370056,0.00139293097890913,-0.683156430721283,0.707106113433838,0.00139172712806612,-0.707106113433838,0.722641110420227,0.00139235786627978,-0.691222012042999,0.707106709480286,0.000541464716661721,-0.707106709480286,0.730271339416504,0.000541874032933265,-0.683156967163086,0.707106709480286,0.000541464716661721,-0.707106709480286,0.999503254890442,-0.0314804203808308,0.00156831601634622,0.999503254890442,0.0314804203808308,0.00156875990796834,0.998878061771393,-0.0425610281527042,0.0207696910947561,0.997952938079834,0.0522750839591026,-0.0368412099778652,0.998768091201782,-0.0355861969292164,0.0345854088664055,0.999332904815674,0.031475055962801,0.018527964130044,0.998605251312256,-0.0317409336566925,0.0421913266181946,0.997993409633636,0.0487305708229542,-0.0404291935265064,0.997926592826843,-0.0371812358498573,0.0525368265807629,0.997221767902374,-0.0117911053821445,-0.0735507532954216,0.998241007328033,0.0419739335775375,0.0418721362948418,0.997981786727905,0.0500130914151669,-0.0391312055289745,0.998600482940674,0.0300923064351082,0.0434923283755779,0.997846841812134,-0.0279066972434521,-0.0593538135290146,0.998452484607697,0.0550035610795021,0.00819802936166525,0.998433411121368,0.0506767332553864,0.0237197745591402,0.998012900352478,-0.0435733981430531,-0.045515138655901,0.999159157276154,-0.0392435155808926,0.0118694994598627,0.998475849628448,0.0533363111317158,0.0141853215172887,0.999223232269287,-0.0393187403678894,0.00263630086556077,0.999223411083221,0.039339505136013,0.00224226526916027,0.704767227172852,-0.0444721765816212,0.708043336868286,0.705195605754852,0.044497974216938,0.70761513710022,0.704560220241547,0.038834024220705,0.708580851554871,0.712077736854553,0.0392483808100224,0.701002836227417,0.762389302253723,-0.0581494085490704,0.644500732421875,0.71215283870697,-0.0445872880518436,0.700607120990753,0.673549354076386,0.0321534499526024,0.738442599773407,0.718176901340485,0.0463250763714314,0.694316864013672,0.762090742588043,-0.0585953146219254,0.644813358783722,0.725329995155334,0.0362532138824463,0.687446117401123,
  761. 0.664390802383423,-0.0459587872028351,0.745971024036407,0.672829806804657,-0.0262152571231127,0.739332675933838,0.682497978210449,-0.0328469052910805,0.730149030685425,0.694991052150726,0.0333834886550903,0.718243002891541,0.722393572330475,0.0404134467244148,0.690300166606903,0.70527195930481,0.0333879329264164,0.708150207996368,0.692949175834656,-0.0401270613074303,0.719868898391724,0.705272495746613,-0.0333879329264164,0.708149671554565,-0.706754267215729,-0.0333879999816418,0.706670820713043,-0.706754267215729,0.0333880037069321,0.706670820713043,-0.718717515468597,-0.0409333780407906,0.694096207618713,-0.731174767017365,-0.032112330198288,0.681433975696564,-0.719477772712708,0.033382460474968,0.693712770938873,-0.690952956676483,0.0413696356117725,0.721715033054352,-0.740025103092194,-0.0257101561874151,0.672087669372559,-0.688162267208099,0.0372939892113209,0.724597811698914,-0.745874464511871,-0.0445238947868347,0.664596796035767,-0.738919675350189,0.0283240936696529,0.67319792509079,-0.692680060863495,0.0439079664647579,0.719907224178314,-0.646016359329224,-0.0603143908083439,0.760936975479126,-0.703596353530884,0.0391075611114502,0.709522902965546,-0.645792007446289,-0.0599934384226799,0.761152744293213,-0.703205287456512,-0.0445477589964867,0.709589898586273,-0.708582103252411,0.0388339571654797,0.704558968544006,-0.708044528961182,-0.0444721579551697,0.704766035079956,-0.707616329193115,0.0444979704916477,0.705194354057312,-0.999223232269287,-0.0393187403678894,-0.00263629131950438,-0.999223411083221,0.039339505136013,-0.00224226526916027,-0.998475849628448,0.0533362254500389,-0.0141856344416738,-0.999219417572021,-0.0393084138631821,-0.00392838101834059,-0.998474836349487,0.0527366474270821,-0.016336852684617,-0.998012125492096,-0.0395950339734554,0.0490327849984169,-0.997904479503632,0.0502703599631786,-0.0407367534935474,-0.996995449066162,-0.00779102463275194,0.077068604528904,-0.997990727424622,0.0615041069686413,0.0152225196361542,-0.997904479503632,0.0502703599631786,-0.0407367534935474,-0.997899889945984,0.0552241280674934,0.0338542498648167,
  762. -0.996995449066162,-0.00779102463275194,0.077068604528904,-0.998008012771606,0.0441065058112144,0.0451065301895142,-0.997631072998047,-0.0434122383594513,-0.0533634461462498,-0.998715043067932,-0.0341341122984886,-0.0374585203826427,-0.99884420633316,-0.0385656431317329,-0.0286868009716272,-0.999440491199493,0.0314784422516823,-0.0113133760169148,-0.997995436191559,0.0484751388430595,0.0406876727938652,-0.999503254890442,0.0314804203808308,-0.00156633893493563,-0.998878061771393,-0.0425617545843124,-0.0207682475447655,-0.999503254890442,-0.0314804203808308,-0.00156589574180543,0.00263629923574626,-0.0393187403678894,-0.999223232269287,0.00224225432612002,0.039339505136013,-0.999223411083221,0.0141850123181939,0.0533363968133926,-0.998475849628448,0.023728946223855,0.0506741814315319,-0.998433411121368,-0.0455107688903809,-0.0435783341526985,-0.998012900352478,0.0118793668225408,-0.0392434373497963,-0.999159157276154,0.0434939116239548,0.0300806704908609,-0.998600721359253,-0.0593456514179707,-0.0279159527271986,-0.997847080230713,0.008206557482481,0.0550011955201626,-0.998452663421631,-0.0735386088490486,-0.0118049150332808,-0.997222602367401,0.0418750755488873,0.0419524163007736,-0.998241782188416,-0.039140161126852,0.0500042326748371,-0.997981786727905,0.0422232486307621,-0.031724788248539,-0.998604416847229,-0.0404014624655247,0.0487579740583897,-0.997993171215057,0.0525334030389786,-0.0371554456651211,-0.997927725315094,0.0346084572374821,-0.0355745442211628,-0.998767614364624,0.0185447633266449,0.0314750410616398,-0.99933248758316,-0.0368206538259983,0.0522953867912292,-0.99795264005661,0.00156829680781811,-0.0314804166555405,-0.999503135681152,0.00156874069944024,0.0314804166555405,-0.999503135681152,0.0207696966826916,-0.0425610244274139,-0.998878061771393,0.999871969223022,0.0157225728034973,-0.00297752651385963,0.999871969223022,-0.0156391989439726,-0.00339141837321222,0.999965012073517,-0.00787374004721642,-0.00286254263482988,0.999753296375275,-0.0152348969131708,-0.0161686930805445,0.999753057956696,0.0156196700409055,-0.0158084835857153,
  763. 0.999163746833801,0.0365228094160557,0.0183815788477659,0.999753296375275,-0.0152348969131708,-0.0161686930805445,0.999163746833801,0.0365228094160557,0.0183815788477659,0.998485267162323,0.00101533089764416,-0.0550106354057789,0.998394131660461,-0.0122174378484488,-0.0553182028234005,0.998952507972717,0.0125360684469342,0.0440104380249977,0.999857544898987,-0.00833047460764647,0.0146874766796827,0.99799644947052,0.032578457146883,-0.0542381070554256,0.999748170375824,-0.0222949702292681,-0.00259631988592446,0.999270856380463,0.0146079435944557,-0.0352758467197418,0.999292373657227,0.0151559868827462,-0.0344272330403328,0.999684154987335,-0.0245481822639704,-0.00538627151399851,0.999717831611633,0.00787179358303547,-0.0224119853228331,0.999872505664825,-0.0157240927219391,0.00278567709028721,0.999965488910675,0.00787374470382929,0.00268499320372939,0.99987655878067,-0.0120707796886563,0.010059324093163,0.999227821826935,0.0321186557412148,-0.0226320549845696,0.999981760978699,2.06239639318382e-018,-0.00604035891592503,0.998003304004669,0.062910683453083,-0.00563089968636632,0.999759435653687,-4.12185588160276e-018,0.0219331383705139,0.999210000038147,0.0351170562207699,-0.0186067167669535,0.999968647956848,-0.00571459252387285,0.00548047665506601,0.999015212059021,-0.0231139976531267,-0.0378753058612347,0.999968647956848,-0.00571459252387285,0.00548047665506601,0.999210000038147,0.0351170562207699,-0.0186067167669535,0.999225616455078,-0.00505508715286851,-0.0390211567282677,0.999937772750854,-0.000298453407594934,0.0111543657258153,0.999959290027618,-0.00159901881124824,0.00888202805072069,0.999676942825317,-0.0239494498819113,0.00850987806916237,0.999925076961517,0.00787342619150877,0.00937206204980612,0.999937772750854,-0.000298453407594934,0.0111543657258153,0.999965608119965,0.00787374470382929,0.0026082475669682,0.999716877937317,-0.0236990209668875,0.00212501687929034,0.996208965778351,-0.086910106241703,0.00381278549320996,0.709028720855713,0.0111348070204258,0.705091714859009,0.709320306777954,-0.0166097786277533,0.70469057559967,
  764. 0.709028780460358,-0.0111348070204258,0.705091655254364,0.708433628082275,-0.01664481125772,0.705581188201904,0.708193719387054,0.0111348358914256,0.705930352210999,0.706740081310272,0.0333897285163403,0.706684947013855,0.700076401233673,-0.0208937413990498,0.713762164115906,0.741693019866943,-0.00430711917579174,0.670725643634796,0.706958293914795,-0.00369447376579046,0.707245588302612,0.706094622612,-0.0279956161975861,0.707563877105713,0.733017981052399,0.0154987769201398,0.680032670497894,0.741512060165405,0.0320073328912258,0.670175671577454,0.70743465423584,-0.0295907389372587,0.706159055233002,0.722153842449188,0.0111322579905391,0.691642880439758,0.73164427280426,0.016804676502943,0.681479454040527,0.70515775680542,0.0111348107457161,0.708963096141815,0.696800231933594,-0.0170693602412939,0.71706211566925,0.705048799514771,-0.0166855156421661,0.708962500095367,0.720185041427612,0.0275672674179077,0.693234145641327,0.711362779140472,-1.56744135103678e-016,0.702825009822845,0.709843575954437,0.061161857098341,0.701698899269104,0.684584975242615,-1.60966792869088e-016,0.728933095932007,0.711426377296448,0.0365682914853096,0.701808571815491,0.697223007678986,-0.00072611914947629,0.71685391664505,0.696072518825531,0.00118194241076708,0.717970550060272,0.711539030075073,0.0364536121487617,0.701700329780579,0.744308173656464,-0.0158091597259045,0.667649149894714,0.744253277778625,-0.0164093710482121,0.667695879936218,0.69431871175766,-0.00265208724886179,0.71966278553009,0.700581431388855,-0.00633767666295171,0.713544309139252,0.69431871175766,-0.00265208724886179,0.71966278553009,0.698865473270416,-0.0171457268297672,0.715047597885132,0.698729336261749,-1.58571079291787e-016,0.715386211872101,0.705385148525238,-1.5710284032195e-016,0.708824217319489,0.705423414707184,-0.0167881082743406,0.708587288856506,0.705168962478638,-0.0389777459204197,0.707967162132263,-0.00031156197655946,0.0157485343515873,0.999875962734222,0.000105167608126067,-0.0157427676022053,0.999876081943512,-0.000426555518060923,-0.00787377171218395,0.999969005584717,
  765. 0.0128729296848178,-0.0153394276276231,0.999799489974976,0.0125092435628176,0.0156463775783777,0.999799311161041,-0.0201398581266403,0.0348793044686317,0.999188601970673,0.00944396015256643,-0.0154480021446943,0.999836087226868,-0.0246785320341587,0.0306354518979788,0.999225914478302,0.0551383681595325,-0.00442975386977196,0.998468995094299,0.0553180314600468,-0.0122103244066238,0.998394131660461,-0.0440015494823456,0.0125444000586867,0.998952805995941,-0.0146851073950529,-0.0083323884755373,0.999857544898987,0.0542381443083286,0.0325772650539875,0.99799656867981,0.00259911199100316,-0.0222972258925438,0.999748110771179,0.0352789722383022,0.0146059291437268,0.999270856380463,0.0341063141822815,0.0153632229194045,0.999300122261047,0.00510874669998884,-0.0243240594863892,0.999691069126129,0.0219721384346485,0.00787187088280916,0.999727606773376,0.000793498649727553,0.00787376891821623,0.999968707561493,-0.00787176936864853,-0.0138384345918894,0.999873280525208,0.000694014423061162,-0.0157515425235033,0.999875724315643,-0.0106027601286769,0.0543342046439648,0.998466610908508,0.00122455437667668,-0.0393491983413696,0.999224781990051,0.0016156560741365,0.0393395498394966,0.999224603176117,-0.0157954916357994,-0.0392105169594288,0.999106228351593,-0.0273692365735769,0.0496572516858578,0.998391270637512,0.0437739528715611,-0.0455416515469551,0.998003005981445,0.0506313815712929,-0.0377861596643925,0.998002350330353,-0.019705543294549,0.0517971627414227,0.998463213443756,-0.0448382273316383,0.0201838314533234,0.998790323734283,-0.0424269139766693,0.037911131978035,0.998380064964294,0.0417123734951019,0.0474623702466488,0.99800169467926,0.07182876765728,-0.0137481689453125,0.99732232093811,0.0380349569022655,0.0510960556566715,0.997969210147858,-0.0521130859851837,-0.0339925996959209,0.998062491416931,-0.0446147583425045,-0.0305149331688881,0.998538136482239,0.0348529629409313,0.0542382746934891,0.99791955947876,-0.0376288816332817,-0.0340479947626591,0.998711585998535,-0.0222484990954399,0.0314726606011391,0.99925696849823,
  766. -0.00156874442473054,0.0314804166555405,0.999503135681152,-0.0207701828330755,-0.0425607785582542,0.998878061771393,-0.00156830064952374,-0.0314804166555405,0.999503135681152,0.0186887960880995,0.0350559279322624,0.999210596084595,0.00012367514136713,-2.22721119552091e-016,1,-0.00029124814318493,0.0628652349114418,0.998021960258484,-0.0264667794108391,-2.2253980156182e-016,0.999649703502655,0.015455381013453,0.0374635644257069,0.999178469181061,-0.00755380699411035,-0.00320609007030725,0.999966323375702,-0.00835996493697166,-0.00223069149069488,0.999962568283081,0.0155413504689932,0.037399560213089,0.999179542064667,0.0381905809044838,-0.018165398389101,0.999105453491211,0.0390210524201393,-0.00505679380148649,0.999225616455078,-0.011167480610311,-0.000312164949718863,0.99993759393692,-0.00889319088310003,-0.00158551393542439,0.999959290027618,-0.00853731483221054,-0.0239505246281624,0.999676704406738,-0.00939953699707985,0.00787342432886362,0.999924838542938,-0.011167480610311,-0.000312164949718863,0.99993759393692,-0.00205630110576749,-0.0236963201314211,0.999717116355896,-0.00374396936967969,-0.0869112089276314,0.996209025382996,-0.00253954553045332,0.00787374656647444,0.999965786933899,-0.707490563392639,0.0111348479986191,0.706635057926178,-0.707088887691498,-0.0167041569948196,0.706927359104156,-0.707490622997284,-0.0111348479986191,0.706635057926178,-0.70812714099884,-0.0167450569570065,0.705886363983154,-0.708477795124054,0.0111348275095224,0.705645263195038,-0.709229409694672,0.0332293696701527,0.704194188117981,-0.670732021331787,-0.00798673275858164,0.74165678024292,-0.707372605800629,-0.00732510024681687,0.706802904605865,-0.712158858776093,-0.0227408967912197,0.701649904251099,-0.707387030124664,-0.028196694329381,0.706263780593872,-0.679855644702911,0.0153392339125276,0.733185529708862,-0.670185506343842,0.0316458567976952,0.741518676280975,-0.706362247467041,-0.029360368847847,0.707241356372833,-0.691968202590942,0.0111323650926352,0.721842169761658,-0.681715548038483,0.0170180778950453,0.731419384479523,
  767. -0.707748413085938,-0.0166951455175877,0.706267237663269,-0.707749307155609,0.0111348442733288,0.706375896930695,-0.716304779052734,-0.0179497823119164,0.697556674480438,-0.696040332317352,0.0304953008890152,0.717354774475098,-0.707017719745636,-1.56737742651904e-016,0.70719587802887,-0.705895781517029,0.0611300505697727,0.705672919750214,-0.730489253997803,-1.50631177732682e-016,0.682924211025238,-0.702915012836456,0.0377417020499706,0.710271775722504,-0.71759432554245,0.00053818488959223,0.696461141109467,-0.718936562538147,0.00283888634294271,0.695069909095764,-0.702718555927277,0.0375331379473209,0.710477232933044,-0.667465090751648,-0.0134743927046657,0.744519174098969,-0.712071478366852,-0.00881405360996723,0.702051639556885,-0.667958974838257,-0.0198502019047737,0.743933320045471,-0.72064220905304,-0.00413226149976254,0.693294882774353,-0.720767140388489,-0.00432144198566675,0.693163812160492,-0.717346549034119,-0.0172734502702951,0.696502327919006,-0.717688262462616,-1.54443739202723e-016,0.696364521980286,-0.706779956817627,-1.57104891729869e-016,0.707433462142944,-0.706546545028687,-0.0166755337268114,0.707470059394836,-0.705922961235046,-0.038929533213377,0.707217991352081,-0.999871969223022,0.0157225728034973,0.00297752651385963,-0.999871969223022,-0.0156391989439726,0.00339141837321222,-0.999965012073517,-0.00787374004721642,0.00286254263482988,-0.999753296375275,-0.0152350189164281,0.0161647796630859,-0.99975311756134,0.0156197026371956,0.015804486349225,-0.999163866043091,0.0365217551589012,-0.0183827131986618,-0.999163866043091,0.0365217551589012,-0.0183827131986618,-0.998485267162323,0.00101741566322744,0.055010586977005,-0.999753296375275,-0.0152350189164281,0.0161647796630859,-0.999857544898987,-0.00833052769303322,-0.0146874105557799,-0.998394012451172,-0.0122201703488827,0.055318258702755,-0.998952329158783,0.0125337019562721,-0.0440129563212395,-0.999748170375824,-0.0222943536937237,0.00259555736556649,-0.999270856380463,0.0146082974970341,0.0352752991020679,-0.99799633026123,0.0325813889503479,0.0542380325496197,
  768. -0.999670326709747,-0.0249831192195416,0.00592484977096319,-0.999698281288147,0.00787163991481066,0.0232681836932898,-0.999276638031006,0.0147535745054483,0.0350503511726856,-0.999922633171082,0.0078734066337347,-0.00963001232594252,-0.99985945224762,-0.00854045338928699,-0.014427674934268,-0.999829888343811,-0.0156687162816525,-0.00973318424075842,-0.99922788143158,0.032125499099493,0.0226228777319193,-0.999981939792633,-2.06245553659761e-018,0.00602630246430635,-0.998003363609314,0.0629105791449547,0.00561682600528002,-0.999759495258331,4.12185588160276e-018,-0.0219302922487259,-0.999210119247437,0.0351126380264759,0.0186126530170441,-0.999968647956848,-0.00572106335312128,-0.00547512806952,-0.999968647956848,-0.00572106335312128,-0.00547512806952,-0.999210119247437,0.0351126380264759,0.0186126530170441,-0.999014973640442,-0.0231223292648792,0.0378747694194317,-0.999885737895966,0.00494158593937755,-0.0142872873693705,-0.999207317829132,0.00410387199372053,0.0395973809063435,-0.999965846538544,0.0035403782967478,-0.00748274568468332,-0.999968945980072,0.00787377171218395,-0.000341294944519177,-0.999967873096466,0.0042609628289938,-0.00679351156577468,-0.999721467494965,-0.0235952958464623,0.00051234953571111,-0.996119499206543,-0.0867248550057411,-0.0149914911016822,-0.999874353408813,0.00787302665412426,-0.0137598356232047,-0.999620795249939,-0.0241350345313549,-0.0132573954761028,-0.706653594970703,0.0111348479986191,-0.707472085952759,-0.706945896148682,-0.0167034305632114,-0.707070350646973,-0.706653535366058,-0.0111348479986191,-0.707472085952759,-0.707661509513855,-0.0166752580553293,-0.706354796886444,-0.707421243190765,0.0111348489299417,-0.706704556941986,-0.70596843957901,0.033341109752655,-0.707458078861237,-0.700566112995148,-0.0214678272604942,-0.713264584541321,-0.741682946681976,-0.0054389089345932,-0.67072856426239,-0.706911504268646,-0.00481060612946749,-0.707285642623901,-0.741513788700104,0.0319127030670643,-0.670178234577179,-0.706140398979187,-0.0280499905347824,-0.707516014575958,-0.733063519001007,0.0154553977772594,-0.679984569549561,
  769. -0.731422662734985,0.0170149765908718,-0.681712090969086,-0.707244217395782,-0.0293637681752443,-0.706359267234802,-0.721846401691437,0.0111323641613126,-0.691963732242584,-0.698328018188477,-0.0188491865992546,-0.715529680252075,-0.707510471343994,-0.016704935580492,-0.706505358219147,-0.707618832588196,0.0111348461359739,-0.706506609916687,-0.704560279846191,0.0388340279459953,-0.708580791950226,-0.704767227172852,-0.0444721765816212,-0.708043336868286,-0.705195605754852,0.044497974216938,-0.70761513710022,-0.71026611328125,-0.0445582345128059,-0.702521622180939,-0.710196852684021,0.0391447059810162,-0.70291405916214,-0.761477649211884,-0.0595096498727798,-0.645453631877899,-0.673296093940735,0.0293827969580889,-0.738788902759552,-0.719423413276672,0.0445850715041161,-0.693139374256134,-0.761251926422119,-0.0598457977175713,-0.645688772201538,-0.671307325363159,-0.0251796543598175,-0.740751266479492,-0.72382664680481,0.0383875742554665,-0.68891316652298,-0.664812088012695,-0.0430136658251286,-0.74577122926712,-0.720826506614685,0.0426188670098782,-0.691803991794586,-0.680041491985321,-0.0311527233570814,-0.732511579990387,-0.692039906978607,0.0333809591829777,-0.721087038516998,-0.692947864532471,-0.0401261374354362,-0.719870269298553,-0.705271303653717,-0.0333879329264164,-0.708150863647461,-0.705270707607269,0.0333879329264164,-0.708151459693909,-0.71736741065979,0.0304822623729706,-0.696027874946594,-0.707215130329132,1.56734208936327e-016,-0.706998407840729,-0.705692231655121,0.061130203306675,-0.705876469612122,-0.684501349925995,1.60966316413055e-016,-0.729011595249176,-0.711361169815063,0.0366345979273319,-0.701871156692505,-0.697177469730377,-0.000650412635877728,-0.716898381710052,-0.744306564331055,-0.0158269666135311,-0.667650580406189,-0.696071445941925,0.00118371821008623,-0.717971563339233,-0.711534082889557,0.0364586897194386,-0.701705157756805,-0.701561748981476,-0.00798755511641502,-0.712563872337341,-0.744041979312897,-0.0186925455927849,-0.667871356010437,-0.693643271923065,-0.00362899480387568,-0.720309495925903,
  770. -0.697299897670746,-0.017230411991477,-0.716572403907776,-0.697162628173828,1.59595248004136e-016,-0.716913044452667,-0.693553686141968,-0.00375850149430335,-0.720395147800446,-0.709503173828125,1.57095746421017e-016,-0.704702258110046,-0.709538102149963,-0.0165613070130348,-0.704472422599792,-0.709288418292999,-0.0388803444802761,-0.703845381736755,-0.00297347293235362,0.01572260633111,-0.999871969223022,-0.00338724791072309,-0.0156393311917782,-0.999871969223022,-0.00285846483893692,-0.00787374097853899,-0.999965012073517,-0.0161848161369562,-0.0152343828231096,-0.999752938747406,-0.0158245842903852,0.0156195405870676,-0.999752879142761,0.0183724723756313,0.0365313217043877,-0.999163627624512,0.0183724723756313,0.0365313217043877,-0.999163627624512,-0.0550106205046177,0.00101594696752727,-0.998485267162323,-0.0161848161369562,-0.0152343828231096,-0.999752938747406,0.0146897295489907,-0.00832865107804537,-0.999857425689697,-0.0553178079426289,-0.0122001608833671,-0.998394370079041,0.0439961776137352,0.0125494319945574,-0.998952984809875,-0.00260403449647129,-0.0223011989146471,-0.999747931957245,-0.0352706089615822,0.0147490939125419,-0.99926894903183,-0.054238349199295,0.0325688347220421,-0.997996747493744,-0.00538855977356434,-0.0245500300079584,-0.99968409538269,-0.0224108844995499,0.00787179544568062,-0.999717950820923,-0.0345741286873817,0.0152031239122152,-0.999286472797394,0.00278206402435899,-0.0157241206616163,-0.999872505664825,0.00268136686645448,0.00787374377250671,-0.99996542930603,0.0100579438731074,-0.0120718944817781,-0.99987655878067,-0.0226291958242655,0.0321207903325558,-0.99922788143158,-0.00603315839543939,2.22735651461093e-016,-0.999981820583344,-0.0056236619129777,0.0629106312990189,-0.998003304004669,0.02197290584445,2.22579400352104e-016,-0.999758660793304,-0.0185591857880354,0.0351524539291859,-0.999209642410278,0.00551901571452618,-0.00566796492785215,-0.999968707561493,-0.037878043949604,-0.0230710655450821,-0.999016106128693,0.00551901571452618,-0.00566796492785215,-0.999968707561493,
  771. -0.0185591857880354,0.0351524539291859,-0.999209642410278,0.00888490583747625,-0.00159553822595626,-0.999959349632263,-0.0390212275087833,-0.00505402311682701,-0.999225616455078,0.0111562367528677,-0.000300408835755661,-0.99993771314621,0.0111562367528677,-0.000300408835755661,-0.99993771314621,0.00851520150899887,-0.023949658498168,-0.999676883220673,0.00937744881957769,0.00787342619150877,-0.999925136566162,0.00262585165910423,0.00787374470382929,-0.99996554851532,0.00214251992292702,-0.0236997120082378,-0.999716937541962,0.00383046129718423,-0.0869098156690598,-0.996208846569061,0.705080509185791,0.0111348060891032,-0.709039807319641,0.704679429531097,-0.0166093409061432,-0.709331393241882,0.705080509185791,-0.0111348060891032,-0.709039866924286,0.705576062202454,-0.0166446100920439,-0.708438694477081,0.705925345420837,0.011134834960103,-0.708198726177216,0.706679701805115,0.0333900563418865,-0.706745266914368,0.713761806488037,-0.0208942051976919,-0.700076818466187,0.670725584030151,-0.00429987208917737,-0.741693139076233,0.707245349884033,-0.00368693564087152,-0.706958591938019,0.670175850391388,0.0320006087422371,-0.741512179374695,0.707563817501068,-0.0279956702142954,-0.706094682216644,0.680033206939697,0.0154992397874594,-0.73301750421524,0.706164658069611,-0.0295844543725252,-0.7074294090271,0.69165313243866,0.0111322626471519,-0.72214412689209,0.681486129760742,0.0168106704950333,-0.731637954711914,0.708957314491272,0.0111348098143935,-0.705163478851318,0.717058181762695,-0.0170739218592644,-0.696804165840149,0.708956718444824,-0.0166855622082949,-0.705054581165314,0.708592891693115,0.0388333611190319,-0.704548180103302,0.708055436611176,-0.0444719903171062,-0.704755187034607,0.707627177238464,0.0444979704916477,-0.705183506011963,0.700610876083374,-0.0445872321724892,-0.712149143218994,0.701006829738617,0.0392481572926044,-0.712073743343353,0.644505679607391,-0.0581564754247665,-0.762384593486786,0.738443851470947,0.0321434736251831,-0.673548460006714,0.694315016269684,0.0463223643600941,-0.718178868293762,
  772. 0.644818305969238,-0.0586024224758148,-0.762086033821106,0.690598905086517,0.0408507958054543,-0.722083389759064,0.745531857013702,-0.0396056734025478,-0.665292143821716,0.742382526397705,-0.0239850152283907,-0.669546782970428,0.734857678413391,-0.0294622406363487,-0.677581131458282,0.723914563655853,0.0333778709173203,-0.689081728458405,0.693297028541565,0.0448176860809326,-0.719257056713104,0.708159923553467,0.0333879329264164,-0.705262243747711,0.719876766204834,-0.0401216074824333,-0.692941427230835,0.708159387111664,-0.0333879329264164,-0.705262839794159,0.693245708942413,0.0275793317705393,-0.720173418521881,0.70284104347229,1.58810180810929e-016,-0.711346924304962,0.701714932918549,0.0611617416143417,-0.709827721118927,0.728962242603302,1.52712245039858e-016,-0.684553921222687,0.701842486858368,0.0366041660308838,-0.711391091346741,0.716881453990936,-0.000679203367326409,-0.697194755077362,0.66764622926712,-0.0157711431384087,-0.744311690330505,0.717997431755066,0.00122797815129161,-0.696044683456421,0.701733589172363,0.0364887900650501,-0.711504518985748,0.667695879936218,-0.0164094287902117,-0.744253277778625,0.719666182994843,-0.00265718554146588,-0.694315254688263,0.713548183441162,-0.00633118767291307,-0.700577616691589,0.715394258499146,1.55482598642751e-016,-0.698720991611481,0.719666182994843,-0.00265718554146588,-0.694315254688263,0.715055704116821,-0.017146173864603,-0.698857188224792,0.707990169525146,-0.0389782898128033,-0.70514589548111,0.708847224712372,1.5710482555542e-016,-0.705362021923065,0.7086101770401,-0.016789373010397,-0.705400407314301,0.999504446983337,-0.0314804576337337,-0.000167767153470777,1,0,-0.00016767269698903,0.999719083309174,-0.0166745651513338,0.0168440956622362,0.999898016452789,0.0138415656983852,0.00354363792575896,0.999648869037628,-0.00955470558255911,0.024715343490243,0.999979734420776,0,-0.00638109724968672,0.99943220615387,0.0323569662868977,-0.00939822010695934,0.999647080898285,-0.00945498794317245,0.024825556203723,0.999896168708801,0.013938631862402,0.00365100428462029,
  773. 0.999664485454559,-0.0246153566986322,0.00806058663874865,0.999969065189362,-0.000472297018859535,-0.00785145815461874,0.998476326465607,0.0063124387525022,0.0548196360468864,0.999832808971405,4.09053592847936e-018,-0.0182904973626137,0.999711871147156,0.0162986945360899,-0.0176276136189699,0.999837279319763,0.000851351243909448,-0.0180202648043633,0.999876141548157,0.015745285898447,2.52696863753954e-005,0.999999821186066,0,-0.000624521751888096,0.99888664484024,0.047120213508606,-0.00226364121772349,0.707624137401581,-1.57032457177989e-016,0.706589043140411,0.698239982128143,-0.0114098414778709,0.715772926807404,0.707230269908905,-0.0333879925310612,0.706194460391998,0.698104739189148,-0.0112454919144511,0.715907335281372,0.716672003269196,-1.54884130160846e-016,0.697410464286804,0.710518002510071,0.0111271077767015,0.703591048717499,0.715631604194641,0.0347004681825638,0.697615444660187,0.698020756244659,-0.0111434040591121,0.715990900993347,0.709358751773834,0.0128904022276402,0.704729735851288,0.704451262950897,-0.0190178696066141,0.709497570991516,0.714912295341492,-0.000215056294109672,0.699214100837708,0.650786995887756,0.0124785201624036,0.759157836437225,0.71867311000824,0.0171618591994047,0.695136368274689,0.719031035900116,0.000757590401917696,0.694977521896362,0.719193339347839,-1.54422761902389e-016,0.694810032844543,0.70699155330658,-1.57093972945784e-016,0.707221984863281,0.706597208976746,0.0333880037069321,0.706827819347382,0.70649117231369,0.0166806243360043,0.707525253295898,0.00520344451069832,-2.21926893815143e-016,0.999986469745636,-0.0139456698670983,-0.0192954000085592,0.999716579914093,0.00520633393898606,-0.0314800329506397,0.999490916728973,-0.00103586399927735,0.0115742636844516,0.999932467937469,-0.0222063809633255,-0.0118245538324118,0.999683499336243,0.0105589460581541,-2.20038513268578e-016,0.999944269657135,0.00920898746699095,0.0283308811485767,0.999556183815002,-0.022277319803834,-0.0117603801190853,0.999682664871216,-0.00110574893187732,0.0116374492645264,0.999931693077087,-0.00806252751499414,-0.0246136020869017,0.999664545059204,
  774. 0.00785138551145792,-0.00047383937635459,0.999969065189362,-0.0548198223114014,0.00631064362823963,0.998476326465607,0.0182557292282581,-2.21909595814173e-016,0.999833464622498,0.0175928249955177,0.0162976067513227,0.999712407588959,0.0179855115711689,0.000849709322210401,0.9998379945755,-2.82056662399555e-005,0.0157451927661896,0.999876141548157,0.000621537328697741,-2.21730064534024e-016,0.999999821186066,0.00226060952991247,0.0471203103661537,0.99888664484024,-0.70441871881485,-0.033387828618288,0.70899897813797,-0.704814493656158,-1.57542490126245e-016,0.70939165353775,-0.714695513248444,-0.0127245467156172,0.699319958686829,-0.702117264270782,0.00885394588112831,0.712006390094757,-0.714096009731293,-0.0134545611217618,0.699918448925018,-0.694476366043091,-1.58959179200307e-016,0.71951550245285,-0.697843968868256,0.0306648705154657,0.715593159198761,-0.714183270931244,-0.0133484164252877,0.699831545352936,-0.703000783920288,0.0102155366912484,0.711115658283234,-0.70949524641037,-0.0190206468105316,0.704453468322754,-0.699214398860931,-0.000223567651119083,0.714911997318268,-0.759158670902252,0.012469969689846,0.650786101818085,-0.695154845714569,0.0171611476689577,0.718655169010162,-0.694995999336243,0.000756446621380746,0.719013214111328,-0.694828510284424,-1.59536696851657e-016,0.719175457954407,-0.705779016017914,0.0167492683976889,0.708234012126923,-0.705474853515625,-1.57600181010887e-016,0.708734929561615,-0.705079555511475,0.0333879180252552,0.708341836929321,-1,0,0.00016767269698903,-0.999719083309174,-0.0166745651513338,-0.0168440956622362,-0.999504446983337,-0.0314804576337337,0.000167767153470777,-0.999706327915192,-0.014051984064281,-0.019743911921978,-0.999892115592957,-4.07491586338222e-018,0.0146904475986958,-0.999955296516418,0.00934941694140434,0.00142482377123088,-0.999664485454559,0.024281594902277,0.00901853479444981,-0.999706327915192,-0.014051984064281,-0.019743911921978,-0.999955296516418,0.00934941694140434,0.00142482377123088,-0.999694466590881,-0.0223423484712839,-0.0105753233656287,-0.999961376190186,0.00357318948954344,0.00804252363741398,
  775. -0.998465776443481,0.0102852331474423,-0.0544091574847698,-0.999633491039276,0.0164203010499477,0.0215278062969446,-0.999759316444397,0.00103536399547011,0.021915202960372,-0.999753713607788,-5.11277689641066e-018,0.0221927594393492,-0.999999821186066,0,0.00062750990036875,-0.99888664484024,0.0471201241016388,0.00226653623394668,-0.999876141548157,0.0157453827559948,-2.21898826566758e-005,-0.700398564338684,-0.0140408361330628,-0.713613927364349,-0.710767269134521,-0.0333874523639679,-0.702634453773499,-0.711158752441406,1.56014085347373e-016,-0.703031420707703,-0.712014317512512,0.00884174555540085,-0.702109277248383,-0.699926614761353,-0.0134645262733102,-0.714087843894959,-0.719517886638641,1.54887160950611e-016,-0.694473922252655,-0.715593159198761,0.0306697059422731,-0.697843670845032,-0.699829399585724,-0.0133458506315947,-0.714185357093811,-0.711113631725311,0.010218664072454,-0.70300281047821,-0.704450488090515,-0.0190169457346201,-0.709498345851898,-0.714912235736847,-0.000216704196645878,-0.699214160442352,-0.650786817073822,0.0124765979126096,-0.759158134460449,-0.719170272350311,1.54422325151025e-016,-0.694833874702454,-0.718649983406067,0.0171609409153461,-0.695160210132599,-0.719007968902588,0.000756112218368798,-0.695001423358917,-0.706486642360687,0.0166804473847151,-0.707529783248901,-0.706987082958221,1.57092980329049e-016,-0.707226514816284,-0.706592738628387,0.0333880037069321,-0.706832349300385,-0.000167771693668328,-0.0314804576337337,-0.999504446983337,-0.000167677222634666,2.21924921816562e-016,-1,0.0168456118553877,-0.016673194244504,-0.999719083309174,0.0034811245277524,0.0137850483879447,-0.99989902973175,0.0246527921408415,-0.00961130019277334,-0.999649882316589,-0.00644629495218396,2.20032253165702e-016,-0.999979317188263,-0.0093958405777812,0.0323063284158707,-0.999433875083923,0.0247629545629025,-0.00951162911951542,-0.999648094177246,0.00358846038579941,0.0138820884749293,-0.999897301197052,0.0080616008490324,-0.0246144440025091,-0.999664604663849,-0.0078513165935874,-0.000475289416499436,-0.999969065189362,
  776. 0.054819967597723,0.00630922196432948,-0.998476326465607,-0.0176226031035185,0.0162985362112522,-0.999711871147156,-0.0180152282118797,0.000851113290991634,-0.999837458133698,-0.0182855576276779,2.21910509021569e-016,-0.999832808971405,-0.00226056948304176,0.0471203103661537,-0.99888664484024,2.81544671452139e-005,0.0157451946288347,-0.999876141548157,-0.000621542916633189,2.21732049767494e-016,-0.999999821186066,0.706590533256531,1.57031451326365e-016,-0.707622647285461,0.715774297714233,-0.0114081650972366,-0.698238611221313,0.706195950508118,-0.0333879925310612,-0.707228779792786,0.715870320796967,-0.0112907607108355,-0.698141992092133,0.697382688522339,1.58958279227801e-016,-0.716698944568634,0.703557133674622,0.0110747115686536,-0.710552394390106,0.697618961334229,0.0346409119665623,-0.715631127357483,0.715953707695007,-0.0111888460814953,-0.698058128356934,0.704695820808411,0.0128378169611096,-0.709393382072449,0.709498882293701,-0.0190162658691406,-0.704449951648712,0.699214160442352,-0.00021690790890716,-0.714912235736847,0.759158074855804,0.0124762542545795,-0.650786757469177,0.694813549518585,1.59536935079673e-016,-0.719189882278442,0.69513988494873,0.0171617195010185,-0.718669593334198,0.694981098175049,0.000757369445636868,-0.719027578830719,0.707513332366943,0.0166810974478722,-0.706503212451935,0.707210004329681,1.57094634690274e-016,-0.707003533840179,0.706815898418427,0.0333880074322224,-0.70660924911499
  777. }
  778. TangentsW: *792 {
  779. 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
  780. }
  781. }
  782. LayerElementUV: 0 {
  783. Version: 101
  784. Name: "map1"
  785. MappingInformationType: "ByPolygonVertex"
  786. ReferenceInformationType: "IndexToDirect"
  787. UV: *736 {
  788. a: 2.232421875,0.868896484375,2.509765625,0.996797561645508,2.23046875,0.996036529541016,2.5078125,0.8685302734375,2.7421875,0.995311737060547,2.5078125,0.8709716796875,2.7421875,0.8702392578125,2.509765625,0.993213653564453,2.9296875,0.995403289794922,2.7421875,0.995811462402344,2.9296875,0.869873046875,2.7421875,0.8692626953125,2.232421875,0.994010925292969,2.072265625,0.869873046875,2.232421875,0.871826171875,2.07421875,0.995403289794922,1.5107421875,0.996797561645508,1.23046875,0.868896484375,1.5087890625,0.8685302734375,1.2314453125,0.996040344238281,1.7421875,0.995613098144531,1.5087890625,0.87109375,1.7421875,0.8704833984375,1.509765625,0.993213653564453,1.9306640625,0.995403289794922,1.7421875,0.8695068359375,1.9306640625,0.869873046875,1.7421875,0.996147155761719,1.2333984375,0.994010925292969,1.0732421875,0.869873046875,1.23046875,0.871826171875,1.07421875,0.995403289794922,3.509765625,0.996797561645508,3.232421875,0.868896484375,3.5078125,0.8685302734375,3.23046875,0.996040344238281,3.7421875,0.995315551757813,3.5078125,0.8709716796875,3.7421875,0.8702392578125,3.509765625,0.993213653564453,3.9296875,0.869873046875,3.9296875,0.995403289794922,3.7421875,0.995811462402344,3.7421875,0.8692626953125,3.232421875,0.994010925292969,3.072265625,0.869873046875,3.232421875,0.871826171875,3.07421875,0.995403289794922,4.23046875,0.868896484375,4.5078125,0.996797561645508,4.23046875,0.996040344238281,4.5078125,0.8685302734375,4.5078125,0.87109375,4.7421875,0.995613098144531,4.5078125,0.993213653564453,4.7421875,0.8704833984375,4.9296875,0.995403289794922,4.7421875,0.8695068359375,4.9296875,0.869873046875,4.7421875,0.996147155761719,4.0703125,0.869873046875,4.23046875,0.994010925292969,4.07421875,0.995403289794922,4.23046875,0.871826171875,5.23046875,0.868896484375,5.5078125,0.996797561645508,5.23046875,0.996036529541016,5.5078125,0.8685302734375,5.5078125,0.8709716796875,5.7421875,0.995311737060547,5.5078125,0.993213653564453,5.7421875,0.8702392578125,5.9296875,0.869873046875,5.7421875,0.995811462402344,
  789. 5.7421875,0.8692626953125,5.9296875,0.995403289794922,5.0703125,0.869873046875,5.23046875,0.994010925292969,5.07421875,0.995403289794922,5.23046875,0.871826171875,-0.7685546875,0.868896484375,-0.488525390625,0.996797561645508,-0.76806640625,0.996040344238281,-0.490478515625,0.8685302734375,-0.490234375,0.87109375,-0.25732421875,0.995613098144531,-0.489501953125,0.993213653564453,-0.257080078125,0.8704833984375,-0.2568359375,0.8695068359375,-0.0692138671875,0.995403289794922,-0.2568359375,0.996147155761719,-0.0692138671875,0.869873046875,-0.92578125,0.869873046875,-0.765625,0.994010925292969,-0.92529296875,0.995403289794922,-0.7685546875,0.871826171875,-1.765625,0.868896484375,-1.48828125,0.996797561645508,-1.767578125,0.996040344238281,-1.490234375,0.8685302734375,-1.490234375,0.8709716796875,-1.2568359375,0.995315551757813,-1.4892578125,0.993213653564453,-1.2568359375,0.8702392578125,-1.068359375,0.869873046875,-1.2568359375,0.995811462402344,-1.2568359375,0.8692626953125,-1.068359375,0.995403289794922,-1.92578125,0.869873046875,-1.765625,0.994010925292969,-1.9248046875,0.995403289794922,-1.765625,0.871826171875,0.51123046875,0.996797561645508,0.2313232421875,0.868896484375,0.50927734375,0.8685302734375,0.231689453125,0.996040344238281,0.7421875,0.995613098144531,0.50927734375,0.87109375,0.74267578125,0.8704833984375,0.51025390625,0.993213653564453,0.74267578125,0.8695068359375,0.9306640625,0.995403289794922,0.74267578125,0.996147155761719,0.9306640625,0.869873046875,0.23388671875,0.994010925292969,0.07373046875,0.869873046875,0.2313232421875,0.871826171875,0.074462890625,0.995403289794922,0.51025390625,4.642578125,0.74267578125,4.642578125,0.5087890625,4.728515625,0.74609375,4.73828125,0.513671875,4.86328125,0.73876953125,4.865234375,0.50927734375,4.8671875,0.7421875,4.994140625,0.50927734375,4.994140625,0.74267578125,3.994140625,0.50927734375,3.994140625,0.512044250965118,3.86783862113953,0.73876953125,3.865234375,0.74609375,3.7421875,0.50927734375,3.728515625,0.74267578125,3.642578125,0.51025390625,3.642578125,
  790. 0.51025390625,1.6435546875,0.74267578125,1.64404296875,0.50927734375,1.72998046875,0.74609375,1.7431640625,0.511474609375,1.868408203125,0.73876953125,1.86669921875,0.74267578125,1.9951171875,0.50927734375,1.9951171875,0.7421875,5.9921875,0.50927734375,5.9921875,0.50927734375,5.8671875,0.73876953125,5.86328125,0.513671875,5.86328125,0.74609375,5.73828125,0.5087890625,5.7265625,0.74267578125,5.640625,0.51025390625,5.640625,0.7421875,-1.00390625,0.50927734375,-1.00390625,0.50927734375,-1.130859375,0.73876953125,-1.1328125,0.513671875,-1.134765625,0.74609375,-1.259765625,0.5087890625,-1.26953125,0.74267578125,-1.35546875,0.51025390625,-1.35546875,0.233642578125,4.994140625,0.2320556640625,4.8671875,0.5146484375,4.86328125,0.232666015625,4.7421875,0.50830078125,4.73046875,0.51123046875,4.642578125,0.2315673828125,4.64453125,0.2340087890625,4.744140625,0.07452392578125,4.642578125,0.23388671875,4.642578125,0.03497314453125,4.744140625,0.23052978515625,4.8671875,0.0233306884765625,4.8671875,0.2333984375,4.99609375,0.07366943359375,4.994140625,0.2314453125,3.994140625,0.23516845703125,3.8671875,0.23291015625,3.7421875,0.50927734375,3.73046875,0.51123046875,3.642578125,0.2315673828125,3.64453125,0.2342529296875,3.744140625,0.07452392578125,3.642578125,0.23388671875,3.642578125,0.034820556640625,3.74609375,0.23126220703125,3.8671875,0.023345947265625,3.8671875,0.2310791015625,3.99609375,0.07366943359375,3.994140625,0.233642578125,2.994140625,0.50927734375,2.8681640625,0.50927734375,2.9951171875,0.2320556640625,2.8671875,0.5146484375,2.86328125,0.232666015625,2.7421875,0.50830078125,2.73046875,0.51123046875,2.6435546875,0.2315673828125,2.64453125,0.50927734375,2.8671875,0.7421875,2.994140625,0.73876953125,2.8662109375,0.513671875,2.86328125,0.74609375,2.73828125,0.5087890625,2.7294921875,0.74267578125,2.6435546875,0.51025390625,2.6435546875,0.2340087890625,2.744140625,0.07452392578125,2.6435546875,0.23388671875,2.642578125,0.03497314453125,2.7451171875,0.23052978515625,2.8671875,0.0233306884765625,2.8671875,0.2333984375,2.9970703125,
  791. 0.07366943359375,2.9951171875,0.2314453125,1.994140625,0.51171875,1.869140625,0.23516845703125,1.867431640625,0.23291015625,1.7421875,0.50927734375,1.73046875,0.51123046875,1.6435546875,0.2315673828125,1.64501953125,0.2342529296875,1.744140625,0.07452392578125,1.6435546875,0.23388671875,1.642578125,0.034820556640625,1.74658203125,0.23126220703125,1.867919921875,0.023345947265625,1.8671875,0.2310791015625,1.99658203125,0.07366943359375,1.9951171875,0.233642578125,5.9921875,0.2320556640625,5.8671875,0.5146484375,5.86328125,0.232666015625,5.7421875,0.50830078125,5.73046875,0.51123046875,5.640625,0.2315673828125,5.64453125,0.2340087890625,5.7421875,0.07452392578125,5.640625,0.23388671875,5.640625,0.03497314453125,5.7421875,0.23052978515625,5.865234375,0.0233306884765625,5.8671875,0.07366943359375,5.9921875,0.2333984375,5.99609375,0.2314453125,-0.0048828125,0.512044250965118,-0.130859375,0.50927734375,-0.00390625,0.23516845703125,-0.1318359375,0.23291015625,-0.2568359375,0.50927734375,-0.2685546875,0.51123046875,-0.35546875,0.2315673828125,-0.3544921875,0.74267578125,-0.00390625,0.73876953125,-0.1328125,0.74609375,-0.255859375,0.74267578125,-0.35546875,0.51025390625,-0.35546875,0.2342529296875,-0.2548828125,0.07452392578125,-0.35546875,0.23388671875,-0.3564453125,0.034820556640625,-0.2529296875,0.23126220703125,-0.13134765625,0.023345947265625,-0.1318359375,0.2310791015625,-0.0029296875,0.07366943359375,-0.00390625,0.233642578125,-1.00390625,0.2320556640625,-1.130859375,0.5146484375,-1.134765625,0.232666015625,-1.255859375,0.50830078125,-1.267578125,0.51123046875,-1.35546875,0.2315673828125,-1.353515625,0.2340087890625,-1.25390625,0.07452392578125,-1.35546875,0.23388671875,-1.35546875,0.03497314453125,-1.25390625,0.23052978515625,-1.130859375,0.0233306884765625,-1.130859375,0.07366943359375,-1.00390625,0.2333984375,-1.001953125,0.2314453125,-2.00390625,0.512044250965118,-2.13020825386047,0.50927734375,-2.00390625,0.23516845703125,-2.130859375,0.23291015625,-2.255859375,0.50927734375,-2.267578125,0.51123046875,-2.35546875,
  792. 0.2315673828125,-2.353515625,0.74267578125,-2.00390625,0.73876953125,-2.1328125,0.74609375,-2.255859375,0.74267578125,-2.35546875,0.51025390625,-2.35546875,0.2342529296875,-2.25390625,0.07452392578125,-2.35546875,0.23388671875,-2.35546875,0.034820556640625,-2.251953125,0.23126220703125,-2.130859375,0.023345947265625,-2.130859375,0.2310791015625,-2.001953125,0.07366943359375,-2.00390625,0.9306640625,4.642578125,0.7431640625,4.740234375,0.966796875,4.73828125,0.97900390625,4.8671875,0.743408203125,4.8681640625,0.74267578125,4.994140625,0.9306640625,4.994140625,0.9306640625,3.642578125,0.7431640625,3.744140625,0.966796875,3.740234375,0.97900390625,3.8671875,0.743408203125,3.8681640625,0.9306640625,3.994140625,0.9306640625,2.6435546875,0.7431640625,2.740234375,0.74267578125,2.642578125,0.966796875,2.7392578125,0.97900390625,2.8671875,0.743408203125,2.8681640625,0.74267578125,2.9951171875,0.9306640625,2.9951171875,0.74267578125,1.64306640625,0.9306640625,1.6435546875,0.7431640625,1.744140625,0.966796875,1.7412109375,0.97900390625,1.867431640625,0.743408203125,1.868408203125,0.74267578125,1.99560546875,0.9306640625,1.9951171875,0.9306640625,5.640625,0.7431640625,5.73828125,0.966796875,5.73828125,0.97900390625,5.865234375,0.743408203125,5.8671875,0.74267578125,5.9921875,0.9306640625,5.9921875,0.7431640625,-0.2548828125,0.74267578125,-0.3564453125,0.9306640625,-0.35546875,0.966796875,-0.2578125,0.97900390625,-0.1318359375,0.743408203125,-0.130859375,0.9306640625,-0.00390625,0.9306640625,-1.35546875,0.7431640625,-1.2578125,0.966796875,-1.259765625,0.97900390625,-1.130859375,0.743408203125,-1.1298828125,0.74267578125,-1.00390625,0.9306640625,-1.00390625,0.9306640625,-2.35546875,0.7431640625,-2.25390625,0.966796875,-2.2578125,0.97900390625,-2.130859375,0.743408203125,-2.1298828125,0.9306640625,-2.00390625
  793. }
  794. UVIndex: *792 {
  795. a: 0,1,2,1,0,3,4,5,6,5,4,7,8,9,10,9,11,10,12,13,14,13,12,15,16,17,18,17,16,19,20,21,22,21,20,23,24,25,26,25,24,27,28,29,30,29,28,31,32,33,34,33,32,35,36,37,38,37,36,39,40,41,42,40,42,43,44,45,46,45,44,47,48,49,50,49,48,51,52,53,54,53,52,55,56,57,58,57,56,59,60,61,62,61,60,63,64,65,66,65,64,67,68,69,70,69,68,71,72,73,74,73,72,75,76,77,78,77,76,79,80,81,82,81,80,83,84,85,86,85,84,87,88,89,90,89,88,91,92,93,94,93,92,95,96,97,98,97,96,99,100,101,102,101,100,103,104,105,106,105,104,107,108,109,110,109,108,111,112,113,114,113,112,115,116,117,118,117,116,119,120,121,122,121,120,123,124,125,126,125,124,127,128,129,130,131,130,129,130,131,132,133,132,131,132,133,134,134,133,135,134,135,136,137,138,139,139,140,137,139,141,140,141,139,142,142,143,141,143,142,144,145,146,147,147,146,148,147,148,149,149,148,150,149,150,151,149,151,152,153,154,155,153,155,156,157,156,155,157,158,156,158,157,159,159,160,158,160,159,161,162,163,164,164,165,162,166,165,164,165,166,167,168,167,166,168,169,167,170,169,168,171,134,136,134,171,172,134,172,173,173,172,174,173,174,175,175,174,176,177,176,174,178,179,180,179,178,181,182,181,178,182,183,181,182,185,183,185,182,184,186,139,138,139,186,187,188,139,187,188,189,139,188,190,189,190,188,191,192,193,194,193,192,195,195,192,196,196,197,195,197,196,199,199,196,198,200,201,202,201,200,203,201,203,204,204,203,205,204,205,206,206,205,207,207,205,208,209,210,202,210,209,211,211,209,212,212,213,211,213,212,214,213,214,215,215,214,216,217,218,219,218,217,220,220,217,221,221,222,220,221,224,222,221,223,224,225,226,152,226,225,227,226,227,228,228,229,226,228,230,229,231,230,228,232,233,234,233,232,235,235,232,236,235,236,237,237,236,239,239,236,238,240,155,154,155,240,241,241,242,155,243,242,241,243,244,242,243,245,244,245,243,246,247,248,249,248,247,250,250,247,251,250,251,252,253,252,251,254,253,251,255,256,257,256,255,258,259,256,258,256,259,260,260,259,261,259,262,261,256,263,257,263,256,264,256,265,264,260,265,256,265,260,266,260,267,266,268,269,270,269,268,271,272,271,268,271,272,
  796. 273,272,275,273,275,272,274,276,164,163,164,276,277,277,278,164,279,278,277,279,280,278,279,281,280,282,281,279,283,284,285,284,283,286,287,286,283,286,287,288,288,287,289,289,287,290,291,292,293,292,291,294,295,292,294,292,295,296,295,297,296,297,295,298,292,299,293,299,292,300,292,301,300,301,292,296,296,302,301,302,296,303,304,305,306,305,304,307,308,307,304,308,309,307,311,309,308,310,311,308,129,312,313,314,313,312,315,313,314,313,315,316,318,316,315,316,318,317,319,320,143,320,319,321,322,320,321,320,322,323,323,322,324,324,137,323,325,326,327,328,326,325,329,326,328,326,329,330,332,330,329,330,332,331,333,334,335,336,335,334,337,335,336,335,337,338,338,337,340,338,340,339,341,342,160,342,341,343,344,342,343,342,344,345,345,344,347,347,346,345,348,349,350,351,348,350,352,348,351,348,352,353,354,353,352,353,354,263,169,355,356,357,356,355,358,356,357,356,358,359,359,358,361,360,359,361,362,363,302,363,362,364,365,363,364,363,365,366,367,366,365,366,367,299
  797. }
  798. }
  799. LayerElementSmoothing: 0 {
  800. Version: 102
  801. Name: ""
  802. MappingInformationType: "ByEdge"
  803. ReferenceInformationType: "Direct"
  804. Smoothing: *396 {
  805. 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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  806. }
  807. }
  808. LayerElementMaterial: 0 {
  809. Version: 101
  810. Name: ""
  811. MappingInformationType: "AllSame"
  812. ReferenceInformationType: "IndexToDirect"
  813. Materials: *1 {
  814. a: 0
  815. }
  816. }
  817. Layer: 0 {
  818. Version: 100
  819. LayerElement: {
  820. Type: "LayerElementNormal"
  821. TypedIndex: 0
  822. }
  823. LayerElement: {
  824. Type: "LayerElementBinormal"
  825. TypedIndex: 0
  826. }
  827. LayerElement: {
  828. Type: "LayerElementTangent"
  829. TypedIndex: 0
  830. }
  831. LayerElement: {
  832. Type: "LayerElementMaterial"
  833. TypedIndex: 0
  834. }
  835. LayerElement: {
  836. Type: "LayerElementSmoothing"
  837. TypedIndex: 0
  838. }
  839. LayerElement: {
  840. Type: "LayerElementUV"
  841. TypedIndex: 0
  842. }
  843. }
  844. }
  845. Geometry: 2267733786272, "Geometry::", "Mesh" {
  846. Vertices: *24 {
  847. a: -446.7578125,-56.0234375,185.745849609375,-185.74609375,-56.0234375,446.75830078125,-483.11328125,-56.0234375,200.745849609375,-200.74609375,-56.0234375,483.112548828125,-446.7578125,1.689697265625,185.745849609375,-508.326171875,1.689697265625,211.221923828125,-185.74609375,1.689697265625,446.75830078125,-211.22265625,1.689697265625,508.32470703125
  848. }
  849. PolygonVertexIndex: *24 {
  850. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  851. }
  852. Edges: *12 {
  853. a: 2,10,8,3,1,5,7,6,0,4,13,15
  854. }
  855. GeometryVersion: 124
  856. LayerElementNormal: 0 {
  857. Version: 102
  858. Name: ""
  859. MappingInformationType: "ByVertice"
  860. ReferenceInformationType: "Direct"
  861. Normals: *24 {
  862. a: 0.485948711633682,-0.610298275947571,-0.62561160326004,0.625612378120422,-0.610297560691834,-0.485948622226715,-0.602674126625061,-0.660233438014984,0.448191493749619,-0.448190718889236,-0.660235464572906,0.602672576904297,0.366767525672913,0.801579713821411,-0.472177445888519,-0.70881986618042,0.401201695203781,0.580182492733002,0.472178965806961,0.801578521728516,-0.366768181324005,-0.580181539058685,0.401205956935883,0.708818137645721
  863. }
  864. NormalsW: *8 {
  865. a: 1,1,1,1,1,1,1,1
  866. }
  867. }
  868. LayerElementBinormal: 0 {
  869. Version: 102
  870. Name: "map1"
  871. MappingInformationType: "ByPolygonVertex"
  872. ReferenceInformationType: "Direct"
  873. Binormals: *72 {
  874. a: -0.43366664648056,-0.789852857589722,0.43366539478302,-0.433665603399277,-0.789853513240814,0.433665364980698,-0.462002635002136,0.748237133026123,0.476124823093414,-0.469666093587875,0.747547686100006,0.46966615319252,-0.0175030678510666,0.863920569419861,-0.503323793411255,0.576749265193939,-0.595581591129303,-0.559144794940948,0.568384349346161,-0.594878375530243,-0.568382740020752,0.284873247146606,0.915256500244141,-0.28487354516983,0.568383455276489,-0.594880104064941,-0.568381905555725,-0.674192786216736,-0.736365377902985,0.0568344295024872,-0.43366664648056,-0.789852857589722,0.43366539478302,0.568384349346161,-0.594878375530243,-0.568382740020752,-0.0175030678510666,0.863920569419861,-0.503323793411255,0.284873247146606,0.915256500244141,-0.28487354516983,-0.469666093587875,0.747547686100006,0.46966615319252,-0.462002635002136,0.748237133026123,0.476124823093414,0.576749265193939,-0.595581591129303,-0.559144794940948,-0.0175030678510666,0.863920569419861,-0.503323793411255,-0.462002635002136,0.748237133026123,0.476124823093414,-0.674192786216736,-0.736365377902985,0.0568344295024872,-0.668305099010468,-0.126067891716957,-0.733127057552338,0.745453059673309,-0.0842392519116402,0.661213755607605,0.777192831039429,-0.358259528875351,0.517321467399597,0.472953855991364,-0.339922189712524,0.812876045703888
  875. }
  876. BinormalsW: *24 {
  877. 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
  878. }
  879. }
  880. LayerElementTangent: 0 {
  881. Version: 102
  882. Name: "map1"
  883. MappingInformationType: "ByPolygonVertex"
  884. ReferenceInformationType: "Direct"
  885. Tangents: *72 {
  886. a: 0.758806347846985,-0.0605677254498005,0.648494005203247,0.648493111133575,0.0605672225356102,0.758807182312012,0.765296459197998,0.0650415867567062,0.640383422374725,0.645133793354034,-0.0725552961230278,0.760616898536682,0.8142991065979,0.304425686597824,0.494208455085754,0.666638851165771,-0.0524831153452396,0.743530929088593,0.736492216587067,0.0599139332771301,0.673787415027618,0.64530748128891,0.0366455391049385,0.763043522834778,0.673785805702209,-0.0599130019545555,0.73649388551712,0.392521619796753,-0.292066723108292,0.872137486934662,0.758806347846985,-0.0605677254498005,0.648494005203247,0.736492216587067,0.0599139332771301,0.673787415027618,0.8142991065979,0.304425686597824,0.494208455085754,0.64530748128891,0.0366455391049385,0.763043522834778,0.645133793354034,-0.0725552961230278,0.760616898536682,0.765296459197998,0.0650415867567062,0.640383422374725,0.666638851165771,-0.0524831153452396,0.743530929088593,0.8142991065979,0.304425686597824,0.494208455085754,0.765296459197998,0.0650415867567062,0.640383422374725,0.392521619796753,-0.292066723108292,0.872137486934662,-0.647186160087585,0.584445714950562,0.48946213722229,-0.456238716840744,-0.787680089473724,0.414012759923935,-0.180984273552895,0.660107254981995,0.729042589664459,0.52334451675415,0.850582003593445,0.0511933714151382
  887. }
  888. TangentsW: *24 {
  889. 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
  890. }
  891. }
  892. LayerElementUV: 0 {
  893. Version: 101
  894. Name: "map1"
  895. MappingInformationType: "ByPolygonVertex"
  896. ReferenceInformationType: "IndexToDirect"
  897. UV: *24 {
  898. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  899. }
  900. UVIndex: *24 {
  901. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  902. }
  903. }
  904. LayerElementSmoothing: 0 {
  905. Version: 102
  906. Name: ""
  907. MappingInformationType: "ByEdge"
  908. ReferenceInformationType: "Direct"
  909. Smoothing: *12 {
  910. a: 1,1,1,1,1,1,1,1,1,1,1,1
  911. }
  912. }
  913. LayerElementMaterial: 0 {
  914. Version: 101
  915. Name: ""
  916. MappingInformationType: "AllSame"
  917. ReferenceInformationType: "IndexToDirect"
  918. Materials: *1 {
  919. a: 0
  920. }
  921. }
  922. Layer: 0 {
  923. Version: 100
  924. LayerElement: {
  925. Type: "LayerElementNormal"
  926. TypedIndex: 0
  927. }
  928. LayerElement: {
  929. Type: "LayerElementBinormal"
  930. TypedIndex: 0
  931. }
  932. LayerElement: {
  933. Type: "LayerElementTangent"
  934. TypedIndex: 0
  935. }
  936. LayerElement: {
  937. Type: "LayerElementMaterial"
  938. TypedIndex: 0
  939. }
  940. LayerElement: {
  941. Type: "LayerElementSmoothing"
  942. TypedIndex: 0
  943. }
  944. LayerElement: {
  945. Type: "LayerElementUV"
  946. TypedIndex: 0
  947. }
  948. }
  949. }
  950. Geometry: 2267733803168, "Geometry::", "Mesh" {
  951. Vertices: *24 {
  952. a: -185.744140625,-56.0234375,-446.75634765625,-446.7578125,-56.0234375,-185.7431640625,-200.74609375,-56.0234375,-483.11279296875,-483.11328125,-56.0234375,-200.742431640625,-185.744140625,1.689697265625,-446.75634765625,-211.22265625,1.689697265625,-508.32470703125,-446.7578125,1.689697265625,-185.7431640625,-508.326171875,1.689697265625,-211.218505859375
  953. }
  954. PolygonVertexIndex: *24 {
  955. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  956. }
  957. Edges: *12 {
  958. a: 2,10,8,3,1,5,7,6,0,4,13,15
  959. }
  960. GeometryVersion: 124
  961. LayerElementNormal: 0 {
  962. Version: 102
  963. Name: ""
  964. MappingInformationType: "ByVertice"
  965. ReferenceInformationType: "Direct"
  966. Normals: *24 {
  967. a: 0.625609397888184,-0.610305905342102,0.485942006111145,0.485940665006638,-0.610314965248108,0.625601589679718,-0.44818577170372,-0.660243809223175,-0.602667033672333,-0.6026731133461,-0.660237669944763,-0.448186606168747,0.472177982330322,0.801581025123596,0.36676412820816,-0.580176949501038,0.401224732398987,-0.708811283111572,0.366761654615402,0.801586627960205,0.472170144319534,-0.708819091320038,0.401211619377136,-0.580176472663879
  968. }
  969. NormalsW: *8 {
  970. a: 1,1,1,1,1,1,1,1
  971. }
  972. }
  973. LayerElementBinormal: 0 {
  974. Version: 102
  975. Name: "map1"
  976. MappingInformationType: "ByPolygonVertex"
  977. ReferenceInformationType: "Direct"
  978. Binormals: *72 {
  979. a: -0.433671206235886,-0.789846897125244,-0.43367201089859,-0.433678865432739,-0.789839923381805,-0.433676868677139,-0.476129233837128,0.748235166072845,-0.462001264095306,-0.469675213098526,0.747538268566132,-0.469671964645386,0.503322124481201,0.863921821117401,-0.0174927562475204,0.559150457382202,-0.595570623874664,0.576755046844482,0.568384051322937,-0.59487646818161,0.568385124206543,0.284890741109848,0.915246248245239,0.28488877415657,0.568387866020203,-0.594869196414948,0.568388938903809,-0.0568479895591736,-0.736353993415833,-0.674204111099243,-0.433671206235886,-0.789846897125244,-0.43367201089859,0.568384051322937,-0.59487646818161,0.568385124206543,0.503322124481201,0.863921821117401,-0.0174927562475204,0.284890741109848,0.915246248245239,0.28488877415657,-0.469675213098526,0.747538268566132,-0.469671964645386,-0.476129233837128,0.748235166072845,-0.462001264095306,0.559150457382202,-0.595570623874664,0.576755046844482,0.503322124481201,0.863921821117401,-0.0174927562475204,-0.476129233837128,0.748235166072845,-0.462001264095306,-0.0568479895591736,-0.736353993415833,-0.674204111099243,0.733127474784851,-0.12607179582119,-0.668303847312927,-0.66121232509613,-0.0842417031526566,0.745454013347626,-0.517342805862427,-0.358233511447906,0.777190566062927,-0.812878966331482,-0.339950323104858,0.472928673028946
  980. }
  981. BinormalsW: *24 {
  982. 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
  983. }
  984. }
  985. LayerElementTangent: 0 {
  986. Version: 102
  987. Name: "map1"
  988. MappingInformationType: "ByPolygonVertex"
  989. ReferenceInformationType: "Direct"
  990. Tangents: *72 {
  991. a: -0.648492276668549,-0.0605702288448811,0.758807599544525,-0.758804559707642,0.0605689808726311,0.648496031761169,-0.640379667282104,0.0650409311056137,0.765299618244171,-0.760614693164825,-0.0725574567914009,0.645136177539825,-0.494208812713623,0.304414868354797,0.814302980899811,-0.743529915809631,-0.0524825677275658,0.666640043258667,-0.673786044120789,0.0599160641431808,0.736493408679962,-0.763041257858276,0.0366478636860847,0.64530998468399,-0.736492455005646,-0.0599125102162361,0.673787355422974,-0.872141063213348,-0.292058974504471,0.392519533634186,-0.648492276668549,-0.0605702288448811,0.758807599544525,-0.673786044120789,0.0599160641431808,0.736493408679962,-0.494208812713623,0.304414868354797,0.814302980899811,-0.763041257858276,0.0366478636860847,0.64530998468399,-0.760614693164825,-0.0725574567914009,0.645136177539825,-0.640379667282104,0.0650409311056137,0.765299618244171,-0.743529915809631,-0.0524825677275658,0.666640043258667,-0.494208812713623,0.304414868354797,0.814302980899811,-0.640379667282104,0.0650409311056137,0.765299618244171,-0.872141063213348,-0.292058974504471,0.392519533634186,-0.489460945129395,0.584443330764771,-0.647189259529114,-0.414018362760544,-0.787673830986023,-0.456244140863419,-0.729030966758728,0.66011106967926,-0.181017383933067,-0.0512099117040634,0.850560069084167,0.523378551006317
  992. }
  993. TangentsW: *24 {
  994. 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
  995. }
  996. }
  997. LayerElementUV: 0 {
  998. Version: 101
  999. Name: "map1"
  1000. MappingInformationType: "ByPolygonVertex"
  1001. ReferenceInformationType: "IndexToDirect"
  1002. UV: *24 {
  1003. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1004. }
  1005. UVIndex: *24 {
  1006. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1007. }
  1008. }
  1009. LayerElementSmoothing: 0 {
  1010. Version: 102
  1011. Name: ""
  1012. MappingInformationType: "ByEdge"
  1013. ReferenceInformationType: "Direct"
  1014. Smoothing: *12 {
  1015. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1016. }
  1017. }
  1018. LayerElementMaterial: 0 {
  1019. Version: 101
  1020. Name: ""
  1021. MappingInformationType: "AllSame"
  1022. ReferenceInformationType: "IndexToDirect"
  1023. Materials: *1 {
  1024. a: 0
  1025. }
  1026. }
  1027. Layer: 0 {
  1028. Version: 100
  1029. LayerElement: {
  1030. Type: "LayerElementNormal"
  1031. TypedIndex: 0
  1032. }
  1033. LayerElement: {
  1034. Type: "LayerElementBinormal"
  1035. TypedIndex: 0
  1036. }
  1037. LayerElement: {
  1038. Type: "LayerElementTangent"
  1039. TypedIndex: 0
  1040. }
  1041. LayerElement: {
  1042. Type: "LayerElementMaterial"
  1043. TypedIndex: 0
  1044. }
  1045. LayerElement: {
  1046. Type: "LayerElementSmoothing"
  1047. TypedIndex: 0
  1048. }
  1049. LayerElement: {
  1050. Type: "LayerElementUV"
  1051. TypedIndex: 0
  1052. }
  1053. }
  1054. }
  1055. Geometry: 2267733779104, "Geometry::", "Mesh" {
  1056. Vertices: *24 {
  1057. a: 446.755859375,-56.0234375,-185.744140625,185.744140625,-56.0234375,-446.75634765625,483.111328125,-56.0234375,-200.744140625,200.744140625,-56.0234375,-483.11083984375,446.755859375,1.689697265625,-185.744140625,508.32421875,1.689697265625,-211.220458984375,185.744140625,1.689697265625,-446.75634765625,211.220703125,1.689697265625,-508.32275390625
  1058. }
  1059. PolygonVertexIndex: *24 {
  1060. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1061. }
  1062. Edges: *12 {
  1063. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1064. }
  1065. GeometryVersion: 124
  1066. LayerElementNormal: 0 {
  1067. Version: 102
  1068. Name: ""
  1069. MappingInformationType: "ByVertice"
  1070. ReferenceInformationType: "Direct"
  1071. Normals: *24 {
  1072. a: -0.485947608947754,-0.610299527645111,0.625611186027527,-0.625611364841461,-0.610298991203308,0.485948026180267,0.602673709392548,-0.660234212875366,-0.448190927505493,0.448190003633499,-0.660236001014709,-0.602672576904297,-0.366767197847366,0.801579713821411,0.472177743911743,0.708819210529327,0.401202589273453,-0.580182552337646,-0.472178667783737,0.80157870054245,0.366768062114716,0.580181062221527,0.401205897331238,-0.708818554878235
  1073. }
  1074. NormalsW: *8 {
  1075. a: 1,1,1,1,1,1,1,1
  1076. }
  1077. }
  1078. LayerElementBinormal: 0 {
  1079. Version: 102
  1080. Name: "map1"
  1081. MappingInformationType: "ByPolygonVertex"
  1082. ReferenceInformationType: "Direct"
  1083. Binormals: *72 {
  1084. a: 0.433667361736298,-0.789851844310761,-0.433666497468948,0.433666557073593,-0.789852380752563,-0.433666527271271,0.462002992630005,0.748236656188965,-0.47612527012825,0.469666540622711,0.747546970844269,-0.469666838645935,0.017504720017314,0.863920092582703,0.503324508666992,-0.576749503612518,-0.595581293106079,0.559144794940948,-0.568384110927582,-0.594878435134888,0.568383038043976,-0.284873723983765,0.915256023406982,0.284874320030212,-0.568383395671844,-0.594879806041718,0.568382263183594,0.674193680286407,-0.736364483833313,-0.05683583766222,0.433667361736298,-0.789851844310761,-0.433666497468948,-0.568384110927582,-0.594878435134888,0.568383038043976,0.017504720017314,0.863920092582703,0.503324508666992,-0.284873723983765,0.915256023406982,0.284874320030212,0.469666540622711,0.747546970844269,-0.469666838645935,0.462002992630005,0.748236656188965,-0.47612527012825,-0.576749503612518,-0.595581293106079,0.559144794940948,0.017504720017314,0.863920092582703,0.503324508666992,0.462002992630005,0.748236656188965,-0.47612527012825,0.674193680286407,-0.736364483833313,-0.05683583766222,0.668304800987244,-0.126068621873856,0.733127176761627,-0.745453119277954,-0.084239587187767,-0.661213517189026,-0.77719259262085,-0.358257919549942,-0.517322838306427,-0.47295406460762,-0.33992201089859,-0.812876045703888
  1085. }
  1086. BinormalsW: *24 {
  1087. 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
  1088. }
  1089. }
  1090. LayerElementTangent: 0 {
  1091. Version: 102
  1092. Name: "map1"
  1093. MappingInformationType: "ByPolygonVertex"
  1094. ReferenceInformationType: "Direct"
  1095. Tangents: *72 {
  1096. a: -0.758806645870209,-0.0605679228901863,-0.648493647575378,-0.648493409156799,0.0605672933161259,-0.758806884288788,-0.765296697616577,0.0650419667363167,-0.640383064746857,-0.645133912563324,-0.0725555419921875,-0.760616779327393,-0.814299464225769,0.304427027702332,-0.494207084178925,-0.666638791561127,-0.0524829812347889,-0.743530988693237,-0.73649263381958,0.0599140673875809,-0.673786997795105,-0.645307898521423,0.0366456136107445,-0.763043105602264,-0.673786103725433,-0.0599131360650063,-0.736493587493896,-0.392521739006042,-0.292065978050232,-0.872137725353241,-0.758806645870209,-0.0605679228901863,-0.648493647575378,-0.73649263381958,0.0599140673875809,-0.673786997795105,-0.814299464225769,0.304427027702332,-0.494207084178925,-0.645307898521423,0.0366456136107445,-0.763043105602264,-0.645133912563324,-0.0725555419921875,-0.760616779327393,-0.765296697616577,0.0650419667363167,-0.640383064746857,-0.666638791561127,-0.0524829812347889,-0.743530988693237,-0.814299464225769,0.304427027702332,-0.494207084178925,-0.765296697616577,0.0650419667363167,-0.640383064746857,-0.392521739006042,-0.292065978050232,-0.872137725353241,0.647186696529388,0.584445714950562,-0.489461719989777,0.456239551305771,-0.787678956985474,-0.414013683795929,0.180986493825912,0.660107374191284,-0.729041934013367,-0.523344814777374,0.850582003593445,-0.0511929057538509
  1097. }
  1098. TangentsW: *24 {
  1099. 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
  1100. }
  1101. }
  1102. LayerElementUV: 0 {
  1103. Version: 101
  1104. Name: "map1"
  1105. MappingInformationType: "ByPolygonVertex"
  1106. ReferenceInformationType: "IndexToDirect"
  1107. UV: *24 {
  1108. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1109. }
  1110. UVIndex: *24 {
  1111. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1112. }
  1113. }
  1114. LayerElementSmoothing: 0 {
  1115. Version: 102
  1116. Name: ""
  1117. MappingInformationType: "ByEdge"
  1118. ReferenceInformationType: "Direct"
  1119. Smoothing: *12 {
  1120. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1121. }
  1122. }
  1123. LayerElementMaterial: 0 {
  1124. Version: 101
  1125. Name: ""
  1126. MappingInformationType: "AllSame"
  1127. ReferenceInformationType: "IndexToDirect"
  1128. Materials: *1 {
  1129. a: 0
  1130. }
  1131. }
  1132. Layer: 0 {
  1133. Version: 100
  1134. LayerElement: {
  1135. Type: "LayerElementNormal"
  1136. TypedIndex: 0
  1137. }
  1138. LayerElement: {
  1139. Type: "LayerElementBinormal"
  1140. TypedIndex: 0
  1141. }
  1142. LayerElement: {
  1143. Type: "LayerElementTangent"
  1144. TypedIndex: 0
  1145. }
  1146. LayerElement: {
  1147. Type: "LayerElementMaterial"
  1148. TypedIndex: 0
  1149. }
  1150. LayerElement: {
  1151. Type: "LayerElementSmoothing"
  1152. TypedIndex: 0
  1153. }
  1154. LayerElement: {
  1155. Type: "LayerElementUV"
  1156. TypedIndex: 0
  1157. }
  1158. }
  1159. }
  1160. Geometry: 2267733806752, "Geometry::", "Mesh" {
  1161. Vertices: *24 {
  1162. a: 185.744140625,-56.0234375,446.75927734375,446.7578125,-56.0234375,185.7451171875,200.7421875,-56.0234375,483.113525390625,483.111328125,-56.0234375,200.744873046875,185.744140625,1.689697265625,446.75927734375,211.21875,1.689697265625,508.32568359375,446.7578125,1.689697265625,185.7451171875,508.32421875,1.689697265625,211.22119140625
  1163. }
  1164. PolygonVertexIndex: *24 {
  1165. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1166. }
  1167. Edges: *12 {
  1168. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1169. }
  1170. GeometryVersion: 124
  1171. LayerElementNormal: 0 {
  1172. Version: 102
  1173. Name: ""
  1174. MappingInformationType: "ByVertice"
  1175. ReferenceInformationType: "Direct"
  1176. Normals: *24 {
  1177. a: -0.625614702701569,-0.610289573669434,-0.485955625772476,-0.485958606004715,-0.610282063484192,-0.62561970949173,0.448199599981308,-0.660223484039307,0.602679193019867,0.602675259113312,-0.660228312015533,0.448197603225708,-0.472180485725403,0.801575362682343,-0.366773247718811,0.580192148685455,0.401175290346146,0.708826899528503,-0.366774946451187,0.801572740077972,-0.472183495759964,0.708821594715118,0.401188999414444,0.580189168453217
  1178. }
  1179. NormalsW: *8 {
  1180. a: 1,1,1,1,1,1,1,1
  1181. }
  1182. }
  1183. LayerElementBinormal: 0 {
  1184. Version: 102
  1185. Name: "map1"
  1186. MappingInformationType: "ByPolygonVertex"
  1187. ReferenceInformationType: "Direct"
  1188. Binormals: *72 {
  1189. a: 0.433660060167313,-0.789859890937805,0.433659195899963,0.433654427528381,-0.789865612983704,0.433654397726059,0.476119220256805,0.748243629932404,0.461997926235199,0.469658732414246,0.747556805610657,0.469658970832825,-0.503310680389404,0.863928198814392,0.0175098329782486,-0.55914294719696,-0.595589339733124,-0.576743066310883,-0.568380832672119,-0.594884634017944,-0.568379819393158,-0.28485432267189,0.915268182754517,-0.284854799509048,-0.568379163742065,-0.594887912273407,-0.568378031253815,0.0568255037069321,-0.736375391483307,0.674182534217834,0.433660060167313,-0.789859890937805,0.433659195899963,-0.568380832672119,-0.594884634017944,-0.568379819393158,-0.503310680389404,0.863928198814392,0.0175098329782486,-0.28485432267189,0.915268182754517,-0.284854799509048,0.469658732414246,0.747556805610657,0.469658970832825,0.476119220256805,0.748243629932404,0.461997926235199,-0.55914294719696,-0.595589339733124,-0.576743066310883,-0.503310680389404,0.863928198814392,0.0175098329782486,0.476119220256805,0.748243629932404,0.461997926235199,0.0568255037069321,-0.736375391483307,0.674182534217834,-0.733127474784851,-0.126066908240318,0.668304860591888,0.6612149477005,-0.0842372477054596,-0.745452165603638,0.517304599285126,-0.358278334140778,-0.777195334434509,0.812871336936951,-0.339876353740692,-0.472995042800903
  1190. }
  1191. BinormalsW: *24 {
  1192. 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
  1193. }
  1194. }
  1195. LayerElementTangent: 0 {
  1196. Version: 102
  1197. Name: "map1"
  1198. MappingInformationType: "ByPolygonVertex"
  1199. ReferenceInformationType: "Direct"
  1200. Tangents: *72 {
  1201. a: 0.64849454164505,-0.0605640560388565,-0.758806169033051,0.758807003498077,0.0605646669864655,-0.648493528366089,0.640385031700134,0.065039224922657,-0.765295207500458,0.760616719722748,-0.0725525692105293,-0.645134329795837,0.494216918945313,0.304426699876785,-0.814293622970581,0.743528962135315,-0.0524831935763359,-0.666640996932983,0.67378693819046,0.0599109530448914,-0.736492931842804,0.763043344020844,0.0366418994963169,-0.645307838916779,0.736492574214935,-0.0599124059081078,-0.673787176609039,0.872132480144501,-0.292073667049408,-0.39252758026123,0.64849454164505,-0.0605640560388565,-0.758806169033051,0.67378693819046,0.0599109530448914,-0.736492931842804,0.494216918945313,0.304426699876785,-0.814293622970581,0.763043344020844,0.0366418994963169,-0.645307838916779,0.760616719722748,-0.0725525692105293,-0.645134329795837,0.640385031700134,0.065039224922657,-0.765295207500458,0.743528962135315,-0.0524831935763359,-0.666640996932983,0.494216918945313,0.304426699876785,-0.814293622970581,0.640385031700134,0.065039224922657,-0.765295207500458,0.872132480144501,-0.292073667049408,-0.39252758026123,0.489458590745926,0.584452152252197,0.647183120250702,0.414006114006042,-0.787686944007874,0.456232637166977,0.729049265384674,0.660107672214508,0.180956110358238,0.0511592775583267,0.850612819194794,-0.523297786712646
  1202. }
  1203. TangentsW: *24 {
  1204. 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
  1205. }
  1206. }
  1207. LayerElementUV: 0 {
  1208. Version: 101
  1209. Name: "map1"
  1210. MappingInformationType: "ByPolygonVertex"
  1211. ReferenceInformationType: "IndexToDirect"
  1212. UV: *24 {
  1213. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1214. }
  1215. UVIndex: *24 {
  1216. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1217. }
  1218. }
  1219. LayerElementSmoothing: 0 {
  1220. Version: 102
  1221. Name: ""
  1222. MappingInformationType: "ByEdge"
  1223. ReferenceInformationType: "Direct"
  1224. Smoothing: *12 {
  1225. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1226. }
  1227. }
  1228. LayerElementMaterial: 0 {
  1229. Version: 101
  1230. Name: ""
  1231. MappingInformationType: "AllSame"
  1232. ReferenceInformationType: "IndexToDirect"
  1233. Materials: *1 {
  1234. a: 0
  1235. }
  1236. }
  1237. Layer: 0 {
  1238. Version: 100
  1239. LayerElement: {
  1240. Type: "LayerElementNormal"
  1241. TypedIndex: 0
  1242. }
  1243. LayerElement: {
  1244. Type: "LayerElementBinormal"
  1245. TypedIndex: 0
  1246. }
  1247. LayerElement: {
  1248. Type: "LayerElementTangent"
  1249. TypedIndex: 0
  1250. }
  1251. LayerElement: {
  1252. Type: "LayerElementMaterial"
  1253. TypedIndex: 0
  1254. }
  1255. LayerElement: {
  1256. Type: "LayerElementSmoothing"
  1257. TypedIndex: 0
  1258. }
  1259. LayerElement: {
  1260. Type: "LayerElementUV"
  1261. TypedIndex: 0
  1262. }
  1263. }
  1264. }
  1265. Geometry: 2267733787808, "Geometry::", "Mesh" {
  1266. Vertices: *24 {
  1267. a: -447.24609375,-56.0234375,-184.56396484375,-447.24609375,-56.0234375,184.56396484375,-483.560546875,-56.0234375,-199.663818359375,-483.55859375,-56.0234375,199.663818359375,-447.24609375,1.689697265625,-184.56396484375,-508.796875,1.689697265625,-210.08349609375,-447.24609375,1.689697265625,184.56396484375,-508.794921875,1.689697265625,210.08349609375
  1268. }
  1269. PolygonVertexIndex: *24 {
  1270. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1271. }
  1272. Edges: *12 {
  1273. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1274. }
  1275. GeometryVersion: 124
  1276. LayerElementNormal: 0 {
  1277. Version: 102
  1278. Name: ""
  1279. MappingInformationType: "ByVertice"
  1280. ReferenceInformationType: "Direct"
  1281. Normals: *24 {
  1282. a: 0.785993218421936,-0.610296130180359,-0.0987596064805985,0.7859907746315,-0.610299706459045,0.0987553521990776,-0.743067145347595,-0.660241782665253,-0.109234146773815,-0.743067920207977,-0.660240292549133,0.109237693250179,0.593224406242371,0.801578998565674,-0.0745383128523827,-0.9114590883255,0.401209443807602,-0.0909570083022118,0.593222200870514,0.801580965518951,0.0745350643992424,-0.911459863185883,0.401206612586975,0.0909622386097908
  1283. }
  1284. NormalsW: *8 {
  1285. a: 1,1,1,1,1,1,1,1
  1286. }
  1287. }
  1288. LayerElementBinormal: 0 {
  1289. Version: 102
  1290. Name: "map1"
  1291. MappingInformationType: "ByPolygonVertex"
  1292. ReferenceInformationType: "Direct"
  1293. Binormals: *72 {
  1294. a: -0.613294303417206,-0.789854466915131,0,-0.613297879695892,-0.789851784706116,1.50129221765383e-006,-0.663361132144928,0.748232841491699,0.00998824089765549,-0.664216578006744,0.747540235519409,2.16066814573423e-006,0.343526780605316,0.863920331001282,-0.368281215429306,0.803200900554657,-0.59557843208313,0.0124467052519321,0.803815066814423,-0.594879269599915,3.72529029846191e-009,0.402879595756531,0.915252983570099,-1.42678618431091e-006,0.803816795349121,-0.594876945018768,-3.7252898543727e-009,-0.516917288303375,-0.736363768577576,-0.436537533998489,-0.613294303417206,-0.789854466915131,0,0.803815066814423,-0.594879269599915,3.72529029846191e-009,0.343526780605316,0.863920331001282,-0.368281215429306,0.402879595756531,0.915252983570099,-1.42678618431091e-006,-0.664216578006744,0.747540235519409,2.16066814573423e-006,-0.663361132144928,0.748232841491699,0.00998824089765549,0.803200900554657,-0.59557843208313,0.0124467052519321,0.343526780605316,0.863920331001282,-0.368281215429306,-0.663361132144928,0.748232841491699,0.00998824089765549,-0.516917288303375,-0.736363768577576,-0.436537533998489,0.651316583156586,-0.532306015491486,-0.540774464607239,-0.295627534389496,-0.511316955089569,0.806944489479065,-0.637510716915131,0.648721992969513,0.415619850158691,0.305725306272507,0.808529555797577,0.502804219722748
  1295. }
  1296. BinormalsW: *24 {
  1297. 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
  1298. }
  1299. }
  1300. LayerElementTangent: 0 {
  1301. Version: 102
  1302. Name: "map1"
  1303. MappingInformationType: "ByPolygonVertex"
  1304. ReferenceInformationType: "Direct"
  1305. Tangents: *72 {
  1306. a: 0.0780057236552238,-0.060568705201149,0.995111346244812,-0.0780011638998985,0.0605676174163818,0.995111763477325,0.0883298963308334,0.0650421231985092,0.99396550655365,-0.0816555023193359,-0.0725567489862442,0.994016110897064,0.226340964436531,0.304425597190857,0.925253987312317,-0.05436846986413,-0.0524829067289829,0.99714070558548,0.0443412959575653,0.0599150210618973,0.997218132019043,-0.0832481011748314,0.0366460233926773,0.995854914188385,-0.0443391911685467,-0.0599125511944294,0.997218489646912,-0.339138567447662,-0.292066156864166,0.894249677658081,0.0780057236552238,-0.060568705201149,0.995111346244812,0.0443412959575653,0.0599150210618973,0.997218132019043,0.226340964436531,0.304425597190857,0.925253987312317,-0.0832481011748314,0.0366460233926773,0.995854914188385,-0.0816555023193359,-0.0725567489862442,0.994016110897064,0.0883298963308334,0.0650421231985092,0.99396550655365,-0.05436846986413,-0.0524829067289829,0.99714070558548,0.226340964436531,0.304425597190857,0.925253987312317,0.0883298963308334,0.0650421231985092,0.99396550655365,-0.339138567447662,-0.292066156864166,0.894249677658081,-0.473150640726089,0.27225261926651,-0.837858557701111,-0.542972505092621,-0.605056762695313,-0.582311928272247,-0.203546896576881,0.378471434116364,-0.902955114841461,0.275271087884903,0.430477768182755,-0.859601616859436
  1307. }
  1308. TangentsW: *24 {
  1309. 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
  1310. }
  1311. }
  1312. LayerElementUV: 0 {
  1313. Version: 101
  1314. Name: "map1"
  1315. MappingInformationType: "ByPolygonVertex"
  1316. ReferenceInformationType: "IndexToDirect"
  1317. UV: *24 {
  1318. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1319. }
  1320. UVIndex: *24 {
  1321. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1322. }
  1323. }
  1324. LayerElementSmoothing: 0 {
  1325. Version: 102
  1326. Name: ""
  1327. MappingInformationType: "ByEdge"
  1328. ReferenceInformationType: "Direct"
  1329. Smoothing: *12 {
  1330. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1331. }
  1332. }
  1333. LayerElementMaterial: 0 {
  1334. Version: 101
  1335. Name: ""
  1336. MappingInformationType: "AllSame"
  1337. ReferenceInformationType: "IndexToDirect"
  1338. Materials: *1 {
  1339. a: 0
  1340. }
  1341. }
  1342. Layer: 0 {
  1343. Version: 100
  1344. LayerElement: {
  1345. Type: "LayerElementNormal"
  1346. TypedIndex: 0
  1347. }
  1348. LayerElement: {
  1349. Type: "LayerElementBinormal"
  1350. TypedIndex: 0
  1351. }
  1352. LayerElement: {
  1353. Type: "LayerElementTangent"
  1354. TypedIndex: 0
  1355. }
  1356. LayerElement: {
  1357. Type: "LayerElementMaterial"
  1358. TypedIndex: 0
  1359. }
  1360. LayerElement: {
  1361. Type: "LayerElementSmoothing"
  1362. TypedIndex: 0
  1363. }
  1364. LayerElement: {
  1365. Type: "LayerElementUV"
  1366. TypedIndex: 0
  1367. }
  1368. }
  1369. }
  1370. Geometry: 2267733792416, "Geometry::", "Mesh" {
  1371. Vertices: *24 {
  1372. a: 184.564453125,-56.0234375,-447.24658203125,-184.564453125,-56.0234375,-447.24658203125,199.6640625,-56.0234375,-483.560791015625,-199.6640625,-56.0234375,-483.55908203125,184.564453125,1.689697265625,-447.24658203125,210.083984375,1.689697265625,-508.79638671875,-184.564453125,1.689697265625,-447.24658203125,-210.083984375,1.689697265625,-508.79443359375
  1373. }
  1374. PolygonVertexIndex: *24 {
  1375. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1376. }
  1377. Edges: *12 {
  1378. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1379. }
  1380. GeometryVersion: 124
  1381. LayerElementNormal: 0 {
  1382. Version: 102
  1383. Name: ""
  1384. MappingInformationType: "ByVertice"
  1385. ReferenceInformationType: "Direct"
  1386. Normals: *24 {
  1387. a: 0.0987583696842194,-0.610294163227081,0.78599488735199,-0.0987544059753418,-0.610297441482544,0.785992741584778,0.109232991933823,-0.660234451293945,-0.743073761463165,-0.109236069023609,-0.660233080387115,-0.743074476718903,0.0745378583669662,0.801575243473053,0.593229472637177,0.0909569561481476,0.40120992064476,-0.911458969116211,-0.0745347961783409,0.801577091217041,0.593227326869965,-0.0909621268510818,0.401207089424133,-0.911459684371948
  1388. }
  1389. NormalsW: *8 {
  1390. a: 1,1,1,1,1,1,1,1
  1391. }
  1392. }
  1393. LayerElementBinormal: 0 {
  1394. Version: 102
  1395. Name: "map1"
  1396. MappingInformationType: "ByPolygonVertex"
  1397. ReferenceInformationType: "Direct"
  1398. Binormals: *72 {
  1399. a: -3.7252898543727e-009,-0.78985607624054,-0.613292217254639,-1.31130218505859e-006,-0.789853632450104,-0.613295495510101,-0.00998847559094429,0.74823933839798,-0.663353741168976,-1.89244747161865e-006,0.747546792030334,-0.664209127426147,0.368280112743378,0.863920569419861,0.343527525663376,-0.0124450381845236,-0.595583438873291,0.803197085857391,0,-0.59488433599472,0.803811311721802,1.36718153953552e-006,0.915252864360809,0.402880072593689,0,-0.594882071018219,0.803812980651855,0.436537683010101,-0.736365079879761,-0.516915321350098,-3.7252898543727e-009,-0.78985607624054,-0.613292217254639,0,-0.59488433599472,0.803811311721802,0.368280112743378,0.863920569419861,0.343527525663376,1.36718153953552e-006,0.915252864360809,0.402880072593689,-1.89244747161865e-006,0.747546792030334,-0.664209127426147,-0.00998847559094429,0.74823933839798,-0.663353741168976,-0.0124450381845236,-0.595583438873291,0.803197085857391,0.368280112743378,0.863920569419861,0.343527525663376,-0.00998847559094429,0.74823933839798,-0.663353741168976,0.436537683010101,-0.736365079879761,-0.516915321350098,0.54077136516571,-0.532310962677002,0.651315152645111,-0.806944370269775,-0.511317253112793,-0.295627146959305,-0.415612727403641,0.648731648921967,-0.637505531311035,-0.50280374288559,0.808529615402222,0.305725872516632
  1400. }
  1401. BinormalsW: *24 {
  1402. 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
  1403. }
  1404. }
  1405. LayerElementTangent: 0 {
  1406. Version: 102
  1407. Name: "map1"
  1408. MappingInformationType: "ByPolygonVertex"
  1409. ReferenceInformationType: "Direct"
  1410. Tangents: *72 {
  1411. a: -0.995111465454102,-0.060567744076252,0.0780049040913582,-0.99511194229126,0.0605666637420654,-0.0780007317662239,-0.993965744972229,0.0650399625301361,0.0883294269442558,-0.994016170501709,-0.0725549608469009,-0.0816555321216583,-0.925254344940186,0.304424464702606,0.226340606808662,-0.997140824794769,-0.0524834394454956,-0.0543673858046532,-0.997218191623688,0.0599143728613853,0.044341403990984,-0.995854914188385,0.0366459935903549,-0.083248071372509,-0.997218430042267,-0.0599120371043682,-0.0443394109606743,-0.894249677658081,-0.292067795991898,-0.339137136936188,-0.995111465454102,-0.060567744076252,0.0780049040913582,-0.997218191623688,0.0599143728613853,0.044341403990984,-0.925254344940186,0.304424464702606,0.226340606808662,-0.995854914188385,0.0366459935903549,-0.083248071372509,-0.994016170501709,-0.0725549608469009,-0.0816555321216583,-0.993965744972229,0.0650399625301361,0.0883294269442558,-0.997140824794769,-0.0524834394454956,-0.0543673858046532,-0.925254344940186,0.304424464702606,0.226340606808662,-0.993965744972229,0.0650399625301361,0.0883294269442558,-0.894249677658081,-0.292067795991898,-0.339137136936188,0.837860703468323,0.272253841161728,-0.473146259784698,0.582312285900116,-0.605058550834656,-0.542970299720764,0.902958631515503,0.378467559814453,-0.203538924455643,0.85960179567337,0.430477052927017,0.275271236896515
  1412. }
  1413. TangentsW: *24 {
  1414. 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
  1415. }
  1416. }
  1417. LayerElementUV: 0 {
  1418. Version: 101
  1419. Name: "map1"
  1420. MappingInformationType: "ByPolygonVertex"
  1421. ReferenceInformationType: "IndexToDirect"
  1422. UV: *24 {
  1423. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1424. }
  1425. UVIndex: *24 {
  1426. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1427. }
  1428. }
  1429. LayerElementSmoothing: 0 {
  1430. Version: 102
  1431. Name: ""
  1432. MappingInformationType: "ByEdge"
  1433. ReferenceInformationType: "Direct"
  1434. Smoothing: *12 {
  1435. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1436. }
  1437. }
  1438. LayerElementMaterial: 0 {
  1439. Version: 101
  1440. Name: ""
  1441. MappingInformationType: "AllSame"
  1442. ReferenceInformationType: "IndexToDirect"
  1443. Materials: *1 {
  1444. a: 0
  1445. }
  1446. }
  1447. Layer: 0 {
  1448. Version: 100
  1449. LayerElement: {
  1450. Type: "LayerElementNormal"
  1451. TypedIndex: 0
  1452. }
  1453. LayerElement: {
  1454. Type: "LayerElementBinormal"
  1455. TypedIndex: 0
  1456. }
  1457. LayerElement: {
  1458. Type: "LayerElementTangent"
  1459. TypedIndex: 0
  1460. }
  1461. LayerElement: {
  1462. Type: "LayerElementMaterial"
  1463. TypedIndex: 0
  1464. }
  1465. LayerElement: {
  1466. Type: "LayerElementSmoothing"
  1467. TypedIndex: 0
  1468. }
  1469. LayerElement: {
  1470. Type: "LayerElementUV"
  1471. TypedIndex: 0
  1472. }
  1473. }
  1474. }
  1475. Geometry: 2267733800096, "Geometry::", "Mesh" {
  1476. Vertices: *24 {
  1477. a: 447.24609375,-56.0234375,184.56396484375,447.24609375,-56.0234375,-184.56396484375,483.560546875,-56.0234375,199.663818359375,483.55859375,-56.0234375,-199.663818359375,447.24609375,1.689697265625,184.56396484375,508.796875,1.689697265625,210.08349609375,447.24609375,1.689697265625,-184.56396484375,508.794921875,1.689697265625,-210.08349609375
  1478. }
  1479. PolygonVertexIndex: *24 {
  1480. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1481. }
  1482. Edges: *12 {
  1483. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1484. }
  1485. GeometryVersion: 124
  1486. LayerElementNormal: 0 {
  1487. Version: 102
  1488. Name: ""
  1489. MappingInformationType: "ByVertice"
  1490. ReferenceInformationType: "Direct"
  1491. Normals: *24 {
  1492. a: -0.785993218421936,-0.610296130180359,0.0987596064805985,-0.7859907746315,-0.610299706459045,-0.0987553521990776,0.743067145347595,-0.660241782665253,0.109234146773815,0.743067920207977,-0.660240292549133,-0.109237693250179,-0.593224406242371,0.801578998565674,0.0745383128523827,0.9114590883255,0.401209443807602,0.0909570083022118,-0.593222200870514,0.801580965518951,-0.0745350643992424,0.911459863185883,0.401206612586975,-0.0909622386097908
  1493. }
  1494. NormalsW: *8 {
  1495. a: 1,1,1,1,1,1,1,1
  1496. }
  1497. }
  1498. LayerElementBinormal: 0 {
  1499. Version: 102
  1500. Name: "map1"
  1501. MappingInformationType: "ByPolygonVertex"
  1502. ReferenceInformationType: "Direct"
  1503. Binormals: *72 {
  1504. a: 0.613294303417206,-0.789854466915131,0,0.613297879695892,-0.789851784706116,-1.50129221765383e-006,0.663361132144928,0.748232841491699,-0.00998824089765549,0.664216578006744,0.747540235519409,-2.16066814573423e-006,-0.343526780605316,0.863920331001282,0.368281215429306,-0.803200900554657,-0.59557843208313,-0.0124467052519321,-0.803815066814423,-0.594879269599915,-3.72529029846191e-009,-0.402879595756531,0.915252983570099,1.42678618431091e-006,-0.803816795349121,-0.594876945018768,3.7252898543727e-009,0.516917288303375,-0.736363768577576,0.436537533998489,0.613294303417206,-0.789854466915131,0,-0.803815066814423,-0.594879269599915,-3.72529029846191e-009,-0.343526780605316,0.863920331001282,0.368281215429306,-0.402879595756531,0.915252983570099,1.42678618431091e-006,0.664216578006744,0.747540235519409,-2.16066814573423e-006,0.663361132144928,0.748232841491699,-0.00998824089765549,-0.803200900554657,-0.59557843208313,-0.0124467052519321,-0.343526780605316,0.863920331001282,0.368281215429306,0.663361132144928,0.748232841491699,-0.00998824089765549,0.516917288303375,-0.736363768577576,0.436537533998489,-0.651316583156586,-0.532306015491486,0.540774464607239,0.295627534389496,-0.511316955089569,-0.806944489479065,0.637510716915131,0.648721992969513,-0.415619850158691,-0.305725306272507,0.808529555797577,-0.502804219722748
  1505. }
  1506. BinormalsW: *24 {
  1507. 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
  1508. }
  1509. }
  1510. LayerElementTangent: 0 {
  1511. Version: 102
  1512. Name: "map1"
  1513. MappingInformationType: "ByPolygonVertex"
  1514. ReferenceInformationType: "Direct"
  1515. Tangents: *72 {
  1516. a: -0.0780057236552238,-0.060568705201149,-0.995111346244812,0.0780011638998985,0.0605676174163818,-0.995111763477325,-0.0883298963308334,0.0650421231985092,-0.99396550655365,0.0816555023193359,-0.0725567489862442,-0.994016110897064,-0.226340964436531,0.304425597190857,-0.925253987312317,0.05436846986413,-0.0524829067289829,-0.99714070558548,-0.0443412959575653,0.0599150210618973,-0.997218132019043,0.0832481011748314,0.0366460233926773,-0.995854914188385,0.0443391911685467,-0.0599125511944294,-0.997218489646912,0.339138567447662,-0.292066156864166,-0.894249677658081,-0.0780057236552238,-0.060568705201149,-0.995111346244812,-0.0443412959575653,0.0599150210618973,-0.997218132019043,-0.226340964436531,0.304425597190857,-0.925253987312317,0.0832481011748314,0.0366460233926773,-0.995854914188385,0.0816555023193359,-0.0725567489862442,-0.994016110897064,-0.0883298963308334,0.0650421231985092,-0.99396550655365,0.05436846986413,-0.0524829067289829,-0.99714070558548,-0.226340964436531,0.304425597190857,-0.925253987312317,-0.0883298963308334,0.0650421231985092,-0.99396550655365,0.339138567447662,-0.292066156864166,-0.894249677658081,0.473150640726089,0.27225261926651,0.837858557701111,0.542972505092621,-0.605056762695313,0.582311928272247,0.203546896576881,0.378471434116364,0.902955114841461,-0.275271087884903,0.430477768182755,0.859601616859436
  1517. }
  1518. TangentsW: *24 {
  1519. 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
  1520. }
  1521. }
  1522. LayerElementUV: 0 {
  1523. Version: 101
  1524. Name: "map1"
  1525. MappingInformationType: "ByPolygonVertex"
  1526. ReferenceInformationType: "IndexToDirect"
  1527. UV: *24 {
  1528. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1529. }
  1530. UVIndex: *24 {
  1531. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1532. }
  1533. }
  1534. LayerElementSmoothing: 0 {
  1535. Version: 102
  1536. Name: ""
  1537. MappingInformationType: "ByEdge"
  1538. ReferenceInformationType: "Direct"
  1539. Smoothing: *12 {
  1540. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1541. }
  1542. }
  1543. LayerElementMaterial: 0 {
  1544. Version: 101
  1545. Name: ""
  1546. MappingInformationType: "AllSame"
  1547. ReferenceInformationType: "IndexToDirect"
  1548. Materials: *1 {
  1549. a: 0
  1550. }
  1551. }
  1552. Layer: 0 {
  1553. Version: 100
  1554. LayerElement: {
  1555. Type: "LayerElementNormal"
  1556. TypedIndex: 0
  1557. }
  1558. LayerElement: {
  1559. Type: "LayerElementBinormal"
  1560. TypedIndex: 0
  1561. }
  1562. LayerElement: {
  1563. Type: "LayerElementTangent"
  1564. TypedIndex: 0
  1565. }
  1566. LayerElement: {
  1567. Type: "LayerElementMaterial"
  1568. TypedIndex: 0
  1569. }
  1570. LayerElement: {
  1571. Type: "LayerElementSmoothing"
  1572. TypedIndex: 0
  1573. }
  1574. LayerElement: {
  1575. Type: "LayerElementUV"
  1576. TypedIndex: 0
  1577. }
  1578. }
  1579. }
  1580. Geometry: 2267733788320, "Geometry::", "Mesh" {
  1581. Vertices: *24 {
  1582. a: -184.564453125,-56.0234375,447.24658203125,184.564453125,-56.0234375,447.24658203125,-199.6640625,-56.0234375,483.55908203125,199.6640625,-56.0234375,483.55908203125,-184.564453125,1.689697265625,447.24658203125,-210.083984375,1.689697265625,508.794677734375,184.564453125,1.689697265625,447.24658203125,210.083984375,1.689697265625,508.794677734375
  1583. }
  1584. PolygonVertexIndex: *24 {
  1585. a: 0,1,3,-3,7,6,4,-6,6,1,0,-5,7,5,2,-4,6,7,3,-2,4,0,2,-6
  1586. }
  1587. Edges: *12 {
  1588. a: 2,10,8,3,1,5,7,6,0,4,13,15
  1589. }
  1590. GeometryVersion: 124
  1591. LayerElementNormal: 0 {
  1592. Version: 102
  1593. Name: ""
  1594. MappingInformationType: "ByVertice"
  1595. ReferenceInformationType: "Direct"
  1596. Normals: *24 {
  1597. a: -0.0987555459141731,-0.610288321971893,-0.785999715328217,0.0987555459141731,-0.610288321971893,-0.785999715328217,-0.109233498573303,-0.66022926568985,0.743078291416168,0.109233498573303,-0.66022926568985,0.743078291416168,-0.0745355933904648,0.80157345533371,-0.593232035636902,-0.0909584984183311,0.401196330785751,0.911464691162109,0.0745355933904648,0.80157345533371,-0.593232035636902,0.0909584984183311,0.401196300983429,0.911464691162109
  1598. }
  1599. NormalsW: *8 {
  1600. a: 1,1,1,1,1,1,1,1
  1601. }
  1602. }
  1603. LayerElementBinormal: 0 {
  1604. Version: 102
  1605. Name: "map1"
  1606. MappingInformationType: "ByPolygonVertex"
  1607. ReferenceInformationType: "Direct"
  1608. Binormals: *72 {
  1609. a: 0,-0.789860785007477,0.613286197185516,0,-0.789860785007477,0.613286197185516,0.00998562667518854,0.748242735862732,0.663349986076355,0,0.747551620006561,0.664203822612762,-0.36827889084816,0.863924503326416,-0.343518733978271,0.0124462004750967,-0.595588266849518,-0.80319344997406,0,-0.594886839389801,-0.803809463977814,0,0.915258824825287,-0.402866393327713,0,-0.594886839389801,-0.803809463977814,-0.436537623405457,-0.736371338367462,0.516906440258026,0,-0.789860785007477,0.613286197185516,0,-0.594886839389801,-0.803809463977814,-0.36827889084816,0.863924503326416,-0.343518733978271,0,0.915258824825287,-0.402866393327713,0,0.747551620006561,0.664203822612762,0.00998562667518854,0.748242735862732,0.663349986076355,0.0124462004750967,-0.595588266849518,-0.80319344997406,-0.36827889084816,0.863924503326416,-0.343518733978271,0.00998562667518854,0.748242735862732,0.663349986076355,-0.436537623405457,-0.736371338367462,0.516906440258026,-0.540769934654236,-0.532312512397766,-0.651315033435822,0.806944251060486,-0.511318683624268,0.295625537633896,0.415607571601868,0.648738145828247,0.637502372264862,0.502818584442139,0.808526992797852,-0.305708438158035
  1610. }
  1611. BinormalsW: *24 {
  1612. 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
  1613. }
  1614. }
  1615. LayerElementTangent: 0 {
  1616. Version: 102
  1617. Name: "map1"
  1618. MappingInformationType: "ByPolygonVertex"
  1619. ReferenceInformationType: "Direct"
  1620. Tangents: *72 {
  1621. a: 0.995111703872681,-0.0605654157698154,-0.0780031308531761,0.995111703872681,0.0605654157698154,0.0780031308531761,0.993965983390808,0.0650399327278137,-0.0883259698748589,0.994016230106354,-0.0725533068180084,0.0816576778888702,0.925255239009857,0.304427355527878,-0.226333290338516,0.997140645980835,-0.0524831153452396,0.054369144141674,0.997218370437622,0.0599124096333981,-0.0443402417004108,0.995854794979095,0.0366441197693348,0.083250567317009,0.997218370437622,-0.0599124096333981,0.0443402417004108,0.894249558448792,-0.292071044445038,0.33913454413414,0.995111703872681,-0.0605654157698154,-0.0780031308531761,0.997218370437622,0.0599124096333981,-0.0443402417004108,0.925255239009857,0.304427355527878,-0.226333290338516,0.995854794979095,0.0366441197693348,0.083250567317009,0.994016230106354,-0.0725533068180084,0.0816576778888702,0.993965983390808,0.0650399327278137,-0.0883259698748589,0.997140645980835,-0.0524831153452396,0.054369144141674,0.925255239009857,0.304427355527878,-0.226333290338516,0.993965983390808,0.0650399327278137,-0.0883259698748589,0.894249558448792,-0.292071044445038,0.33913454413414,-0.837861776351929,0.272255808115005,0.47314316034317,-0.582313060760498,-0.605063199996948,0.542964100837708,-0.902960956096649,0.378465592861176,0.203532382845879,-0.859592974185944,0.430494695901871,-0.27527117729187
  1622. }
  1623. TangentsW: *24 {
  1624. 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
  1625. }
  1626. }
  1627. LayerElementUV: 0 {
  1628. Version: 101
  1629. Name: "map1"
  1630. MappingInformationType: "ByPolygonVertex"
  1631. ReferenceInformationType: "IndexToDirect"
  1632. UV: *24 {
  1633. a: 0.75,0,0.875,0,0.875,0.25,0.75,0.25,0.875,0.375,0.828125,0.75,0.796875,0.75,0.75,0.375,0.875,0.875,0.875,1,0.75,1,0.75,0.875
  1634. }
  1635. UVIndex: *24 {
  1636. a: 0,1,2,3,4,5,6,7,8,9,10,11,4,7,3,2,5,4,2,9,11,0,3,7
  1637. }
  1638. }
  1639. LayerElementSmoothing: 0 {
  1640. Version: 102
  1641. Name: ""
  1642. MappingInformationType: "ByEdge"
  1643. ReferenceInformationType: "Direct"
  1644. Smoothing: *12 {
  1645. a: 1,1,1,1,1,1,1,1,1,1,1,1
  1646. }
  1647. }
  1648. LayerElementMaterial: 0 {
  1649. Version: 101
  1650. Name: ""
  1651. MappingInformationType: "AllSame"
  1652. ReferenceInformationType: "IndexToDirect"
  1653. Materials: *1 {
  1654. a: 0
  1655. }
  1656. }
  1657. Layer: 0 {
  1658. Version: 100
  1659. LayerElement: {
  1660. Type: "LayerElementNormal"
  1661. TypedIndex: 0
  1662. }
  1663. LayerElement: {
  1664. Type: "LayerElementBinormal"
  1665. TypedIndex: 0
  1666. }
  1667. LayerElement: {
  1668. Type: "LayerElementTangent"
  1669. TypedIndex: 0
  1670. }
  1671. LayerElement: {
  1672. Type: "LayerElementMaterial"
  1673. TypedIndex: 0
  1674. }
  1675. LayerElement: {
  1676. Type: "LayerElementSmoothing"
  1677. TypedIndex: 0
  1678. }
  1679. LayerElement: {
  1680. Type: "LayerElementUV"
  1681. TypedIndex: 0
  1682. }
  1683. }
  1684. }
  1685. Model: 2268726150528, "Model::SM_Tower_8Sided_Trim_02", "Null" {
  1686. Version: 232
  1687. Properties70: {
  1688. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1689. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1690. P: "RotationActive", "bool", "", "",1
  1691. P: "InheritType", "enum", "", "",1
  1692. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1693. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1694. }
  1695. Shading: Y
  1696. Culling: "CullingOff"
  1697. }
  1698. Model: 2268726152848, "Model::LOD_Group_SM_Tower_8Sided_Trim_02", "LodGroup" {
  1699. Version: 232
  1700. Properties70: {
  1701. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1702. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1703. P: "RotationActive", "bool", "", "",1
  1704. P: "InheritType", "enum", "", "",1
  1705. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1706. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1707. }
  1708. Shading: Y
  1709. Culling: "CullingOff"
  1710. }
  1711. Model: 2268726145888, "Model::SM_Tower_8Sided_Trim_02_LOD0", "Mesh" {
  1712. Version: 232
  1713. Properties70: {
  1714. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1715. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1716. P: "RotationActive", "bool", "", "",1
  1717. P: "InheritType", "enum", "", "",1
  1718. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1719. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1720. P: "currentUVSet", "KString", "", "U", "map1"
  1721. }
  1722. Shading: T
  1723. Culling: "CullingOff"
  1724. }
  1725. Model: 2268726134288, "Model::SM_Tower_8Sided_Trim_02_LOD1", "Mesh" {
  1726. Version: 232
  1727. Properties70: {
  1728. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1729. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1730. P: "RotationActive", "bool", "", "",1
  1731. P: "InheritType", "enum", "", "",1
  1732. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1733. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1734. P: "currentUVSet", "KString", "", "U", "map1"
  1735. }
  1736. Shading: T
  1737. Culling: "CullingOff"
  1738. }
  1739. Model: 2268726159808, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_08", "Mesh" {
  1740. Version: 232
  1741. Properties70: {
  1742. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1743. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1744. P: "RotationActive", "bool", "", "",1
  1745. P: "InheritType", "enum", "", "",1
  1746. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1747. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1748. P: "currentUVSet", "KString", "", "U", "map1"
  1749. }
  1750. Shading: T
  1751. Culling: "CullingOff"
  1752. }
  1753. Model: 2268726155168, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_01", "Mesh" {
  1754. Version: 232
  1755. Properties70: {
  1756. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1757. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1758. P: "RotationActive", "bool", "", "",1
  1759. P: "InheritType", "enum", "", "",1
  1760. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1761. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1762. P: "currentUVSet", "KString", "", "U", "map1"
  1763. }
  1764. Shading: T
  1765. Culling: "CullingOff"
  1766. }
  1767. Model: 2268726157488, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_02", "Mesh" {
  1768. Version: 232
  1769. Properties70: {
  1770. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1771. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1772. P: "RotationActive", "bool", "", "",1
  1773. P: "InheritType", "enum", "", "",1
  1774. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1775. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1776. P: "currentUVSet", "KString", "", "U", "map1"
  1777. }
  1778. Shading: T
  1779. Culling: "CullingOff"
  1780. }
  1781. Model: 2268726129648, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_03", "Mesh" {
  1782. Version: 232
  1783. Properties70: {
  1784. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1785. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1786. P: "RotationActive", "bool", "", "",1
  1787. P: "InheritType", "enum", "", "",1
  1788. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1789. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1790. P: "currentUVSet", "KString", "", "U", "map1"
  1791. }
  1792. Shading: T
  1793. Culling: "CullingOff"
  1794. }
  1795. Model: 2268726183008, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_04", "Mesh" {
  1796. Version: 232
  1797. Properties70: {
  1798. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1799. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1800. P: "RotationActive", "bool", "", "",1
  1801. P: "InheritType", "enum", "", "",1
  1802. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1803. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1804. P: "currentUVSet", "KString", "", "U", "map1"
  1805. }
  1806. Shading: T
  1807. Culling: "CullingOff"
  1808. }
  1809. Model: 2268726185328, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_05", "Mesh" {
  1810. Version: 232
  1811. Properties70: {
  1812. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1813. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1814. P: "RotationActive", "bool", "", "",1
  1815. P: "InheritType", "enum", "", "",1
  1816. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1817. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1818. P: "currentUVSet", "KString", "", "U", "map1"
  1819. }
  1820. Shading: T
  1821. Culling: "CullingOff"
  1822. }
  1823. Model: 2268726169088, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_06", "Mesh" {
  1824. Version: 232
  1825. Properties70: {
  1826. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1827. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1828. P: "RotationActive", "bool", "", "",1
  1829. P: "InheritType", "enum", "", "",1
  1830. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1831. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1832. P: "currentUVSet", "KString", "", "U", "map1"
  1833. }
  1834. Shading: T
  1835. Culling: "CullingOff"
  1836. }
  1837. Model: 2268726180688, "Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_07", "Mesh" {
  1838. Version: 232
  1839. Properties70: {
  1840. P: "RotationPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1841. P: "ScalingPivot", "Vector3D", "Vector", "",2.18278728425503e-011,-6.82121026329696e-013,1.36424205265939e-012
  1842. P: "RotationActive", "bool", "", "",1
  1843. P: "InheritType", "enum", "", "",1
  1844. P: "ScalingMax", "Vector3D", "Vector", "",0,0,0
  1845. P: "DefaultAttributeIndex", "int", "Integer", "",0
  1846. P: "currentUVSet", "KString", "", "U", "map1"
  1847. }
  1848. Shading: T
  1849. Culling: "CullingOff"
  1850. }
  1851. Material: 2267913056960, "Material::MI_Trim_07", "" {
  1852. Version: 102
  1853. ShadingModel: "phong"
  1854. MultiLayer: 0
  1855. Properties70: {
  1856. P: "AmbientColor", "Color", "", "A",0,0,0
  1857. P: "DiffuseColor", "Color", "", "A",1,1,1
  1858. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1859. P: "TransparencyFactor", "Number", "", "A",1
  1860. P: "SpecularColor", "Color", "", "A",0,0,0
  1861. P: "ReflectionFactor", "Number", "", "A",0.5
  1862. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1863. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1864. P: "Diffuse", "Vector3D", "Vector", "",0.800000011920929,0.800000011920929,0.800000011920929
  1865. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1866. P: "Shininess", "double", "Number", "",20
  1867. P: "Opacity", "double", "Number", "",1
  1868. P: "Reflectivity", "double", "Number", "",0
  1869. }
  1870. }
  1871. Material: 2267913046880, "Material::M_Collision_01", "" {
  1872. Version: 102
  1873. ShadingModel: "phong"
  1874. MultiLayer: 0
  1875. Properties70: {
  1876. P: "AmbientColor", "Color", "", "A",0,0,0
  1877. P: "DiffuseColor", "Color", "", "A",0.5,0.5,0.5
  1878. P: "DiffuseFactor", "Number", "", "A",0.800000011920929
  1879. P: "TransparencyFactor", "Number", "", "A",1
  1880. P: "SpecularColor", "Color", "", "A",0,0,0
  1881. P: "ReflectionFactor", "Number", "", "A",0.5
  1882. P: "Emissive", "Vector3D", "Vector", "",0,0,0
  1883. P: "Ambient", "Vector3D", "Vector", "",0,0,0
  1884. P: "Diffuse", "Vector3D", "Vector", "",0.400000005960464,0.400000005960464,0.400000005960464
  1885. P: "Specular", "Vector3D", "Vector", "",0,0,0
  1886. P: "Shininess", "double", "Number", "",20
  1887. P: "Opacity", "double", "Number", "",1
  1888. P: "Reflectivity", "double", "Number", "",0
  1889. }
  1890. }
  1891. Video: 2268161626352, "Video::file67", "Clip" {
  1892. Type: "Clip"
  1893. Properties70: {
  1894. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_BC.png"
  1895. }
  1896. UseMipMap: 0
  1897. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_BC.png"
  1898. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_07_BC.png"
  1899. }
  1900. Video: 2268161635952, "Video::file39", "Clip" {
  1901. Type: "Clip"
  1902. Properties70: {
  1903. P: "Path", "KString", "XRefUrl", "", "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_N.png"
  1904. }
  1905. UseMipMap: 0
  1906. Filename: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_N.png"
  1907. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_07_N.png"
  1908. }
  1909. Texture: 2267913037760, "Texture::file67", "" {
  1910. Type: "TextureVideoClip"
  1911. Version: 202
  1912. TextureName: "Texture::file67"
  1913. Properties70: {
  1914. P: "CurrentTextureBlendMode", "enum", "", "",0
  1915. P: "UVSet", "KString", "", "", "map1"
  1916. P: "UseMaterial", "bool", "", "",1
  1917. }
  1918. Media: "Video::file67"
  1919. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_BC.png"
  1920. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_07_BC.png"
  1921. ModelUVTranslation: 0,0
  1922. ModelUVScaling: 1,1
  1923. Texture_Alpha_Source: "None"
  1924. Cropping: 0,0,0,0
  1925. }
  1926. Texture: 2267913052160, "Texture::file39", "" {
  1927. Type: "TextureVideoClip"
  1928. Version: 202
  1929. TextureName: "Texture::file39"
  1930. Properties70: {
  1931. P: "CurrentTextureBlendMode", "enum", "", "",0
  1932. P: "UVSet", "KString", "", "", "map1"
  1933. P: "UseMaterial", "bool", "", "",1
  1934. }
  1935. Media: "Video::file39"
  1936. FileName: "A:/Lordenfel/UE4/Lordenfel/Content/Lordenfel/Environment/Textures/T_Trim_07_N.png"
  1937. RelativeFilename: "..\..\..\..\..\..\UE4\Lordenfel\Content\Lordenfel\Environment\Textures\T_Trim_07_N.png"
  1938. ModelUVTranslation: 0,0
  1939. ModelUVScaling: 1,1
  1940. Texture_Alpha_Source: "None"
  1941. Cropping: 0,0,0,0
  1942. }
  1943. AnimationStack: 2270450481104, "AnimStack::Take 001", "" {
  1944. Properties70: {
  1945. P: "LocalStart", "KTime", "Time", "",1539538600
  1946. P: "LocalStop", "KTime", "Time", "",46186158000
  1947. P: "ReferenceStart", "KTime", "Time", "",1539538600
  1948. P: "ReferenceStop", "KTime", "Time", "",46186158000
  1949. }
  1950. }
  1951. AnimationLayer: 2268523298944, "AnimLayer::BaseLayer", "" {
  1952. }
  1953. }
  1954. ; Object connections
  1955. ;------------------------------------------------------------------
  1956. Connections: {
  1957. ;Model::SM_Tower_8Sided_Trim_02, Model::RootNode
  1958. C: "OO",2268726150528,0
  1959. ;AnimLayer::BaseLayer, AnimStack::Take 001
  1960. C: "OO",2268523298944,2270450481104
  1961. ;NodeAttribute::, Model::SM_Tower_8Sided_Trim_02
  1962. C: "OO",2268466670544,2268726150528
  1963. ;Model::LOD_Group_SM_Tower_8Sided_Trim_02, Model::SM_Tower_8Sided_Trim_02
  1964. C: "OO",2268726152848,2268726150528
  1965. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_08, Model::SM_Tower_8Sided_Trim_02
  1966. C: "OO",2268726159808,2268726150528
  1967. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_01, Model::SM_Tower_8Sided_Trim_02
  1968. C: "OO",2268726155168,2268726150528
  1969. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_02, Model::SM_Tower_8Sided_Trim_02
  1970. C: "OO",2268726157488,2268726150528
  1971. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_03, Model::SM_Tower_8Sided_Trim_02
  1972. C: "OO",2268726129648,2268726150528
  1973. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_04, Model::SM_Tower_8Sided_Trim_02
  1974. C: "OO",2268726183008,2268726150528
  1975. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_05, Model::SM_Tower_8Sided_Trim_02
  1976. C: "OO",2268726185328,2268726150528
  1977. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_06, Model::SM_Tower_8Sided_Trim_02
  1978. C: "OO",2268726169088,2268726150528
  1979. ;Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_07, Model::SM_Tower_8Sided_Trim_02
  1980. C: "OO",2268726180688,2268726150528
  1981. ;NodeAttribute::, Model::LOD_Group_SM_Tower_8Sided_Trim_02
  1982. C: "OO",2268522927760,2268726152848
  1983. ;Model::SM_Tower_8Sided_Trim_02_LOD0, Model::LOD_Group_SM_Tower_8Sided_Trim_02
  1984. C: "OO",2268726145888,2268726152848
  1985. ;Model::SM_Tower_8Sided_Trim_02_LOD1, Model::LOD_Group_SM_Tower_8Sided_Trim_02
  1986. C: "OO",2268726134288,2268726152848
  1987. ;Texture::file67, Material::MI_Trim_07
  1988. C: "OP",2267913037760,2267913056960, "DiffuseColor"
  1989. ;Texture::file39, Material::MI_Trim_07
  1990. C: "OP",2267913052160,2267913056960, "NormalMap"
  1991. ;Video::file67, Texture::file67
  1992. C: "OO",2268161626352,2267913037760
  1993. ;Video::file39, Texture::file39
  1994. C: "OO",2268161635952,2267913052160
  1995. ;Geometry::, Model::SM_Tower_8Sided_Trim_02_LOD0
  1996. C: "OO",2267733803680,2268726145888
  1997. ;Material::MI_Trim_07, Model::SM_Tower_8Sided_Trim_02_LOD0
  1998. C: "OO",2267913056960,2268726145888
  1999. ;Geometry::, Model::SM_Tower_8Sided_Trim_02_LOD1
  2000. C: "OO",2267733810848,2268726134288
  2001. ;Material::MI_Trim_07, Model::SM_Tower_8Sided_Trim_02_LOD1
  2002. C: "OO",2267913056960,2268726134288
  2003. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_08
  2004. C: "OO",2267733786272,2268726159808
  2005. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_08
  2006. C: "OO",2267913046880,2268726159808
  2007. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_01
  2008. C: "OO",2267733803168,2268726155168
  2009. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_01
  2010. C: "OO",2267913046880,2268726155168
  2011. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_02
  2012. C: "OO",2267733779104,2268726157488
  2013. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_02
  2014. C: "OO",2267913046880,2268726157488
  2015. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_03
  2016. C: "OO",2267733806752,2268726129648
  2017. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_03
  2018. C: "OO",2267913046880,2268726129648
  2019. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_04
  2020. C: "OO",2267733787808,2268726183008
  2021. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_04
  2022. C: "OO",2267913046880,2268726183008
  2023. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_05
  2024. C: "OO",2267733792416,2268726185328
  2025. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_05
  2026. C: "OO",2267913046880,2268726185328
  2027. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_06
  2028. C: "OO",2267733800096,2268726169088
  2029. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_06
  2030. C: "OO",2267913046880,2268726169088
  2031. ;Geometry::, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_07
  2032. C: "OO",2267733788320,2268726180688
  2033. ;Material::M_Collision_01, Model::UCX_SM_Tower_8Sided_Trim_02_LOD0_07
  2034. C: "OO",2267913046880,2268726180688
  2035. }
  2036. ;Takes section
  2037. ;----------------------------------------------------
  2038. Takes: {
  2039. Current: "Take 001"
  2040. Take: "Take 001" {
  2041. FileName: "Take_001.tak"
  2042. LocalTime: 1539538600,46186158000
  2043. ReferenceTime: 1539538600,46186158000
  2044. }
  2045. }