Guest User

Untitled

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