Hey guys,
I constructed a function that describes the ballistic trajectory of an object with a given velocity and angle. This is what it looks like:
y=tan(a)x+gx^2/(2(cos(a)v)^2)
[SIZE="1"]'x' and 'y' are the x- and y-positions of the object in flight.
'v' is the velocity and 'a' the angle...