I have some objects in my game which are "thrown". At the moment I am trying to implement this by having these objects follow a parabolic curve. I know the start point, the end point, the vertex and the speed of the object.
- How can I determine at any given time or frame what the x & y co-ordinates are?
- Is a parabolic curve even the right curve to be using?