A vector that points from any point (x, y, z) to the origin (0, 0, 0) is given by the difference of the coordinates, which is (-x, -y, -z).
Second, we want this vector to have constant length. The length of a vector (x, y, z) is given by the square root of the
Show more…