Hi,
I'm currently at a loss trying to determine the inner maths behind a movement pattern I'm trying to establish (top-down, 2d).
Essentially, the 'red sphere' has a speed and a maximum amount of rotation it can do every tick.
As per the graph below, lower movement speeds would result in limited rotation, whereas faster movement allows for longer arcs.
Any position in blue is valid.
[attachment=25946:ArcOfMovement.png]
Trying to dissect the problem, I'm imagined that the possibilities are determined by two circles that intersect (can be seen as the white outlines to the right and left) and that the upper arc is simply a measure of distance (a 3rd circle essentially).
I'm having a rough time trying to determine the exact coordinates/matrix of positions that would be considered valid based on a given speed and allowed angle rotation.
Anyone familiar with anything similar?