Advertisement
hfreni

distSpeedArray

May 14th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 KB | None | 0 0
  1. long posSPDGraph[99] [2] = {
  2. {195.3976213,10.3515625},
  3. {193.983522005,10.302734375},
  4. {192.569424389,10.25390625},
  5. {191.155328489,10.1806640625},
  6. {189.741234342,10.107421875},
  7. {188.327141989,10.05859375},
  8. {186.913051469,10.009765625},
  9. {185.498962826,9.9365234375},
  10. {184.084876102,9.8876953125},
  11. {182.670791342,9.814453125},
  12. {181.256708592,9.765625},
  13. {179.842627899,9.716796875},
  14. {178.428549312,9.66796875},
  15. {177.014472882,9.5947265625},
  16. {175.60039866,9.5458984375},
  17. {174.186326701,9.47265625},
  18. {172.77225706,9.423828125},
  19. {171.358189794,9.375},
  20. {169.944124964,9.326171875},
  21. {168.530062629,9.2529296875},
  22. {167.116002853,9.2041015625},
  23. {165.701945703,9.130859375},
  24. {164.287891245,9.08203125},
  25. {162.87383955,9.033203125},
  26. {161.45979069,8.984375},
  27. {160.045744741,8.935546875},
  28. {158.63170178,8.8623046875},
  29. {157.217661888,8.8134765625},
  30. {155.803625149,8.7646484375},
  31. {154.389591649,8.69140625},
  32. {152.975561478,8.642578125},
  33. {151.56153473,8.59375},
  34. {150.1475115,8.544921875},
  35. {148.733491889,8.49609375},
  36. {147.319476002,8.447265625},
  37. {145.905463947,8.3740234375},
  38. {144.491455836,8.3251953125},
  39. {143.077451786,8.2763671875},
  40. {141.663451919,8.2275390625},
  41. {140.249456361,8.1787109375},
  42. {138.835465244,8.10546875},
  43. {137.421478706,8.056640625},
  44. {136.007496888,8.0078125},
  45. {134.593519939,7.958984375},
  46. {133.179548016,7.91015625},
  47. {131.765581278,7.861328125},
  48. {130.351619896,7.8125},
  49. {128.937664046,7.763671875},
  50. {127.523713911,7.71484375},
  51. {126.109769683,7.666015625},
  52. {124.695831565,7.6171875},
  53. {123.281899765,7.568359375},
  54. {121.867974504,7.51953125},
  55. {120.454056011,7.470703125},
  56. {119.04014453,7.421875},
  57. {117.626240311,7.373046875},
  58. {116.21234362,7.32421875},
  59. {114.798454735,7.275390625},
  60. {113.384573949,7.2265625},
  61. {111.970701568,7.177734375},
  62. {110.556837914,7.12890625},
  63. {109.142983327,7.080078125},
  64. {107.729138164,7.03125},
  65. {106.315302801,6.982421875},
  66. {104.901477633,6.93359375},
  67. {103.487663079,6.884765625},
  68. {102.07385958,6.8359375},
  69. {100.660067602,6.787109375},
  70. {99.2462876365,6.73828125},
  71. {97.8325202048,6.689453125},
  72. {96.4187658582,6.6650390625},
  73. {95.0050251809,6.6162109375},
  74. {93.5912987922,6.5673828125},
  75. {92.1775873497,6.5185546875},
  76. {90.7638915518,6.4697265625},
  77. {89.3502121409,6.4453125},
  78. {87.9365499074,6.396484375},
  79. {86.5229056933,6.34765625},
  80. {85.1092803966,6.298828125},
  81. {83.6956749756,6.2744140625},
  82. {82.2820904548,6.2255859375},
  83. {80.8685279303,6.18896484375},
  84. {79.454988576,6.15234375},
  85. {78.041473651,6.103515625},
  86. {76.6279845071,6.0791015625},
  87. {75.2145225978,6.0302734375},
  88. {73.801089488,6.005859375},
  89. {72.3876868647,5.96923828125},
  90. {70.9743165492,5.9326171875},
  91. {69.5609805108,5.908203125},
  92. {68.1476808822,5.8837890625},
  93. {66.7344199767,5.84716796875},
  94. {65.3212003076,5.82275390625},
  95. {63.9080246105,5.79833984375},
  96. {62.4948958685,5.77392578125},
  97. {61.0818173405,5.76171875},
  98. {59.668792594,5.74340820312},
  99. {58.2558255423,5.73120117188},
  100. {56.8429204881,5.72509765625};
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement