2D- A B, A B. , X Y . X Y . (.. 20/1000 20 ). X Y .
:
A is (2, 5) B is (1, 8)
Speed is 2 (move 2 units in one second)
Time slice is 20 milliseconds since last update
C will be (-1, 3)
Normalize C by dividing by distance (sqrt(-1 * -1 + 3 * 3) = 3.1622777)
Normalized is (-0.316277, 0.9486833) (to move 1 unit that direction)
Multiply by speed (2): (-0.632554, 1.8973666)
For movement this time period, multiply by 20 and divide by 1000:
(-0.01265108, 0.037947332), move sprite this far this frame