- #36
- 15,154
- 8,505
How did you match the final linear speed in pixels per time-step to the constant speed around the circle? If your rectangle advances by 10 pixels for every time-step when it's moving along a straight line, it must advance by the same number of pixels when going around the circle. For the latter calculation, the radius of the circle in pixels becomes important.Jack7 said:If anyone could please outline where I've gone wrong, I'd really appreciate it.