Ad
  • Custom User Avatar

    The example of how to implement the "height(t)" method is wrong

    "p.height(0.2) #=> 4.643 (Calculation: -16(0.2)^2 + (2cos(45º))(0.2) + 5)"

    Should be (2sin(45º))(0.2), like describe in height_eq method. we should use sin function, I guess