Vector equation of a line in 3D
Construction steps
- Add a point O=(0,0,0) and points A and B
- Create the Vector between Two Points between O and A and between O and B and rename these as a and b
- Add the line: Line[A,b]
- Add a point on the line and rename it P
- Add the vector between O and P and rename it r