In this lecture we look at how to add vectors together, which is one of the more common things you’ll be doing with two vectors.
For your challenge, I want you to find the current position of a camera that’s following the player at a fixed distance.
The player starts at (5,0) and the camera starts at (2,1).
First find the offset between the player and the camera.
Then work out the camera position when the player has moved to (11,0).
Once you’ve found your answers, post them below to let us know how you got on (remember to use spoiler tags).
If you need some extra help, there are some extra hints at the end of the video.