
Originally Posted by
jt7747
I'm getting brain fried trying to work out simple vector positions.
I have two points in 3D space. In order x,y,z let's say one them is at 5,0,5 and the other at 6,5,0
I need to know the coordinates of the point that lies 1m (from the first point) along the line that stretches between those two points. know the length of that line via pythagoras, and I know with enough pythagoras and SOH CAH TOA I could work out the coordinates, but it would involve dozens of steps and I'm likely to get confused.
So....since I know little about vectors, how do I derive the coordinates of a point that is X units (in my case 1) along a vector linking two 3D vertices?
I'm hoping it's easy. Thanks