In this lecture we look at how to project a vector onto a plane.
This allows us to do things like smooth out our movement controls by allowing objects to slide along one another on contact.
In the mini-challenge I asked you to find the projected vector given the input vector (-0.71, 0, 0.71) and the normal vector (1, 0, 0).
Did you manage to find the answer?