- #1
s w
- 4
- 0
I'm in the process of created a computer game and I want to introduce a mortar into the game. What I want to do is given the initial position, target position, and target height, calculate the force vector that is needed to launch the mortar so it hits the target height and target distance. The reason I put a target height in there is so the mortar is doing an appropriate parabolic arc. I don't want it to just do a slight arc and hit the target, I want it to go relatively high but still remain inside the bounds of the level.
So to summarize. I know the initial position, target position, target height, mass of the object, and gravity (assume no drag) and I want to know the force vector needed. It also must be said that the initial and target positions lie in all 3 planes. So I'd really like to be able to hit a target that is higher or lower than the initial position if possible. As for the target height, that is the height above the initial position.
So to summarize. I know the initial position, target position, target height, mass of the object, and gravity (assume no drag) and I want to know the force vector needed. It also must be said that the initial and target positions lie in all 3 planes. So I'd really like to be able to hit a target that is higher or lower than the initial position if possible. As for the target height, that is the height above the initial position.