I promise this isn't a 3rd Unit Circle
A Vector2 Represents a vector on only X and Y. A Vector is a line with a magnitude which equals √(x²+y²). Whenever a vector is moved it offsets what it thinks as "(0,0)" so the magnitude doesn't change. Vectors are commonly used for force and Vector3 means there's a Z axis (3D)