Guest User

Untitled

a guest
Jan 12th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. Array
  2. (
  3. [0] => Array
  4. (
  5. [buddy] => Point Object
  6. (
  7. [x:protected] => 50
  8. [y:protected] => 0
  9. )
  10.  
  11. [angle] => 0
  12. [arctan] => 0 = arctan(0 / 50)
  13. )
  14.  
  15. [1] => Array
  16. (
  17. [buddy] => Point Object
  18. (
  19. [x:protected] => 36
  20. [y:protected] => 0
  21. )
  22.  
  23. [angie] => Point Object
  24. (
  25. [x:protected] => 0
  26. [y:protected] => 6
  27. )
  28.  
  29. [angle] => 0
  30. [ rads ] => 0
  31. [arctan] => 0 = arctan((0 - 0) / 50)
  32. [cosine] => 14 = 2 * 7 * cos(0)
  33. [ sine ] => 0 = 2 * 7 * sin(0)
  34. )
  35.  
  36. [2] => Array
  37. (
  38. [buddy] => Point Object
  39. (
  40. [x:protected] => 22.19048506635
  41. [y:protected] => 2.301585822275
  42. )
  43.  
  44. [angie] => Point Object
  45. (
  46. [x:protected] => 0
  47. [y:protected] => 12
  48. )
  49.  
  50. [angle] => 9.4623222080256
  51. [ rads ] => 0.16514867741463
  52. [arctan] => 0.16367135231465 = arctan((6 - 0) / 36)
  53. [cosine] => 13.80951493365 = 2 * 7 * cos(0.16514867741463)
  54. [ sine ] => 2.301585822275 = 2 * 7 * sin(0.16514867741463)
  55. )
  56.  
  57. [3] => Array
  58. (
  59. [buddy] => Point Object
  60. (
  61. [x:protected] => 9.3621767620515
  62. [y:protected] => 7.9082342016428
  63. )
  64.  
  65. [angie] => Point Object
  66. (
  67. [x:protected] => 0
  68. [y:protected] => 18
  69. )
  70.  
  71. [angle] => 23.60786914008
  72. [ rads ] => 0.41203504587436
  73. [arctan] => 0.39083817038658 = arctan((12 - 2.301585822275) / 22.19048506635)
  74. [cosine] => 12.828308304298 = 2 * 7 * cos(0.41203504587436)
  75. [ sine ] => 5.6066483793678 = 2 * 7 * sin(0.41203504587436)
  76. )
  77.  
  78. )
Add Comment
Please, Sign In to add comment