myutwo33
- 2
- 0
hi guys. I am attempting to make a sonic the hedgehog style 2d platform game, in planning all this out I'm having to go though a lot of physics problems. I think I have all of them ironed out apart from the one I'm going to tell you.
when the game character runs up a curved surface (shaped like he was running up the inside of a circle), I need to be able to work out at what point of the curve will he be on, and traveling at what speed after a certain amount of time has passed. given parameters such as his previous position on the curve, his speed at that position and of course the radius of the circle the curve is made from.
I hope someone can shed some light on this, I've been trying to work it out for awhile and can;t start coding the game until i have it nailed. I always been very interested in physics, I was very good at working out practical problems in school (though was never great when it came to adding the actual numbers together). I decided to do animation over physics when i left school, but i figure animation is largely the study of how things move, so i still get to think about problems like this.
hope you guys can help
thanks in advance :]
when the game character runs up a curved surface (shaped like he was running up the inside of a circle), I need to be able to work out at what point of the curve will he be on, and traveling at what speed after a certain amount of time has passed. given parameters such as his previous position on the curve, his speed at that position and of course the radius of the circle the curve is made from.
I hope someone can shed some light on this, I've been trying to work it out for awhile and can;t start coding the game until i have it nailed. I always been very interested in physics, I was very good at working out practical problems in school (though was never great when it came to adding the actual numbers together). I decided to do animation over physics when i left school, but i figure animation is largely the study of how things move, so i still get to think about problems like this.
hope you guys can help
thanks in advance :]