jenny_wui
09-26-2010, 06:18 AM
Suppose, I have two points A(x1, y1, z1) and B(x2, y2, z2). Vector from A to B is {(x2-x1), (y2-y1), (z2-z1)}.
Now I have another vector from point A towards another point C. I only know the direction of AC.
Now I want to project vector AB on AC and try to find out the point B1 on AC resulting from this projection.
Could anyone tell me how to find point B1?
Thanks everybody in advance.
Now I have another vector from point A towards another point C. I only know the direction of AC.
Now I want to project vector AB on AC and try to find out the point B1 on AC resulting from this projection.
Could anyone tell me how to find point B1?
Thanks everybody in advance.