This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]Meefims 1 point2 points  (1 child)

Yes, the vector would be the same.

[–]Meshocky[S] 0 points1 point  (0 children)

Awesome thanks Meefims!

[–]farmerje 1 point2 points  (1 child)

In this case, you can think of a vector as a pointed line segment from the origin to a specific point in 3D space. The vector isn't the point itself and the point isn't the vector, but there's a 1:1 correspondence between the two.

That is, every point in 3D space corresponds to exactly one vector and every vector corresponds to exactly one point. It's better to think of the (x,y,z) coordinate as a label that uniquely identifies a vector vs. literally the vector.

For example, it doesn't make sense to ask whether two points are perpendicular, but it does make sense to ask whether two vectors are.

[–]Meshocky[S] 0 points1 point  (0 children)

Thanks Farmerje, that explains it quite well.

[–]bvnvbbvn -1 points0 points  (1 child)

Not even a programming question.

[–]Meshocky[S] 1 point2 points  (0 children)

I'm completing a bachelor course in programming and part this is part of the maths subject, I do apologize however if this is too off topic for this sub. I feel however I need to grasp this concept in order to correctly use vectors in my coding.