In this lecture we looked at how to build a rotation matrix to help us rotate our objects in 2D.
For your challenge we were trying to rotate a box by 30 degrees.
This box had it’s vertices at points; (0, 0) || (2, 0) || (2, 2) || (0, 2)
Did you manage to find where each point ends up after applying the rotation matrix?
Post your answers below and remember to use the spoiler tags.