kryton9
05-02-2007, 08:08
Petr and other interested parties, I found this paper that has a lot of nice explanations about collisions and sliding collisions.
It takes a while to load up, but is pretty nice. The math is beyond my abilities from what I learned in school, but I am going to try to work my way through it.
I have a hard time translating the mathematical formulas into programming code. The formulas look so initmidating, whereas the code is not. I wish they would show the formulas and then how that translates to code when they present all the theory. It sure would make learning much nicer and easier :)
For example, look at this formula... how do you take this and make something in code with it? ;)
C(t) = basePoint + t * velocity; t 2 E [0; 1] This being one of the few I could paste The E is a curvy looking E, where the vertical part is curved like a C.
I will plug away at this and try to figure it out, but wanted to share it with you as it might help in your work too.
http://www.peroxide.dk/papers/collision/collision.pdf
If you have any good sites on collision code or papers please post them here. I really want to learn this stuff.
It takes a while to load up, but is pretty nice. The math is beyond my abilities from what I learned in school, but I am going to try to work my way through it.
I have a hard time translating the mathematical formulas into programming code. The formulas look so initmidating, whereas the code is not. I wish they would show the formulas and then how that translates to code when they present all the theory. It sure would make learning much nicer and easier :)
For example, look at this formula... how do you take this and make something in code with it? ;)
C(t) = basePoint + t * velocity; t 2 E [0; 1] This being one of the few I could paste The E is a curvy looking E, where the vertical part is curved like a C.
I will plug away at this and try to figure it out, but wanted to share it with you as it might help in your work too.
http://www.peroxide.dk/papers/collision/collision.pdf
If you have any good sites on collision code or papers please post them here. I really want to learn this stuff.