Not sure if this works.......
Make a vector list of all the handpoints(20 points) and make an another vector list of 20 points(5,0,0 for X-axis or 0,5,0 for Y-axis or 0,0,5 for Z-axis based on the direction in which you want your hand to move)
Add those to vectors and Dispatch that frame .
Again, Not sure if this works.