I am trying to animate an object, let\'s say its a car. I want it go from point
x1,y1,z1
to point x2,y2,z2 . It moves to those points, but
going from one position to another gives an object a velocity, a velocity is a vector, and normalising that vector will give you the direction vector of the motion that you can plug into a "look at" matrix, do the cross of the up with this vector to get the side and hey presto you have a full matrix for the direction control of the object in motion.