Place the cursor over the image to start the animation.
Table[ (1-s) pA + s pB, {s, 0, 1, 0.05} ]
will produce 21 points on the line segment connecting pA and pB. If you want more points, you replace 0.05 with a smaller number. TableForm[
Table[
PaddedForm[N[k Pi, 10], {5, 3},
NumberPadding -> {" ", "0"}],
{k, 0, 4}
  ]
  ]
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.
Place the cursor over the image to start the animation.