Alright, I have a camera at point (-50,-50,-50)
I want it to move at a certain rate to (50,75,100);

But I want it to ratio its movement as to arrive at that destination in a line.

How do I walk the line between those two points.

An example would be great.