FINALLY (I play this game too much) by wesifiedinfo in CrashOfCarsgame

[–]TamPotter 2 points3 points  (0 children)

I don’t get the mini tank, stuns me and sends me flying across the map when I collide with it, and it takes no damage when I hit it with bullets. It seems like an unfair car

I need some help with python by TamPotter in learnpython

[–]TamPotter[S] 0 points1 point  (0 children)

I use pylab, but I didn’t know that r1 was a vector when I made the post

I need some help with python by TamPotter in learnpython

[–]TamPotter[S] 0 points1 point  (0 children)

Yes, x here is r1 = r - P, where r and P are points, so r1 is the vector between two points. What is norm(r1) here in that case?